body { 
	background: #fff; 
	margin: 0px; 
	font: 12px trebuchet ms; 
	color: #fff; 
	padding:0;
	voice-family: inherit
}

#nav_header {
	font-size: 12px; 
	letter-spacing:1px;
	background: url(bg.gif) repeat-x 50% bottom; 
	float: left; 
	width: 100%; 
	line-height: normal
}

#nav_header ul {	padding:10px 10px 0 10px;	margin: 0px; 	list-style-type: none}

#nav_header li {
	padding:0 0 0 9px;
	height:30px; 
	background: url(left.gif) no-repeat left top; 
	float: left; 
	margin: 0px;
 
}

img {

}

#nav_header a {
	padding-right: 15px; 
	display: block; 
	padding-left: 5px; 
	background: url(right.gif) no-repeat right top; 
	float: left; 
	padding-bottom: 6px; 
	color: #fff; 
	padding-top: 5px; 
	text-decoration: none
}
#nav_header a {float: none}
#nav_header a:hover { }
#nav_header #current {	background-image: url(left_on.gif)}

#nav_header #current a {
	background-image: url(right_on.gif); 
	padding-bottom: 7px; 
	color: #333
}

#nav_subhead {
	font: 11px arial ;
	letter-spacing:1px;
	background: #e8e8e1; 
	border-bottom:1px solid #cbcbcb;
	color:#102562;
	float: left; 
	width: 100%; 
	line-height: normal;
	font-weight:bold;
	padding:5px 10px 5px 5px;

/*	padding:5px 0 5px 8px;*/
}

#nav_subhead ul {	padding:0;	margin:0;	list-style-type: none;}

#nav_subhead li {
	margin: 2px 5px 2px 1px;
	float: left;
	padding:5px 10px 5px 10px;}

#nav_subhead a {text-decoration:none;color:#102562;}
#nav_subhead a:hover {}
.inactive  {color:#ccc;}
.active  {background:#fff; 	border:dotted 1px #ccc;}
