#header #logo {
	display: block;
	float: left;
	width: 254px;
	height: 74px;
}
#header #navigation {
	display: block;
	float: left;
	width: 726px;
	height: 74px;
	z-index: 9800;
}
		
#nav1 {
	display: block;
}
#nav2 {
	display: block;
}
		
#nav1 a:hover {
	background-position: 0 -34px;
}
#nav1 a.active {
	background-position: 0 -34px;
}
#nav1 a.active:hover {
	background-position: 0 -34px;
}
		
#nav2 a:hover {
	background-position: 0 -40px;
}
#nav2 a.active {
	background-position: 0 -40px;
}
#nav2 a.active:hover {
	background-position: 0 -40px;
}
		
		
.nav a {
	display: block;
	text-decoration: none;
	color: #333333
}
.nav a:hover {
	display: block;
	text-decoration: none;
	color:#fff;
}
.nav a.hover {
	color: #fff;
}
		
.nav a span {
	cursor: hand;
}

.nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 9800 !important;
}
.nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 9800 !important;
}

.nav ul li.hover {
	background-color: #5d9731;
	color: #fff !important;
}
.nav ul li a.hover {
	color: #fff;
}
		
ul.dropdown {
	display: none;
	position: absolute;
	border: 1px #cac9c9 solid;
	border-top: none;
	/*font-weight: bold;*/
	/*font-size: 11px;*/
	z-index: 9800;
	padding: 1px;
	background-color: #eeeeee;
	font-size:12px;
}
		
ul.dropdown li {
	clear: left;
	width: 200px;
	display: block;
	padding: 4px 5px;
	border-top: 1px solid #cac9c9;
}
		
ul.dropdown li.has_more {
	background: url('../images/Nav/has-more.gif') center right no-repeat #eeeeee;
}
ul.dropdown li.hover {
	background-color: #5d9731;
	color: #fff !important;
}

		
ul.dropdown li.first {
	border-top: none;
}

		
ul.dropdown li a.hover {
	width: 200px;
	display: block;
	color: #fff;
}
ul.dropdown li a:hover {
	color: #fff;
}
		
ul.dropdown li ul {
	display: none;
	position: absolute;
	top: 1px;
	left: 210px;
	border: 1px #cac9c9 solid;
	/*font-weight: bold;*/
	/*font-size: 11px;*/
	z-index: 9999;
	background-color: #eeeeee;
}