/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#nav_535994 {
	margin: 0;
	padding: 0;
	float: left;
	font: bold 11px Arial, helvetica, sans-serif;
	width: 850px;
	border-top: 1px solid #333;
	background: black url(../images/nav_up.gif) center center repeat-x;
	list-style:none;
}



#nav_535994 li a {
	float: left;
	color: white;
	padding: 7px 15px;
	text-decoration: none;
	border-left: 1px solid #333;
	list-style:none;
}

#nav_535994 li a:visited {
color: white;
}

#nav_535994 li a:hover, #nav_535994 li .current {
	color: #BF9F62;
	background: transparent url(../images/nav_over.gif) center center repeat-x;
}
 
