﻿#contentNav
{
	background-color: #ffd940;
	width:870px;
	height:17px;
	border-style:solid;
	border-width:1px;
	border-color:Black;
	position:relative;
	left:-2px;
}


#contentNav ul
{
	color: White;
	font-family: Verdana;
	font-size: 13px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
	list-style: none;
}

#contentNav li
{
	display: inline;
}

#contentNav a:first-letter
{
	font-weight: bold;
	font-size: 14px;
}

#contentNav a
{
	color: black;
	font-weight: bold;
	float: left;
	display: inline;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
}

#contentNav a:hover
{
	color: black;
}