.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
font: normal 11px Arial;
margin: 0 0 0 1px;
padding: 0 0 6px 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: url(../images/drop-btm.gif) left bottom no-repeat;
border-top-width:0;
visibility: hidden;
display: none; /*collapse all sub menus to begin with*/
}


.flexdropdownmenu li{
	position: relative;
	background:#FFF;
}

.flexdropdownmenu li a{
	display: block;
	width: 135px; /*width of menu (not including side paddings)*/
	color: #005694;
	background:#FFF url(../images/menu-bullet.gif) 8px 11px no-repeat;
	text-decoration: none;
	border-bottom:1px #7FAAC9 solid;
	margin:0 8px;
	padding: 7px 7px 7px 18px;
}
.flexdropdownmenu li a.noBorder {
	border-bottom:none;
}
* html .flexdropdownmenu li{ /*IE6 CSS hack*/
display: inline-block;
width: 135px; /*width of menu (include side paddings of LI A*/
}

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
	background:#FFF url(../images/menu-bullet.gif) 9px 11px no-repeat;
	color:#333;
}
* html .flexdropdownmenu li a:hover {
	background:#FFF url(../images/menu-bullet.gif) 9px 11px no-repeat;
	color:#333;
	text-decoration:none;
}
.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}


