.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
	margin: 0;
	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*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #486406;
	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: #4C6600;
	border-right-color: #4C6600;
	border-bottom-color: #4C6600;
	border-left-color: #4C6600;
}


.flexdropdownmenu li{
position: relative;
}

.flexdropdownmenu li a{
	display: block;
	width: 115px; /*width of menu (not including side paddings)*/
	color: #4C6600;
	text-decoration: none;
	background-color: #A8DC0A;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4B6500;
}

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
	background-color: #678A0D;
	color: #FFFFFF;
}

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

