/* --- MENU ---- */

#nav {
	width: 696px;
	height: 62px;
	margin-right: 32px;
	margin-left: 32px;
	padding: 0;
}

div#nav ul {
	margin: 0;
	padding: 0;
	border: 0;
	cursor: hand;
}

div#nav li {
	float: left;
	position: relative;
	list-style: none;
	width: 116px;
	height: 62px;
	padding: 0;
	background-image: url('../images/nav/navbutton.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	font: bold 10px verdana;
	text-align: center;
	color: #5f0505;
	text-decoration: none;
}


div#nav li:hover {
	float: left;
	position: relative;
	list-style: none;
	width: 116px;
	height: 62px;
	padding: 0;
	background-image: url('../images/nav/navbuttonover.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	font: bold 10px verdana;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
}


div#nav li a {
	display: block;
	padding: 0;
	margin-top: 40px;
    color: #5f0505;
	text-decoration: none;
	width: 100%;
}

div#nav li a:hover {
	color: #ffffff;
}

div#nav li:hover a {
	color: #ffffff;
}