#navcontainer {
	display: table-cell;
	width: 200px;
	padding-left: 20px;
}

#nav ul {
	list-style: none;
}

#nav ul{
	color: #222200;
	margin-left: 0px;
}

#nav ul li{
	list-style-type: none;
	display: block;
	margin: 0 10px 2px 0;
}

#nav ul li a{
	background: #d2eaa9;		
	display: block;
	padding: 3px;	
	color: #222;
	font-weight: bold;
	border-left: 5px solid #7ab94d;
	font-family: Verdana, Helvetica, Arial, Sans;
	font-size: 0.8em;
}

#nav ul li a:hover{
	background: #eaf9d0;
	display: block;
	padding: 3px;
	text-decoration: none;
	border-left: 5px solid #d2eaa9;
	color: #333333;
}

.nav_head {
	color: #820000;
	display: block;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
	font: normal normal 140% Georgia, Verdana ,Sans-Serif;
}

#nav_header {
	height: 30px;
	position:absolute;
	top: 152px;	
	right: 0px;
}

#nav_header ul {
	list-style: none;
}

#nav_header li {
	float:left;
	height: 22px;
}

#nav_header a {
	font: normal normal 110% Georgia, Verdana ,Sans-Serif;
	text-align:left;
	padding: 5px;	
	text-decoration: none;
	display: block;
	margin: 5px;
	color: #fff;
}

#nav_header a:hover {
	color: #000;
	background: #fff;
}

