.hovermenu ul{
font: bold 13px arial;
padding-left: 0;
margin-left: 0;
height: 20px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: underline;
float: center;
color: #888888;
background-color: ;
border: ;
}

.hovermenu ul li a:hover{
background-color: #666666;
border-style: ;
color: black;
}

html>body .hovermenu ul li a:active{
border-style: inset;
}

h1{
color: #DDDDDD;
}

	#left {
		position: absolute; top: 0; left: 0; 
		overflow: hidden; 
		height: 100%; width: 5%;
		text-align: right;
		}



	#outer {
		position: absolute; left: 0;
		top: 50%;
		width:100%;
		height: 240px;
		margin-top: -120px;
		}

	body > #left {
		position:fixed;
		}

	#main {
		height: 100%;
		margin: 20px 5% 20px 8%;
		padding-top: 0px !important;
		padding-top: 20px;
		overflow: visible;
		font-weight: bold
		}

	#next_navigation_links {
		font-size:2em;
		}
