.flexdropdownmenu, .flexdropdownmenu ul { /*topmost and sub ULs, respectively*/
	font: normal 13px 'Lato', sans-serif;
	margin: 15px 0 0 15px;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	border-bottom-width: 0;
	visibility: hidden;
	display: none;
}
.flexdropdownmenu li {
	position: relative;
}
.flexdropdownmenu li a {
	display: block;
	color: #797979;
	width: 188px;
	background: rgba(255, 255, 255, 0) url(../images/drop-down-bg.png) no-repeat;
	text-decoration: none;
	padding: 15px 10px;
	font-size: 9px;
}
* 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: url(../images/drop-down-bg.png) no-repeat;
	color: #000;
}
.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
}