/** BEGIN: Navigator **/
#navigation {
	width:780px;
	float:left;
	line-height:17px;
	margin-left:-20px;
}

#navigation ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	list-style:none;
	margin:0;
	font-weight:bold;
}

#navigation ul li {
	display: inline;
	text-align: center;
	float: left;
	padding-left:3px;
}

#navigation a {
	color: #FFF;
	background:url(../images/nav_left.gif) no-repeat left top;
	float: left;
	padding-left:5px;
	text-decoration: none;
	font-weight:bold;
}

#navigation a:hover,#navigation a.highlight {
	color:#fff;
	background-position:0% -29px;
}

#navigation a span {
	background: url(../images/nav_right.gif) no-repeat right top;
	display: block;
	padding:6px 14px 6px 10px;
}



#navigation a:hover span {background-position:100% -29px;}


#navigation a.highlight span{background-position:100% -29px;}

#navigation #current a {
	 background-position:0% -29px;
	 color:#fff;
}

#navigation #current a span {
	background-position:100% -29px; 
}
/** END: Navigator **/