#navcontainer {
 border-left : 1px solid #666;
 border-right : 1px solid #666;
/* border-color:#666666;*/
 width:798px;
 height:30px;
 background-image:url(../images/hughesnet_ent_menuback.gif);
 background-repeat: no-repeat;
 font-size: 0.75em;
}

#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 {
	width: 83px;
	float: left;
	padding: 6px 0 0 0;
	overflow: hidden;
	height:24px !important;
	text-decoration: none;  
	color: #606060;
	font-size: .8em;
	font-weight: bold;
	text-align:center;	  
	}
	
#nav a:hover, #nav a.last:hover {
	background-position: 0 -30px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -30px;	
	}
	
#nav a {
	background: url(../images/hnet_ent_tab.gif) top left no-repeat;
}
#nav a.last {
	background: url(../images/hnet_ent_lasttab.gif) top left no-repeat;
	padding-right: 23px;
}