.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
	font: normal 13px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0px;
	list-style-type: none;
	background: #dbeef7;
	display: none; /*collapse all sub menus to begin with*/
	
	font-weight:normal;
	background: #fff ;
	margin-top:0px;
	margin-left:0px;
	visibility: hidden; 
	border:1px solid #ccc;
	text-align:left;
	border-bottom:none; 
}

.flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
	position: absolute;
	z-index:10099 !important;
}
.flexdropdownmenu ul li{ /*topmost and sub ULs, respectively*/
	z-index:9999999999 !important;
}

.flexdropdownmenu ul a{ /*topmost and sub ULs, respectively*/
	z-index:9999999999 !important;
}


.flexdropdownmenu li{
position: relative; padding:3px;
border-bottom: 1px solid #e1e1e1;

}

.flexdropdownmenu a{
display: block;
width:100px!important;  /*width of menu (not including side paddings)*/

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

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

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
	display: block;
background: #177eb8 ; width:100px!important; 
color:#FFFFFF !important ; 
}

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