
.flexdropdownmenu, .flexdropdownmenu ul
{ 
font: normal 13px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid black;
border-bottom-width: 0;
visibility: hidden;
display: none; 

}


.flexdropdownmenu li
{
position: relative;
}

.flexdropdownmenu li a
{
display: block;
width: 160px; 
color: black;
background: #3366ff;
border-bottom: 1px solid black;
text-decoration: none;
padding: 2px 5px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}


.girls a
{
background:#F9C !important;
}

.girls a:hover
{
background: #ccffff !important;
}


* html .flexdropdownmenu li
{ 
display: inline-block;
width: 160px; 
}

.flexdropdownmenu li a:hover
{
background: #ccffff;
}

.rightarrowclass
{
position: absolute;
top: 6px;
right: 5px;
}
