/*©2008-2009 Certain Web Design- This document is the property of Certain Web Design, Tena Certain - owner.
You may use it for this tutorial.   www.certainwebdesign.com*/
 .nav
{
	position: relative;
	font-family: "Calisto MT", "Comic Sans MS", Arial, Helvetica, sans-serif;
	background: url('../images/aqua_rust.jpg') no-repeat;
	display: block;
	width: 200px;
	height: 44px;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.nav img
{
	width: 200px;
	height: 44px;
	border: 0;
}
.nav a
{
	display: block;
	color: #000000;
	font-size: 20px;
	width: 200px;
	height: 44px;
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover
{
	visibility: visible;
}

.nav a:hover img
{
visibility:hidden
}

.nav span
{
	position: absolute;
	left: 45px;
	top: 12px;
	margin: 0px;
	padding: 0px;
}


