.flexdropdownmenu, .flexdropdownmenu ul, .flexdropdownmenu2, .flexdropdownmenu2 ul, .flexdropdownmenu3, .flexdropdownmenu3 ul{ /*topmost and sub ULs, respectively*/
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	visibility: hidden;
	display: none; /*collapse all sub menus to begin with*/
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding: 45px 0 0 25px;
}
.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
	width: 260px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 126px;
	background-image: url(../images/bubble8.png);
}
.flexdropdownmenu2, .flexdropdownmenu2 ul{ /*topmost and sub ULs, respectively*/
	width: 290px;
	background-image: url(../images/bubble7.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 126px;
}
.flexdropdownmenu3, .flexdropdownmenu3 ul{ /*topmost and sub ULs, respectively*/
	width: 290px;
	background-image: url(../images/bubble9.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 134px;
}
.flexdropdownmenu li, .flexdropdownmenu2 li, .flexdropdownmenu3 li{
position: relative;
}
.flexdropdownmenu li a, .flexdropdownmenu2 li a, .flexdropdownmenu3 li a{
	display: block;
	width: 117px; /*width of menu (not including side paddings)*/
	color: #FFF;
	text-decoration: none;
	padding: 4px 0;
}
* html .flexdropdownmenu li, * html .flexdropdownmenu2 li, * html .flexdropdownmenu3 li{ /*IE6 CSS hack*/
	display: inline-block;
	width: 150px; /*width of menu (include side paddings of LI A*/
}
.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a, .flexdropdownmenu2 li a:hover, .flexdropdownmenu2 li.selected>a, .flexdropdownmenu3 li a:hover, .flexdropdownmenu3 li.selected>a{
	font-weight: bold;
	text-decoration: underline;
}
.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

