
.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
	font: normal 13px Verdana;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	border-bottom-width: 0;
	visibility: hidden;
	display: none;
}


.flexdropdownmenu li{
position: relative;
*margin-top:-1px;
}

.flexdropdownmenu li a{
	display: block;
	width: 200px; /*width of menu (not including side paddings)*/
	color: #FFF;
	text-decoration: none;
	padding: 10px 10px;
	background:url(../images/dropdownmenu-bg.png);
	/*background-color:#f0f3f5;*/
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color: #4f5158;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left:10px;
	 /* For IE8 and earlier */
}


* html .flexdropdownmenu li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
background: #e5e5e5;
color:#bc6f01;
}

.rightarrowclass{
position: absolute;
top: 12px;
right: 5px;
}

