#nav {
	background-image: url(../images/top-menu/top-menu-center.jpg);
	background-repeat: repeat-x;
	background-position: center;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	height: 35px;
}

#nav #left-end {
	width: 18px;
	height:35px;
	background-image: url(../images/top-menu/top-menu-left.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top:0px;
}
#nav #right-end {
	float:right;
	width: 18px;
	height:35px;
	background-image: url(../images/top-menu/top-menu-right.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	margin-top:0px;
}
#nav ul {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;

	padding-bottom:4px;
	height:35px;
}
#nav li {
	float: left;
	padding: 0px;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#nav a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CBE078;
	float: left;
	height: 23px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	margin-bottom: 8px;
	margin-top: 1px;
}
#nav li#first a{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CBE078;
}
#nav a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	background-image: url(../images/top-menu/top-menu-center-hover.jpg);
	background-repeat: repeat-x;
}

#nav li#right-side {
	float: right;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
