
.flexdropdownmenu, .flexdropdownmenu ul, .flexdropdownmenu2, .flexdropdownmenu2 ul{ /*topmost and sub ULs, respectively*/
font-size:12px;
ont-family: 'Roboto';
width:200px;
margin: 0px 0 0 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border-bottom-width: 0;
visibility: hidden;
display: none; /*collapse all sub menus to begin with*/
}


.flexdropdownmenu li{
position: relative;
}

.flexdropdownmenu li a{
ont-family: 'Roboto';
display: block;
width: auto; /*width of menu (not including side paddings)*/
color: #FFF;
background: #7B4E8F;
text-decoration: none;
height:30px;
font-size:14px;
line-height:30px;
padding:0 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:#35498E; color:#FFF; text-decoration:none; }

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