a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #09548B;
}
.wrapper {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.nav {
	float: left;
	width: 930px;
	margin-top: 5px;
}
#navigation {
	width: 930px;
	margin: 0px;
	height: 33px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.nav-wrapper {
	clear: both;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}
.nav-left {
	background: url(images/nav_left.png) no-repeat top left;
	float: left;
	width: 11px;
	height: 41px;
}
.nav-right {
	background: url(images/nav_right.png) no-repeat top right;
	float: left;
	width: 11px;
	height: 41px;
}
.nav ul {
	width: 930px;
	height: 35px;
	float: left;
	margin: 0;
	padding-top: 3px;
	list-style: none;
	font-size: 15px;
}
.nav li {
	float: right;
	position: relative;
	z-index: 1;
	width: auto;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 3px;
	margin-left: 0px;
	background-image: url(images/split.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.nav li.last {
	background:none;
}
.nav li:hover {
	z-index:2;
}
.nav li a {
	display: block;
	line-height: 35px;
	overflow: hidden;
	float: left;
	width: 105px;
	text-align: center;
}
a .menu-left {
	width: 8px;
	height: 34px;
	line-height: 35px;
	display: block;
	float: left;
	margin-top: 0px;
	background-image: url(images/menu_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
a .menu-mid {
	height: 34px;
	line-height: 35px;
	display: block;
	float: left;
	width: 85px;
	margin-top: 0px;
	background-image: url(images/menu_mid.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
a .menu-right {
	width: 8px;
	height: 34px;
	line-height: 35px;
	display: block;
	float: left;
	margin-top: 0px;
	background-image: url(images/menu_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.nav li a:hover .menu-left,
.nav li.active a .menu-left,
.nav li:hover a .menu-left,
.nav li a:hover .menu-mid,
.nav li.active a .menu-mid,
.nav li:hover a .menu-mid,
.nav li a:hover .menu-right,
.nav li.active a .menu-right,
.nav li:hover a .menu-right {
	background-position: 0 -37px;
	line-height: 35px;
}
.nav li a:hover,
.nav li.active a,
.nav li.hover a,
.nav li:hover a {
	color: #CEA400;
}
