.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/

font: normal 11px Verdana;

margin: 0 0 0 0;

padding: 0 0 6px 0;

position: absolute;

left: 0;

top: 0;

list-style-type: none;

background: url(../images/drop-btm.gif) bottom left no-repeat ;

border-top-width:0;

visibility: hidden;

display: none; /*collapse all sub menus to begin with*/


}
* html .flexdropdownmenu{
	padding:0;
	width:200px;
}

 .flexdropdownmenu ul.leftMargin{
 	margin:0 0 0 1px;
 }




.flexdropdownmenu li{

position: relative;


}



.flexdropdownmenu li a{

display: block;

width: 185px; /*width of menu (not including side paddings)*/

color: #fff;

background: #015187;

border-bottom: 1px solid #022E4B;

border-top: 1px solid #017DB1;

text-decoration: none;

padding: 7px 7px 7px 15px;

}

.flexdropdownmenu li a.noTopBorder {

	border-top:none;

}

.flexdropdownmenu li a.noBtmBorder {

	border-bottom:none;

}

* html .flexdropdownmenu li{ /*IE6 CSS hack*/

display: inline-block;

width: 200px; /*width of menu (include side paddings of LI A*/
float:left;
}



.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{

background: #085c95;

color:#FFF;

}

* html .flexdropdownmenu li a:hover {

	background: #085c95;

	text-decoration:none;

	color:#FFF;

}

.rightarrowclass{

position: absolute;

top: 10px;

right: 5px;


}



