#navcontainer {
	margin: 0;
	padding: 0;
	border-top:1px solid #fff;
	width:100%;
	background:#ccc;
	height:33px;
}

	}

#nav_list img {
	display: block;
	}
	
 ul#nav_list {
	font: 13px arial, verdana, helvetica, sans-serif;
	font-weight: bold;
	list-style-type: none;
	margin:0;
	padding:8px 0 0 190px;
	display:block;
	width:750px;
	}

#nav_list a {
	margin:0px;
	float:left;
	height:20px;
	color:#fc0;
	font-weight:bold;
	text-decoration:none;
	padding:5px 9px 0px 9px; 
	background: url("../images/tab_left_on.gif") no-repeat left top;
	} 

#nav_list a:hover {
	color:#ffffff;
	} 

ul#nav_list li {
	float: left;
	display:inline; 
	background:url("../images/tab_right_on.gif") no-repeat right top #990000; 
	margin:0px 2px 0px 0px; 
	padding: 0;
	} 

/* new stuff added 3-24-05 */
#nav_list #current {
	background:url("../images/tab_right.gif") no-repeat right top #999999; 
    }
	
#nav_list #current a {
	color: #fff;
	margin: 0px;
	background: url("../images/tab_left.gif") no-repeat left top;
    }
	
#nav_list #current a:hover {
	color: #fc0;
    }
	
/* end new */



