/* Menu classes for rollover css and top menu image rollover */

#menu {
	width: 720px;
	height: 25px;
	text-align: center;
	margin: 0 auto;
}

#navcontainer {
	height: 25px;
	line-height: 25px;
	width: 720px;
	background-color: #CCC;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
}

#navcontainer  ul {
	text-align: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #FFF;
}

#navcontainer  ul li {
	display: inline;
}

#navcontainer  ul li a {
	padding: 5px 15px 5px 15px;
	margin-right: 10px;
	text-decoration: none;
	background-color: #C0C0C0;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	border-width: 1px;
	border-style: solid;
	border-top-color: #C0C0C0;
	border-bottom-color: #4a4a4a;
	border-left-color: #4a4a4a;
	border-right-color: #4a4a4a;
}

#navcontainer  ul li a:hover {
	background-color: #CCC;
	color: #306295;
}

/*** Each individual page is given a body ID so the hover effect is ON when viewing ***/

body#whatis #navwhatis, 
body#calendar #navcalendar, 
body#events #navevents, 
body#links #navlinks, 
body#about #navabout, 
body#store #navstore { 
	background-color: #CCC;
	color: #306295;
}

/* Top menu classes and id's */

#topmenu {
	position: absolute;
	top: 50px;
	left: 480px;
	width: 250px;
	height: 30px;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	z-index: 1;
}

a.homeicon, a.contacticon, a.sitemapicon {
	text-align: right;
	padding-left: 20px;
	text-decoration: none;
	font-weight: bold;
}

a.homeicon:link, a.homeicon:visited {
	background: url("../images/homeicon-off.gif") top left no-repeat;
	color: #FFF;
}

a.homeicon:active, a.homeicon:hover {
	background: url("../images/homeicon-on.gif") top left no-repeat;
	color: #CFD6EB;
}

a.contacticon:link, a.contacticon:visited {
	background: url("../images/contacticon-off.gif") top left no-repeat;
	color: #FFF;
}

a.contacticon:active, a.contacticon:hover {
	background: url("../images/contacticon-on.gif") top left no-repeat;
	color: #CFD6EB;
}

a.sitemapicon:link, a.sitemapicon:visited {
	background: url("../images/sitemapicon-off.gif") top left no-repeat;
	color: #FFF;
}

a.sitemapicon:active, a.sitemapicon:hover {
	background: url("../images/sitemapicon-on.gif") top left no-repeat;
	color: #CFD6EB;
}