/* NAVIGATION STYLES */

.navhead {
	margin:0;
	padding:0;
	border:0;
	font-family:Helvetica Neue, Helvetica, sans serif;
	font-size:1.15em;
	line-height:190%;
	letter-spacing:1px;
	color:#dddddd;
	font-style:normal;
	text-align:left;
	text-indent:0;
	text-decoration:none;
	text-transform:uppercase;
}

ul.navhead {
	list-style-type:none;
	list-style-position:outside;
	margin-top:0;
	padding:0;
}

.navhead a {
	display:block;
	width:170px;
	background-color:none;
	color:#dddddd;
	text-decoration:none;
}

.navhead a:hover {
	text-shadow: 0 0 0.3em #ffffff, 0 0 0.3em #ffffff, 0 0 0.3em #ffffff;
}

#navsubhead {
	text-indent:10px;
	font-size:.7em;
	line-height:140%;
}

