@charset "utf-8";
/* CSS Document */

#menunav ul {
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
#menunav li {
	list-style-type: none;
}
#menunav a {
	display: block;
	width: 170px;
	height: 18px;
	padding: 7px 2px 5px 15px;
	text-align: left;
	list-style-type: none;
	background-color: #fff;
	border-bottom: dotted 1px #d6e4e2;
}
#menunav a:link, a:visited {
	color: #97b9b1;
	text-decoration: none;
}
#menunav a:hover {
	color: #3D656F;
	text-decoration: underline;
}
#menunav .photop {
	color: #3D656F;
	text-decoration: none;
}
#menunav .photop a:hover {
	color: #3D656F;
	text-decoration: underline;
}
#menunav .photoOn a {
	color: #3D656F;
	text-decoration:underline;
}

