#navcontainer {
 border-left : 1px solid #000;
 border-right : 1px solid #000;
/* border-color:#000000;*/
 width:865px;
 height:34px;
}

#nav {
	margin: 0;
	padding: 0;
	height: 0px;
	list-style: none;
	display: inline;
	overflow: hidden;
/*	xwidth:865px;*/	
}

#nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	}

#nav a {
	float: left;
	padding: 10px 0 0 0;
	overflow: hidden;
	height: 23px !important; 
	text-decoration: none;  
	color: #333333;
	font-size: .9em;
	font-weight: bold;
	text-align:center;
	}
	
	
#nav a:hover {
	width: 142px;
	background-position: 0 -33px;
	padding: 12px 0 0 2px;
	height: 21px !important;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -33px;
	
	}
	
#nav a {
	width: 144px;
	background: url(../images/topmenu.gif) top left no-repeat;
}
#nav li.home a {
	width: 145px;
	background: url(../images/topmenu1.gif) top left no-repeat;
}
#nav li.home a:hover {
	width: 143px;
	background-position: 0 -33px;
	padding: 12px 0 0 2px;
	height: 21px !important;
	}