@charset "UTF-8";

#navcontainer {
	position:absolute;
	visibility:visible;
	width:150px;
	height:200px;
	z-index:7;
	margin-top: 87px;
	top: 31px;
}
#navcontainer a {
	color: #000;
	display: block;
	width: 140px;
	background-color: #FFF;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F0F;
	padding-top: 6px;
	padding-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 9px;
	letter-spacing: 1px;
}
#navcontainer a:visited {
	color: #000;
}
#navcontainer a:hover {
	color: #000;
	background-color: #66FF66;
}
#navlist {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#subnavlist {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
}

#subnavlist a {
	list-style-type: none;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 15px;
	margin: 0px;
	width: 118px;
}
#active:hover li {
	display: block;
}
#active li {
	display: none;
	color: #09C;
}
#galleryheader {
	position:absolute;
	visibility:visible;
	width:150px;
	height:37px;
	z-index:4;
	top: 101px;
	left: 0px;
}
#galleryheader a {
	text-decoration: none;
	color: #CC9966;
}
