.flexdropdownmenu, 
.flexdropdownmenu ul { /*topmost and sub ULs, respectively*/
	font: normal 13px Verdana;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: white;
	border: 1px solid black;
	border-bottom-width: 0;
	display: none;
	box-shadow: 3px 3px 8px #818181; /*shadow for CSS3 capable browsers.*/
	-webkit-box-shadow: 3px 3px 8px #818181;
	-moz-box-shadow: 3px 3px 8px #818181;
}

.insideUL a {
 	font: normal 13px Verdana;
 	text-decoration: none;
	color:black ; 
	width: 100%
}

.menuBlockDiv{
	position: absolute;
	display: none;
		background: #B4CDE3;
}

.insideUL  { /*topmost and sub ULs, respectively*/
	font: normal 11px Verdana;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: white;
	border-bottom-width: 0;
}



.insideUL li, 
.flexdropdownmenu li{
	position: relative;
}


.insideUL li, .flexdropdownmenu li a{
		display: block;
		width: 220px; /*width of menu (not including side paddings)*/
		color: black;
		background: #B4CDE3;
		border-bottom: 1px solid black;
		text-decoration: none;
		padding: 2px 2px;
}



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

.insideUL li a:hover,
.flexdropdownmenu li a:hover,
.flexdropdownmenu li.selected>a{
	background: #B4CDE3;
}

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