.subhead{width:734px;margin:0;padding:0 0px 0 0px; position: relative;}
.subhead{ _height: 35px } /* IE6 hack */

.subhead h1 { _padding-bottom: 0; } /* IE6 hack */

.subhead ul {
		position:absolute;list-style:none;margin:0;padding:0;
		bottom: 0; right: 0px;
}

.subhead li {
	float: right;
	background: transparent url("../img/header_tab.gif") 100% -600px no-repeat;
	padding: 0 1px 0 0;
	margin: 0 -1px 0 0;
	font-size:1em;font-weight:bold;color:#888888;background-color:#F8F8F4;
}

.subhead li.lastItem {
	margin-right: 0;
}

.subhead ul a {
	float: left;
	display: block;
	padding: 4px 4px 4px 10px;
	background: transparent url("../img/header_tab.gif") 0% -600px no-repeat;
	font-weight: bold;
	/* color: #00550D; */
	text-decoration: none;
}

.subhead ul li:hover a { background-position: 0% -400px;}
.subhead ul li:hover { background-position: 100% -400px;}
.subhead li a:link{color:#00550D;text-decoration:none;}
.subhead li a:visited{color:#00550D;text-decoration:none;}
.subhead li a:hover{color:#00550D;text-decoration:none;  background-position: 0% -400px;}
.subhead li a:active{color:#00550D;text-decoration:none;}

.subhead li.selected a { background-position: 0% -200px;}
.subhead ul li.selected { background-position: 100% -200px;}
.subhead ul li.selected:hover a { background-position: 0% 0%;}
.subhead ul li.selected:hover { background-position: 100% 0%;}
.subhead li.selected a:link{color:#888;text-decoration:none;}
.subhead li.selected a:visited{color:#888;text-decoration:none;}
.subhead li.selected a:hover{color:#888;text-decoration:none; background-position: 0% 0%;}
.subhead li.selected a:active{color:#888;text-decoration:none;}

.clearfloat{margin:0;padding:0;clear:both; }