.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
	font-family: 'helveticaneuelt_std_lt_cnRg';
	font-size: 16px;
	color: #CCCCCC;
	text-decoration: none;
	text-transform:uppercase;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	visibility: hidden;
	display: none;
	/*border: 1px solid #D2DDF9;*/
}


.flexdropdownmenu li{
position: relative;
}

.flexdropdownmenu li a{
	display: block;
	width: 100%; /*width of menu (not including side paddings)*/
	color: #CCCCCC;
	/*border-bottom: 1px solid #C0C3C2;*/
	text-decoration: none;
	padding: 8px 5px 8px 10px;
	
	/*background-color: #2d2d2d;*/
	background:url(bg.png) repeat;
	
}

* html .flexdropdownmenu li{ /*IE6 CSS hack*/
display: inline-block;
/*width of menu (include side paddings of LI A*/
}

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
color: #ED1C24;
font-family: 'helveticaneuelt_std_lt_cnRg';
font-size: 16px;
background:url(bg.png) repeat;
/*background:#2d2d2d;*/
}

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

