/* Begin Navigation */
/* Position main nav div */
#topNavContainer {
	position: absolute;
	top: 10px;
	left: 560px;
}


#topNavContainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	/* Width of entire list element */
	width: 135px;
}

#topNavContainer li { /** See top_nav_ie.css for IE adjustments **/
	margin: 0;
	padding: 0;
	color: #CFCFCF;
	border-bottom: 1px solid #E9E9E9;
}

/* Kill the border on the last LI element in UL's */
#topNavContainer li.bottom {
	border-bottom: none;
}

#topNavContainer li a { /** See top_nav_ie.css for IE adjustments **/
	display: block;
	font-family: Tahoma, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 10px;
	color: #955D2E;
	text-decoration: none;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 10px;
	background-image: url(../images/nav_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#topNavContainer li a:hover,
#topNavContainer li a.over {
	color: #000;
}