.flexdropdownmenu, .flexdropdownmenu ul {
	font: bold 10px Verdana;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	border-bottom-width: 0;
	visibility: hidden;
	width: 163px;
	height: 35px;
	display: none;
}


.flexdropdownmenu li {
	position: relative;

}

.flexdropdownmenu li a {
	display: block;
	width: 153px;
	height: 25px;
	padding-top: 10px;
	padding-right: 10px;
	text-align: right;
	color: #000;
	font-weight: bold;
    font-size: 12px;
	text-decoration: none;
	background-image: url("../images/nav-back.png");
	behavior: url("lib/iepngfix.htc");
	background-repeat: no-repeat;
}



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

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
	/*background-color: #FFE04B;*/
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

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


