.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
	
	padding: 0;
	position: absolute;
	left: 0;
	top: 25px;
	list-style-type: none;
	background: #10A2DD;
	border-bottom-width: 0;
	visibility: hidden;
	display: none; /*collapse all sub menus to begin with*/
	box-shadow: 3px 3px 8px #818181; 
	-webkit-box-shadow: 3px 3px 8px #818181;
	-moz-box-shadow: 3px 3px 8px #818181;
	
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	
	background-color: #10A2DD;
	padding-bottom:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 0px 5px 5px 5px;
	margin-top:-1px;
	
/*	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -10px;*/
}


.flexdropdownmenu li{
position: relative;
}

.flexdropdownmenu li a{
	display: block;
	width: 180px; /*width of menu (not including side paddings)*/
	color: #FFFFFF;
	font-weight: 500;
	text-decoration: none;
	background-color: #10A2DD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0CA6E4;
	line-height: 24px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-align:left;
}

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

.flexdropdownmenu li a:hover{
background: #317CA4;
color: #fff;
font-weight: normal;
}

.rightarrowclass{
position: absolute;
top: 8px;
right: 5px;
line-height:15px;
}
