
.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/font: normal 13px Verdana;margin: 0;padding: 0;position: absolute;left: 0;top: 0;list-style-type: none;/* background: white; *//* border: 1px solid #dfe1f0; */border-bottom-width: 0;visibility: hidden;display: none; /*collapse all sub menus to begin with*/top: 1329px !important;}


.flexdropdownmenu li{
position: relative;
}

.flexdropdownmenu li a{display: block;width: 160px; /*width of menu (not including side paddings)*/color: #dfe1f0;background: rgba(0, 0, 0, 0.57);border-bottom: 1px solid rgba(223, 225, 240, 0.51);text-decoration: none;padding: 6px 5px;text-transform: uppercase;}

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

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{background: rgba(0, 0, 0, 0.57);text-decoration:underline;}

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

