
#nav{
	position: absolute;
	left: 245px;
	top: 0px;
	width: 525px;
	height: 16px;
	background-color: #663332;
	line-height: 0px;
}
#nav a{ 
	border: 0px;
}
#nav img {
	border-width: 0px;
	display: block; /* keeps mozilla from sticking whitespace between img's */
	background-color: transparent;
}
#nav a.butcurr img{	
	background-color: #990033; 
}
#nav a.but:hover img{
	background-color: #CC0033;
}
#nav a.but:hover{
	background-color: #CC0033;
}
#about{ 	width: 79px; left: 7px; height: 16px; position: absolute; top: 0px;} 
#pr{ 		width: 114px; left: 86px; height: 16px; position: absolute; top: 0px; }
#events{ 	width: 135px; left: 200px; height: 16px; position: absolute;  top: 0px; }
#news{ 		width: 92px; left: 335px; height: 16px; position: absolute; top: 0px; }
#contact{ 	width: 90px; left: 427px; height: 16px; position: absolute; top: 0px; }

img{ border: 0px; }


.subnav{
	width: 160px;
	margin: 0px;
	padding: 0px;
	background-color: #D9D7A8;
	border: 0px;
	text-align: left;
	visibility: hidden;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 9px;
	line-height: 14px;
}

.currsubnav{
	width: 160px;
	margin: 0px;
	padding: 0px;
	background-color: #E1DFB9;
	border: 0px;
	text-align: left;
	visibility: visible;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 9px;
	line-height: 14px;
}

.sublink, .sublink:visited{
	color: #777;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding-left: 17px;
	font-size: 9px;
	padding-bottom: 1px;
}
.sublink:hover{
	color: #fff;
	text-decoration: none;
	background-color: #3A72A6;
}
.currsublink, .currsublink:hover, .currsublink:visited{
	color: #000;
	font-weight: normal;
	text-decoration:none;
	display: block;
	padding-left: 17px;
	font-size: 9px;
	padding-bottom: 1px;
}
#aboutmenu{
	position: absolute;
	left: 252px;
	top: 16px;
}
#prmenu{
	position: absolute;
	left: 331px;
	top: 16px;
}
#eventsmenu{
	position: absolute;
	left: 445px;
	top: 16px;
}
#newsmenu{
	position: absolute;
	left: 580px;
	top: 16px;
}
#contactmenu{
	width: 98px;
	position: absolute;
	left: 672px;
	top: 16px;
	height: 50px;
	background: transparent;
}
