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

#nav a {
	font-weight: bold;
	color: #fff;
	padding-top: 7px; }

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #3984a3;
	padding: 0.2em 10px;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	border-color: #388171;
	border-style: solid;
	border-width: 0 5px; }

#nav li {
	float: left;
	position: relative;
	width: 97px;
	text-align: center;
	cursor: default;
	background-color: #3984a3;
	height: 30px;
	border-left: 2px solid #dce6da;
	border-right-width: 0; }

li#first {
	border-left: 4px solid #3984a3; }

li#last {
	border-right: 4px solid #3984a3; }

#nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left bottom;
	padding: 1em 0;
	border-right: 1px solid #808080; }

li>ul {
	top: auto;
	left: auto;
}

#nav li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

hr {
	display: none;
}

#menu p {
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	clear: left;
	padding: 1em 1em 0;
	margin: 0; }

p.image {
	float: right;
	font-size: 0.8em;
	text-align: center;
	color: #3984a3;
	padding: 1.25em 1.25em 0.25em 0.25em;
}

p.image img {
	display: block;
	border: solid 1px #3984a3;
}
.menutext {
	position: relative;
	top: 5px; }

ul#sub {
	margin-top: 10px; }
