@charset "UTF-8";
@import "helper.css";
ul.dropdown {
	font: normal 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
/*	text-transform: uppercase;
*/	font-variant:small-caps;
	font-weight:bolder;
	width: 100%;
}
ul.dropdown li {
	padding: 7px 0;
	background-image:url(../Images/menubackground.gif);
	color: #FFF;
	line-height: normal;
	width: 125px;
	height:21px !important;
	text-align: center;
}
ul.dropdown li.hover,
ul.dropdown li:hover {
	background-image:url(../Images/menubackgroundhover.gif);
	color: #0F0;
}
ul.dropdown a{ 
width:100%;
}
ul.dropdown a:link,
ul.dropdown a:visited { 
	color: #fff; 
	text-decoration: none; 
}
ul.dropdown a:hover { 
	color:#0F0;
	text-decoration: none;
}
ul.dropdown a:active { 
	color: #fff;
}
ul.dropdown ul {
	text-align: left;
	width: 125px;
	background-color: #333;
	color: #fff;
	font-size: 13px;
	text-transform: none;
	filter: alpha(opacity=90);
	-moz-opacity: .9;
	KhtmlOpacity: .9;
	opacity: .9;
}
ul.dropdown ul li {
	background-color: transparent;
	color: #000;
}
ul.dropdown ul li.hover,
ul.dropdown ul li:hover {
	background-color: transparent;
}
ul.dropdown ul a:link,
ul.dropdown ul a:visited { 
	color: #fff; 
}
ul.dropdown ul a:hover { 
	color: #fff; 
	text-decoration: none; 
}
ul.dropdown ul a:active {
	color: #fff; 
}
ul.dropdown *.dir {
	padding-right: 12px;
	background-image: none;
	background-position: 100% 50%;
	background-repeat: no-repeat;
}