
.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
/*background: url("bg-left-menu.png") repeat scroll right bottom #9C2629;*/
background: #000;
border-bottom-width: 0;
visibility: hidden;
display: none; /*collapse all sub menus to begin with*/
margin:-40px 0px 0px 204px;
}


.flexdropdownmenu li{
position: relative;
padding: 3px 0 3px 3px;
border-bottom: 1px dotted #FFF;
    display: block;
    margin-right: 5px;
}

.flexdropdownmenu li a{
display: block;
width: 168px; /*width of menu (not including side paddings)*/
color: #FFF;
    font-size: 12px;
    font-weight: bold;
    padding-left: 4px;
text-decoration: none;
}

* html .flexdropdownmenu li{ /*IE6 CSS hack*/
display: inline-block;
width: 180px; /*width of menu (include side paddings of LI A*/
}

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
color: #908248;
    font-size: 12px;
    font-weight: bold;
    padding-left: 4px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

