﻿/* Navigation CSS */

#body_home #nav_home a,
		#body_bluing #nav_bluing a,
		#body_about #nav_about a,
		#body_contact #nav_contact a, 
		#body_testimonials #nav_testimonials a,
		#body_gallery #nav_gallery a {
	background-position: 0 -64px;
}

#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 223px;
	display: block;
}

#nav li {
	margin: 0;
	padding: 0;
}

#nav a {
	background: url('images/buttons.png') no-repeat 0 0;
	margin: 0;
	display: block; /* to increase clickable area as a's default to inline */;
	text-decoration: none;
	padding: 0;
	border-bottom: 1px solid #EDEDED;
	height: 32px;
	width: 223px;
}

#nav a p {
	padding: 4px 0 0 0;
	text-align: right;
	margin: 0 .5em 0 0;
	color: #160773;
	font: 1.5em "Copperplate Gothic Bold", "Times New Roman", Times, serif;
}

#nav #nav_gallery a {
	border: none; /* last link block has no border */
}

#nav a:hover {
	background-position: 0 -32px;
}

