
.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: transparent;
border: 0;
border-bottom-width: 0;
visibility: hidden;
display: none; /*collapse all sub menus to begin with*/
z-index: 2;
margin-top: -5px;
margin-left: 0px;
}


.flexdropdownmenu li{
position: relative;
margin: 0; 
padding: 0;
}

.flexdropdownmenu li a{
display: block;
background: #transparent;
border-bottom: 0;
text-decoration: none;
margin: 0; 
padding: 0;
}

* html .flexdropdownmenu li{ /*IE6 CSS hack*/
display: inline-block;
}

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
background: #transparent;
}

.rightarrowclass{
position: absolute;
}

