#nav {
	color: #346755;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: normal;
	text-decoration: none;
	color: #346755;
}
#nav a:visited {
	color: #346755;
}

#nav li {
	float: left;
	position: relative;
    width: 160px;
    text-align: center;
	cursor: default;
    background:white;
    border-top: solid 1px #346755;
    border-right: solid 1px #346755;
    border-bottom: solid 1px #346755;
	border-left: solid 1px #346755;
}
#nav a 
{
    width: 160px;
    display:block;
}
#nav li:hover, #nav li.over {
	background:#346755  url(menuoff.gif) repeat-x;
}
#nav li:hover a, #nav li.over a {
	color: #346755;
}

#nav li:hover ul, #nav li.over ul {
	display: block;
	background-color: #380062;
    background-image: none;
}
h1 {
	font-size: 28px;
	background-position: center;
	color: black;
}
