UL.dropdown
{
/*-x-system-font: none*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	text-transform: uppercase;
}
UL.dropdown LI
{
	background-color: #937632;
	color: #FFFFFF;
	line-height: normal;
	padding: 0px 0;
}
UL.dropdown LI.hover, UL.dropdown LI:hover
{
}
UL.dropdown A:link, UL.dropdown A:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
UL.dropdown A:hover
{
	color: #FEF285;
	text-decoration: none;
}
UL.dropdown A:active
{
	color: #FFFFFF;
}
UL.dropdown UL
{
	background-color: #725B29;
	color: #FFFFFF;
	font-size: 11px;
	opacity: 0.9;
	text-transform: none;
	width: 140px;
}
UL.dropdown UL LI
{
	background-color: transparent;
	color: #000000;
	filter: none;
}
UL.dropdown UL LI.hover, UL.dropdown UL LI:hover
{
	background-color: transparent;
}
UL.dropdown UL A:link, UL.dropdown UL A:visited
{
	color: #FFFFFF;
}
UL.dropdown UL A:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
UL.dropdown UL A:active
{
	color: #FFFFFF;
}
UL.dropdown .dir
{
	background-image: none;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding-right: 29px;
}
