.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
	font: normal 13px Arial, Helvetica, sans-serif;
	margin: 0;
	padding:5px 0;
	position: absolute;
	left: 0;
	top: 0px;
	list-style-type: none;
	background: white;
	display: none; /*collapse all sub menus to begin with*/
	
	font-weight:normal;
	
	background: #dbeffb ;
	margin-top:-35px;
	margin-left:130px;
	visibility: hidden; 

border:1px solid #fff;

}


.flexdropdownmenu li{
position: relative; padding:0 5px;
border-bottom: 1px dotted #cccccc;

}

.flexdropdownmenu li a{
display: block;
width: 150px; /*width of menu (not including side paddings)*/
font-size:14px !important; font-weight:bold;  color:#006fc4 !important;

background: #dbeffb ;
text-decoration: none;
padding: 6px 8px;color:#2a2a2a;font-size:12px;
}

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

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
	display: block;
background: #b1dbf4 ;

color:#FFFFFF; 
}

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