/* CSS Document (for main navigation) */


#nav ul {margin: 40px 0 0 300px; padding: 0;}

#nav li {font-family: Time-Roman, Times, serif;
	list-style: none; float: left; margin: 0; padding: 0;
	font-size: 12px; line-height: 25px; white-space: nowrap;
	text-transform: uppercase; margin: 0 3px 0 0; padding: 0 0 0 0px;
}



#nav a {display: block; float: left; text-decoration: none; 
	font-weight: bold; margin: 0; color: #000; margin: 0 10px 0 10px; padding: 0 3px 0 3px;}


/*
#nav #home a {
	padding: 0 30px;
}

#nav #services a {
	padding: 0 20px;
}

#nav #gallery a {
	padding: 0 19px;
}

#nav #contact a {
	padding: 0 21px;
}

/*

html>body #nav a {width: auto;}    /* fixes IE6 hack */
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a {float: none;}            /* End IE5-Mac hack */


/* Hover - for buttons */
#nav a:hover {
	color: #000;
	background-image: url(../images/hover_blur.gif);
	background-repeat: no-repeat;
	background-position: -20px -3px;
}


 
