@charset "ISO-8859-1";

div.nav {
	width: 100%;
}

.nav ul {
	list-style: none;
	border-left: 1px solid #878785;
	border-right: 1px solid #cbc8c8;
}

.nav ul li {
	width: 24%;
	font-size: 15pt;
	text-align: center;
	text-transform: uppercase;
	border-left: 1px solid #878785;
	border-right: 1px solid #cbc8c8;
	padding: 0px;
	float: left;
	/*background-color: lightgray; */
	background:url('/images/menu_grad.jpg') repeat-x top;
}

.nav ul li a {
	text-decoration: none;
	display: block;
	line-height: 25px;
}

.nav ul li a:hover {
	/*background-color: #000000;*/
	/*background-color: #413f3f;*/
	background-color: #cbc8c8;
}

div.sshots {
	text-align: center;
}

