/* Horizontal Navigation*/



#navigation {
	clear: both;
	padding: 4px 0 0 15px;
	float: left;
	width: 955px;
}

#navigation ul {
	list-style-type: none;
	height: 35px;
	margin: 0;
	padding: 0;
}

#navigation li {
	padding: 0 6px 0 3px;
	background: url(../img/nav-spot.gif) right no-repeat;
	float: left;
}

#navigation li a, #navigation li a:visited {
	display: block;
	float: left;
	padding: 0 4px 0 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	height: 35px;
	line-height: 35px;
	font-size: 13px;
	color: #4d4c4c;
	font-weight: bold;
	text-decoration: none;
}

#navigation li a:hover {
	text-decoration: underline;
}

#navigation li a.active, #navigation li a.active:visited {
	background: url(../img/nav-active.gif) center top no-repeat;
	color: #fff;
}

#navigation li a.active:hover {
	background: url(../img/nav-active.gif) center top no-repeat;
	color: #fff;
	text-decoration: none;
}

#navigation li.last{
	background: none;
}


#navigation li.last a {
	color: #077c9d;
}

#navigation li.last a.active {
	color: #fff;
}





