.header ul.subnav{ 
	display: block; 
	position: absolute; 
	margin: 115px 0px 0px 32px; 
	padding: 0px 0px 0px 0px; 
	width: 920px;
	height: 25px; 
	list-style: none;
	float: left;
	}

.header ul.subnav li{ 
	float:left;
	display: block; 
	margin:0; 
	padding:0; 
	list-style-type: none;
	}

.header ul.subnav li a{ 
	display: block;
	padding: 6px 12px 0px 12px;
	height: 25px;
	width: auto;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	}
	
.header ul.subnav li a:hover{
	text-decoration: underline;
}
