.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
font-size:13px;
font-weight:normal;
margin:15px 0 0 0px;
position: absolute;
left: 0;
top: 0;
width: auto;
list-style-type: none;
background-image:url(../images/dropbg.png);
background-color:#18294D;
visibility: hidden;
display: none; /*collapse all sub menus to begin with*/
color:#93886e;
text-transform:uppercase !important;

}


.flexdropdownmenu li{
position: relative;
}

.flexdropdownmenu li a{
display: block;
width: 300px; /*width of menu (not including side paddings)*/
color:#FFF;
text-decoration: none;
padding: 12px;
font-weight:normal;
border-bottom:dashed 1px #454A69;
}

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

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
color:#FFF;
background:#3C4566;
border-bottom:dashed 1px #FFF;
}