

#topnavcontainer {
	width:920px;
	padding: 0 20px 0 20px;
}

#topnavcontainer ul {
	list-style-type:none;
	margin-left:0;
	padding-left:0;
	text-transform:uppercase;
	text-align:center;
	font-size:11px;
	float:left;
}

#topnavcontainer li {
	float:left;
	background-image:url(/images/nav/navmid.jpg);
	background-repeat:repeat-x;
	width:109px;
	padding: 0px 0 0 0;
	margin-right:1px;
	text-decoration:none;
	color:#333;
	height:40px;
}

#topnavcontainer li.first {
	float:left;
	width:14px;
	padding: 0px 0 0 0;
	margin-right:1px;
	text-decoration:none;
}

#topnavcontainer li.last {
	float:left;
	width:15px;
	padding: 0px 0 0 0;
	text-decoration:none;
}



a.nav:link {color:#333; font-weight: normal; display:block; width:100%; line-height:40px; }
a.nav:visited {color:#333; font-weight: normal; display:block; width:100%; line-height:40px; }
a.nav:hover {color:#fff; text-decoration:underline; font-weight: normal; display:block; background-image:url(/images/nav/navmid2.jpg); line-height:40px; width:100%;}
a.nav:focus {color:#333; font-weight: normal; display:block; width:100%;  line-height:40px;}
a.nav:active {color:#333; font-weight: normal; display:block; width:100%;  line-height:40px;}
