.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
font: normal 10px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
border: 0px solid black;
border-bottom-width: 0px;
visibility: hidden;
display: none; /*collapse all sub menus to begin with*/
}


.flexdropdownmenu li{
	position: relative;
}

.flexdropdownmenu li a{
	display: list-item;
	width: 179px;
	border-bottom: 0px solid black;
	text-decoration: none;
	padding: 0px 0px;
	background-attachment: inherit;
	color: #000000;
}

* 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{
}

.rightarrowclass{
position: absolute;
top: 2px;
right: 2px;
}

