.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;
	visibility: hidden;
	display: none;
	height: 100px;
}


.flexdropdownmenu li{
	position: relative;
	background-image: url(../images/affiliate-bg-bt.jpg);
	background-repeat: no-repeat;
	height: 40px;
}

.flexdropdownmenu li a{
	width: 190px; /*width of menu (not including side paddings)*/
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/affiliate-bg-bt.jpg);
	background-repeat: no-repeat;
	display: block;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 30px;
}

* 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{
	height: auto;
	background-color: #1E8186;
}

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

#flexmenu1 li ul {
	color: #FFF;
	width: 150px;
	height: auto;
}

#flexmenu1 li ul li a {
	width: 150px;
	height: auto;
	color: #FFF;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	height: 30px;
	display: block;
	position: absolute;
}