
.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
font: normal 12px RockwellStdLight, Helvetica, sans-serif;
margin: 0;
padding: 0;
position: absolute;
left: 0;
list-style-type: none;
/*background-image:url(../images/wbox.png);
background-repeat:repeat;*/
background:#b20002;
border:1px 1px 1px 1px solid #fff;
border-bottom-width: 0;
visibility: hidden;
display: none; /*collapse all sub menus to begin with*/
margin-top:0px;
margin-left:10px;
}

.flexdropdownmenu li{
position: relative;
}

.flexdropdownmenu li a{
display: block;
width: 190px; /*width of menu (not including side paddings)*/
color:#fff;
font-family:RockwellStdLight;
font-size:13px;
font-weight:normal;
text-transform:uppercase;
/*
background-image:url(../images/dropdown_box.png);
*/
background:#b20002;
text-decoration: none;
padding: 4px 5px;
text-align:left;

/*margin-left:26px;*/
}

* html .flexdropdownmenu li{ /*IE6 CSS hack*/
display: inline-block;
width: 190px; /*width of menu (include side paddings of LI A*/
}

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
background:#ea0004;
/*background-image:url(../images/dropdown_box.png);*/
color:#fefaef;
font-weight:bold;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

