.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
	font: normal 12px Verdana;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	border-bottom-width: 0;
	visibility: hidden;
	display: none; /*collapse all sub menus to begin with*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0099FF;
	border-right-color: #0099FF;
	border-bottom-color: #0099FF;
	border-left-color: #0099FF;
	margin-top: -18px;
	margin-left: 0px;
}
.flexdropdownmenu li{
position: relative;
}
.flexdropdownmenu li a{
	display: block;
	width: 270px; /*width of menu (not including side paddings)*/
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px 5px;
	background-color: #28ABF5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00CCFF;
}
* html .flexdropdownmenu li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
	background-color: #00CCFF;
}
.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}


/*    Second    */



.flexdropdownmenu1, .flexdropdownmenu1 ul{ /*topmost and sub ULs, respectively*/
	font: normal 12px Verdana;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	border-bottom-width: 0;
	visibility: hidden;
	display: none; /*collapse all sub menus to begin with*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0099FF;
	border-right-color: #0099FF;
	border-bottom-color: #0099FF;
	border-left-color: #0099FF;
	margin-top: -17px;
	margin-left: -2px;
}
.flexdropdownmenu1 li{
position: relative;
}
.flexdropdownmenu1 li a{
	display: block;
	width: 150px; /*width of menu (not including side paddings)*/
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px 5px;
	background-color: #28ABF5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00CCFF;
}
* html .flexdropdownmenu1 li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.flexdropdownmenu1 li a:hover, .flexdropdownmenu1 li.selected>a{
	background-color: #00CCFF;
}