
.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
text-transform:uppercase;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #D2A300;
border-bottom: 1px solid #48adf1; margin-top:-5px;
border-bottom-width: 0;
visibility: hidden;
display: none; /*collapse all sub menus to begin with*/
margin-top:14px; margin-left:-60px;
}


.flexdropdownmenu li{
position: relative;
}

.flexdropdownmenu li a{
display: block;
width: 225px; /*width of menu (not including side paddings)*/
color: white;
font-weight:bold;
background:url(images/links_bg.jpg) 0px 0px repeat-x;
border-bottom: 1px solid white;
border-bottom-style:dashed; 
text-decoration: none; line-height:20px;
padding: 3px 10px;
}

* 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{
background: #670001;
}

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

