/* 

Navigation CSS Written for Saint Lutherie Webpage by:
www.blee-ree-eyed.com
2007

*/

.nav{
	width:670px;
	height:26px;
	background-image:url(../images/nav_bar_ground.jpg);
	background-repeat:repeat-x;
	margin:0px auto;
	}
	
.nav ul {
	list-style:none;
	}

.nav li {
	padding:0px;
	margin:0px;
	display:inline;
}

.nav a {
	font-size:0.9em;
	display: block;
	float: right;
	height: 15px;
	padding:2px 5px 5px 5px;
	margin: 0px;
	text-decoration: none;
	color:#FFFFFF;
}

.nav a:link {
	text-decoration: none;
	color:#FFFFFF;
	font-weight:bold;
}

.nav a:visited {
	text-decoration: none;
	color:#FFFFFF;
	font-weight:bold;
}

.nav a:active {
	text-decoration: none;
	font-weight:bold;
}

.nav a:hover {
	text-decoration: underline overline; color:#B9EAA8;
	font-weight:bold;
}

.nav li:hover {
	color:#000000;
}