

#navTable 
{
	background: url(../images/nav3.jpg) top left no-repeat;	
	width: 960px;
	margin:0;
	height:28px;
	background-attachment:scroll;

	/*border-left: #fff solid 1px;
	border-bottom: solid #cfd8d7 1px;*/
}
#navcontainer 
{
	margin: 0 0 0 1px;	
	clear:both;
	border-left: #fff solid 1px;
}
#navcontainer ul {
	margin-left: 0px;
	background: url(../images/navBarRtSpace.jpg) repeat-x;	
}
#navcontainer ul li {
	padding: 0;
	margin: 0;
	display: block;
	float: left;	
	width: 100px;
	font: 13px  verdana, sans-serif, arial;
	text-align: center;	
	text-indent: 1px;
	font-weight:bold;
	background: url(../images/nav_off.jpg) no-repeat; 
}
#navcontainer a {
	color: #80141c;
	text-decoration: none;	
	display: block;
	padding-top: 5px;
	height: 24px;
	text-align: center;
	margin-left: 0px;
}

#navcontainer li #current { 
	background: url(../images/nav_on.jpg) no-repeat; 
	color: #80141c;
}
#navcontainer a:hover { 
	background: url(../images/nav_on.jpg) no-repeat; 
	color: #fff;
	text-indent: 1px;	
}
