#headerMenu {
	position: absolute;
	float: right;
	margin: 0px;
	height: 20px;
	width: 160px;
	top: 5px;
	right: 125px;
	text-align: right;
}
#headerMenu a {
	color: #000000;
	text-decoration: none;
	font-size: 8pt;
	padding: 0px 5px 0px 10px;
}
#headerMenu a:hover {
	color: #FF0000;
	text-decoration: underline;
}

div#leftNav {
	position: relative;
	float: left;
	margin: 4px 0px 0px 5px;
	padding: 5px 0px 0px 0px;
	height: 220px;
	width: 160px;
	text-align: center;
}
#leftNav a {
	position: relative;
	float: left;
	margin: 3px 0px;
	padding: 6px 0px 6px 0px;
	height: 14px;
	width: 150px;
	text-align: center;
	background-color:#000000;
	color:#FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
#leftNav a:hover, #leftNav #menuStatus {
	border-right: 4px solid #ff0000;
	width: 150px;
	color: #FF0000;
}
