@charset "UTF-8";
ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.dropdown {
	position: relative;
	z-index: 597;
	float: left;
	font: normal 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*text-transform: uppercase;*/
	font-variant:small-caps;
	font-weight:bolder;
	width: 1036px;
	margin-top: -35px;
}
ul.dropdown li {
	float: left;
	line-height: 1.3em;
	vertical-align: middle;
	zoom: 1;
	padding: 7px 0;
	background-image:url(../Images/backgounds/menubackground.png);
	color: #FFF;
	line-height: normal;
	width: 125px;
	height:21px !important;
	text-align: center;
}
ul.dropdown li.hover,
ul.dropdown li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
	background-image:url(../Images/backgounds/menubackgroundhover.png);
	color: #0F0;
}
ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 100%;
	text-align: left;
	width: 125px;
	background-image:url(/Images/backgounds/faded_background_green.png);
	color: #fff;
	font-size: 13px;
	text-transform: none;
}
ul.dropdown ul li {
	float: none;
	background-color: transparent;
	color: #000;
}
ul.dropdown ul ul {
	top: 1px;
	left: 99%;
}
ul.dropdown li:hover > ul {
	visibility: visible;
}
ul.dropdown li.rtl ul {
	top: 100%;
	right: 0px;
	left: auto;
}
ul.dropdown li.rtl ul ul {
	top: 1px;
	right: 99%;
	left: auto;
}
/* copied from default */
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;
	font-size: 10px;
}
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;
}
ul.dropdown li.menuleft{
	width:17.5px; 
	height:35px;
	background-image:url(../Images/backgounds/menubackgroundends.png);
	background-repeat:no-repeat;
}
ul.dropdown li.menuright{
	width:17.5px; 
	height:35px;
	background-image:url(../Images/backgounds/menubackgroundends.png);
	background-repeat:no-repeat;
	background-position:right top;
}
div.menu{
	margin:0 auto;
	width:1035px;
}
