
.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
font: normal 12px Arial;
margin:1px 0 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
background: #666;
list-style-type: none;  
visibility: hidden;
display: none; /*collapse all sub menus to begin with*/

}


.flexdropdownmenu li{
	position: relative;
	
}

.flexdropdownmenu li a{
	display:block;
	padding:10px;
	background:#1a1a1a;  
	width:180px;
	font-family:Tahoma, Arial;
	font-size:12px;
	line-height:19px;
	text-decoration:none; 
	color:#fff;
}

* 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{
color:#fff;
background:#008caa;
}
.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

