
.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/

margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
line-height:20px;
font-size:12px;
list-style-type: none;
background: white;
border-bottom-width: 0;
visibility: hidden;
display: none; /*collapse all sub menus to begin with*/ font-family:"Khmer UI";

}


.flexdropdownmenu li{
position: relative; line-height:20px; 

}

.flexdropdownmenu li a{
display: block;
width: 160px; /*width of menu (not including side paddings)*/
color: #666;
background: #fff;
text-decoration: none; margin-left:5px;
padding: 4px 5px; line-height:15px; background:  url('jQuery/bullet1.png') left center no-repeat; padding-left: 12px; 
} 

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

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
background: #fff; color:#b90000;  background:  url('jQuery/bullet.png') left center no-repeat; padding-left: 12px; 
}

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

