/* --------------------------------------------------------------
nav.css
-------------------------------------------------------------- */
/*#nav {
	float:left;	
	height:29px;
	list-style:none;
	position:relative;
	margin-top:108px;
	width:720px;
}
#nav li {
	display:block;
	float: left;
	margin:0;
	padding:0;
	position:relative;
	text-indent:-999em;
}
#nav li a {
	background-color:transparent;
	background-image:url('../images/nav.jpg');
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:29px;
}
#nav #frontpage, #nav #frontpage a {
	background-position:0 0;
	width:53px;
}
#nav #about-us, #nav #about-us a {
	background-position:-53px 0;
	width:85px;
}
#nav #recent-news, #nav #recent-news a {
	background-position:-138px 0;
	width:85px;
}
#nav #calendar, #nav #calendar a {
	background-position:-223px 0;
	width:98px;
}
#nav #contact-us, #nav #contact-us a {
	background-position:-321px 0;
	width:90px;
}

#nav #frontpage a:hover {
	background-position:0 -36px;
}
#nav #about-us a:hover, #nav #about-us.hover a {
	background-position:-53px -36px;
}
#nav #recent-news a:hover, #nav #recent-news.hover a {
	background-position:-138px -36px;
}
#nav #calendar a:hover {
	background-position:-223px -36px;
}
#nav #contact-us a:hover {
	background-position:-321px -36px;
}*/

/*Main navigation subnav*/
/*#nav ul {
	background:#475b73;
	border:1px #d7e0e2 solid;
	border-bottom:0 none;
	display:none;
	float:none;
	left:0;
	padding:0;
	position:absolute;
	top:36px;
	width:200px !important;
	z-index:40;
}
#nav ul li {
	border-bottom:1px #d7e0e2 solid;
	display:block;
	float:none;
	font-size:0.95em;
	height:30px;
	line-height:30px;
	margin:0;
	position:relative;
	text-indent:0;
	width:auto !important;
}
#nav ul li a {
	background:none;
	display:block;
	color:#fff;
	float:none;
	height:30px;
	margin:0;
	padding:0 10px;
	position:relative;
	text-decoration:none;
	width: auto!important;
}
#nav ul li a:hover, #nav ul li a:active {
	background: #647994;
	color: #fff;
}*/