#nav {
	float: right;
	list-style: none;
	margin-top: 65px;
	}

#nav li {	
	width: 98px;
	float: left;
	}
#nav li a{
	border: 1px;
	display: block;
	border-style: solid;
	border-color:#999999;
	margin: 0;
	text-transform: lowercase;
	text-decoration: none;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding: 2px;
}
#nav a:hover{
	display: block;
	background: #999999;
}
#leftNav {
	position: relative;
	right: 5px;
	text-align: right;
	padding-bottom: 5px;
}

#leftNav li a{
	border: 1px;
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	padding: 2px;
	letter-spacing: normal;
	line-height: 20px;
}
#leftNav a:hover{
	color:#999999;
}
#rightNav {
	position: absolute;
	right: 9px;
	width: 140px;
	padding-left: 5px;
	text-align: left;
	top: 94px;
	background-color: #FFFF99;
}
#rightNav li a{
	border: 1px;
	color: #97122B;;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	padding: 2px;
	letter-spacing: normal;
}
#rightNav a:hover{
	color:#999999;
}
