#nav {
	height:34px;
	width:800px;
	background: url('http://www.mezolean.com/images/public/nav.jpg') 0 0 no-repeat;
	text-align: left;
	padding:5px 0;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;

}
#nav ul{
	margin:0;
	list-style-type: none;
	padding:0;
}
#nav a {
	font-weight: bold;
	color: #990000;
	background: transparent;
	text-decoration: none;
	font-weight: bold;	
	padding:1px 2px;
	text-transform: uppercase;
	text-align: left;

}
#nav li {
	font-size:9px;
	float: left;
	position: relative;
	text-align: left;
	cursor: default;
	background: transparent;
	line-height:22px;
	border-right: 1px solid #999999;
}

#nav a:hover, #nav a:active {
	color: #999999;
	background:  transparent;
}
			
#nav a.here:link, #nav a.here:visited{
	color: #000;
}
#pagenav{
vertical-align: top;
margin: 0 0 25px 0;
font-size: 8px;
font-weight: bold;
color: #1E496C;
width:150px;
background-color: transparent;
	
}
#pagenav ul{
list-style-type: none;
margin:5px;
padding:0;
}
#pagenav li a {
font-family: 'Times New Roman', Times, serif;
background: url('http://www.mezolean.com/images/public/pagenav.gif') 0 0 no-repeat;
display:block;
width: 130px;
color:#1E496C;
margin:0 10px 0 0;
padding:0 10px 0 0;
text-decoration: none;
line-height:25px;
font-size: 9px;
font-weight: bold;
text-transform: uppercase;
text-align: center;
}
#pagenav li a:hover { 
background-position: 10px -25px;
color: #84A2CE;
}
#pagenav li a:active {
background-position: 10px -50px;
color:#0830A5;
}

#pagenav img {
border: 0;
margin: 0px;	
}

#quicknav {
background: url('http://www.mezolean.com/images/public/logo.jpg') 0 0 no-repeat;
height:100px;
width:798px;
margin:0;
padding:0;
border-top: 1px solid #999999;
border-right: 1px solid #999999;
border-left: 1px solid #999999;
}

#quicknav ul{
	list-style: none;
	padding: 50px 0 0 700px;
	margin: 0;

}
#quicknav a {
	font-weight: normal;
	color: #9EB8D2;
	background-color:transparent;
	text-decoration: none;
	text-transform: uppercase;

}
#quicknav li {
	font-size:10px;
	line-height:20px;
}

#quicknav a:hover, #nav a:active {
	color: #666666;
}
			
#quicknav a.here:link, #nav a.here:visited{
	color: #000;
