@font-face {
    font-family: 'MyriadProBold';
    src: url('myriadpro-bold.eot');
    src: url('myriadpro-bold.eot') format('embedded-opentype'),
         url('myriadpro-bold.woff') format('woff'),
         url('myriadpro-bold.ttf') format('truetype'),
         url('myriadpro-bold.svg#MyriadProBold') format('svg');
}




.flexdropdownmenu, .flexdropdownmenu ul{ /*topmost and sub ULs, respectively*/
	font: normal 13px Verdana;	
	margin: 0;
	padding: 0;
	position: absolute;
	left: -20;
	top: 0;
	list-style-type: none;
	border-bottom-width: 0;
	visibility: hidden;
	display: none;
/*	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e5b073;
	border-bottom-color: #fff100;
	border-left-color: #e5b073;*/
}


.flexdropdownmenu li{
position: relative;
}

.flexdropdownmenu li a{
display: block;
width: 100%; /*width of menu (not including side paddings)*/
font-family:'MyriadProBold';
font-size:12px;

color: #363639;
text-transform:uppercase;
background-color:#ffffff;
border-bottom: 1px solid #32302E;
text-decoration: none;
padding: 5px 3px 5px 8px;
}

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

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
background-color:#F37132;
color:#ffffff;
}

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

