
.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
font: normal 12px Arial;
margin: 5px 0 0 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
border-bottom-width: 0;
visibility: hidden;
display: none; /*collapse all sub menus to begin with*/
width:165px;
float:right;
}


.flexdropdownmenu li{
position: relative;
float:left;
}

.flexdropdownmenu li a{
display: block;
color: #4d4d4c;
background: #f8f8f8;
text-decoration: none;
padding:0;
width:165px;
}

* html .flexdropdownmenu li{ /*IE6 CSS hack*/
display: inline-block;
width: 165px; /*width of menu (include side paddings of LI A*/
}

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
font-size:12px; color:#af2624; text-decoration:underline;
}

