
#topnavlist
{
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
}
	
#topnavlist ul, #topnavlist li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
	
#topnavlist a
{
height:45px;
	margin: 0px 0px 0px 0px;
	padding: 0px 30px 0px 30px;
	text-decoration: none;
	font-weight: lighter;
	text-align: center;
	color: #fff;
	font-weight: normal;
	display: block;
	float:left;
	border-right: 0px solid #333333;
	line-height:45px;
	
}
	
	
#topnavlist a:hover
{
	color: #fff;
	background-image: url(../images/navDown.gif);
background-repeat:no-repeat;
background-position:bottom center;
cursor:pointer;


}


