

.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/

font: normal 13px century gothic; font-style: normal; font-weight: normal; color: #FFFFFF ; letter-spacing: 0.2mm;

margin: 0;

padding: 0;

position: absolute;

left: 0;

top: 0;

list-style-type: none;

background: #F03E00;

border: 0px solid black;

border-bottom-width: 0;

visibility: hidden;

display: none; /*collapse all sub menus to begin with*/

}





.flexdropdownmenu li{

position: relative;

top: 14px;

right: 0px;

}



.flexdropdownmenu li a{

display: block;

width: 220px; /*width of menu (not including side paddings)*/

color: black;

background: #464646;

border-bottom: 0px solid black;

text-decoration: none;

padding: 5px 5px;

}



* html .flexdropdownmenu li{ /*IE6 CSS hack*/

display: inline-block;

width: 220px; /*width of menu (include side paddings of LI A*/

}



.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{

background: #F03E00;

}



.rightarrowclass{

position: absolute;

top: 1px;

right: 0px;

}
