.flexdropdownmenu{ /*topmost and sub ULs, respectively*/
	font: normal 13px Arial, Helvetica, sans-serif;
	margin: 0;
	padding:5px 0;
	position: absolute;
	top: 100px;
	list-style-type: none;
	background: white;
	display: none; /*collapse all sub menus to begin with*/
	width:135px;
	font-weight:normal;
	background:#FFFFFF;
	margin-top:0px;
	
	visibility: hidden; 
	
}
.flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
	font: normal 13px Arial, Helvetica, sans-serif;
	margin: 0;
	padding:5px 0;
	
	position: absolute;
	
	top: 10px;
	list-style-type: none;
	background: white;
	margin-top:0px !important;
	margin-right:60px !important;
	display: none; /*collapse all sub menus to begin with*/
	width:135px;
	font-weight:normal;
	background:#FF0000;
	
	margin-top:0px;
	margin-left:0px;
	visibility: hidden; 
	
}


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

.flexdropdownmenu li a{
display: block;
width: 110px; /*width of menu (not including side paddings)*/
background:#FFFFFF;
text-decoration: none;
padding: 6px 8px;
color:#333333;
font-size:12px;
font-weight:bold;
}

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

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

color:#FFFFFF !important; 
}

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