/* Navigation */
.nav {
	clear: both;	
	padding: 0;	
	text-align: center;	
	margin: 0;
}
.nav ul {
	float: left;
	list-style: none;
	background: #E4E4E4 url(../images/nav.jpg) repeat-x;	
	width: 100%;		
	padding: 0;	margin: 0;
	display: inline;
	text-transform: uppercase;
}
.nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
.nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 15px;	
	border-right: 1px solid #dadada;
	border-left: 1px solid #fafafa;	
	border-bottom: none;
	color: #555;
	font: bold 12px/25px Arial;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
}
.nav ul li a:hover, 
.nav ul li a:active {
	color: #326ea1;
}
.nav ul li#current a {	
	background: #DBDBDB url(../images/nav-current.jpg) repeat-x;		
}


