#topnav {
	position: relative;
	height: 40px;
}

#navlinks {
	height: 32px;
	background: url('../images/top-menu-left.gif') #666566 no-repeat left
		top;
}

#navlinks ul {
	padding: 0;
	margin: 0;
	height: 32px;
	background: url('../images/top-menu-right.gif') no-repeat right top;
	text-align: center;
}

#navlinks ul li {
	list-style-type: none;
	overflow: hidden;
	float: left;
	text-align: center;
	height: 32px;
}

#navlinks ul li a {
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;             
	background: url('../images/grey-divline.gif') no-repeat right;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	font-size: 14px;
}

#navlinks ul li.first.highlighted {
	background: url('../images/top-menu-grey-left.gif') #e4e3e3 no-repeat left
		top;
}

#navlinks ul li.last.highlighted {
	background: url('../images/top-menu-grey-right.gif') #e4e3e3 no-repeat right
		top;
}

#navlinks ul li.highlighted {
	background-color: #e4e3e3;
}

#navlinks ul li.highlighted a {
	color: #2e2d2d;
}

#navlinks ul li.last a {
	background-image: none;
}

.sn {
	overflow: hidden;
	position: absolute;
	display: none;
	z-index: 1000;
	background-color: #e4e3e3;
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 200px;
}

.sn:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.snhdr {
	display: block;
	padding: 16px 15px 10px 16px;
	color: #2e2d2d;
}

.sn ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sn li a {
	background: url('../images/grey-arrow-2.gif') 16px 6px no-repeat;
	text-decoration: none;
	display: block;
	padding: 2px 0px 2px 26px;
	font-weight: normal;
	font-size: 12px;
	color: #2e2d2d;
}

.sn li a:hover {
	background: #666566 url('../images/grey-arrow.gif') 16px 6px no-repeat;
	color: #fff;
	text-decoration: none;
}

.snleft {
	float: left;
	width: 190px;
	margin: 0 0 12px 0;
}

.snleft li a {
	width: 164px;
}

.snright {
	float: left;
	width: 199px;
	margin: 0 0 12px 0;
	background: url('../images/sub-menu-grey.gif') left 45px no-repeat;
}

.snright li a {
	width: 163px;
}

.snbtmright {
	float: left;
	width: 199px;
	margin: 0 0 12px 0;
}

.snbtmright li a {
	width: 163px;
}

.snbtm {
	clear: both;
	height: 1%;
	background-color: #666566;
}

.snbtm ul {
	margin: 0;
	padding: 12px 15px 12px 0;
	list-style: none;
	width: 385px;
}

.snbtm li a {
	display: inline-block;
	font-weight: bold;
}

.snbtm li a {
	display: block;
	color: #fff;
	background: url('../images/grey-arrow.gif') 16px 6px no-repeat;
}

.snbtm li a:hover {
	color: #E97400;
	background: url('../images/orange-arrow.gif') 16px 6px no-repeat;
}