
#navBar {
width: 974px;
height:30px;
margin:0px;
background:#414141;
border:0px solid #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
text-transform:uppercase;
}

#topnavlist
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
}
	
#topnavlist ul, #topnavlist li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#topnavlist a
{
	height:30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	color: #d6d6d6;
	font-weight: normal;
	display: block;
	float:left;
	border-right: 0px solid #333333;
	line-height:30px
	/*
	background-image:url(../images/navSide.jpg);
	background-repeat:no-repeat ;
	background-position: top right;*/
}
	
	
#topnavlist a:hover
{
	color: #e0d8c1;
	text-decoration:underline;


}


