@charset "UTF-8";

/* CSS Document */

#navbar {
	height:31px;
	position:relative;
	z-index:100;
	width: 925px;
	clear: both;
	float: left;
	overflow: visible;
	background-image: url(../images/navbar-bkgnd.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin: 0px;
	padding-right: 28px;
	padding-left: 27px;
}
#navbar .pad {float:left;}

*html #navbar{
	left: 0px;	
}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {
	list-style-type:none;
	padding:0;
	margin:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #444;
	clear: both;
	display: block;
	height: 31px;
	font-style: normal;
}
#navbar ul.menu ul.sub li {
	font-size: 12pt;
	line-height: 12pt;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* Set up the top level list items and float left to place inline */
.menu li.top {
	display:block;
	float:left;
	position:relative;
	height: 31px;
	font-size: 12pt;
}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {
	border-collapse:collapse;
	width:0;
	height:0;
	position:absolute;
	top:0;
	left:0;
	background-image: none;
}

/* Default top link link styling */
.menu li.top a.top_link {
	display:block;
	float:left;
	height:31px;
}
.menu li.top a span {
	position:absolute;
	left:-9999px;
	top:0;
	z-index:11;
	font-size:10px;
	display: block;
} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.p1 {
	width:69px;
	;
	background-image: url(../images/btns-nav.gif);
	background-repeat: no-repeat;
	display: block;
	height: 31px;
	background-position: 0px -31px;
}
.menu li.p2 {
	width:92px;
	;
	background-image: url(../images/btns-nav.gif);
	background-repeat: no-repeat;
	background-position: -69px -31px;
	display: block;
	height: 31px;
}
.menu li.p3 {
	width:140px;
	;
	background-image: url(../images/btns-nav.gif);
	background-repeat: no-repeat;
	background-position: -161px -31px;
}
.menu li.p4 {
	width:160px;
	;
	background-image: url(../images/btns-nav.gif);
	background-repeat: no-repeat;
	background-position: -301px -31px;
}
.menu li.p5 {
	width:164px;
	;
	background-image: url(../images/btns-nav.gif);
	background-repeat: no-repeat;
	background-position: -461px -31px;
}
.menu li.p6 {
	width:67px;
	;
	background-image: url(../images/btns-nav.gif);
	background-repeat: no-repeat;
	background-position: -625px -31px;
}
.menu li.p7 {
	width:99px;
	;
	background-image: url(../images/btns-nav.gif);
	background-repeat: no-repeat;
	background-position: -692px -31px;
}
.menu li.p8 {
	width:129px;
	;
	background-image: url(../images/btns-nav.gif);
	background-repeat: no-repeat;
	background-position: -791px -31px;
}
/* set up the normal unhovered images in the links */
.menu li a#home {
	width:69px;
	background-image: url(../images/btns-nav.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: 0px 0px;
}
.menu li a#about {
	width:92px;
	background-image: url(../images/btns-nav.gif);
	background-repeat: no-repeat;
	background-position: -69px 0px;
}
.menu li a#svc {
	width:140px;
	background-image: url(../images/btns-nav.gif);
	background-repeat: no-repeat;
	background-position: -161px 0px;
}
.menu li a#re {
	width:160px;
	background-image: url(../images/btns-nav.gif);
	background-repeat: no-repeat;
	background-position: -301px 0px;
}
.menu li a#comm {
	width:164px;
	background-image: url(../images/btns-nav.gif);
	background-repeat: no-repeat;
	background-position: -461px 0px;
}
.menu li a#events {
	width:67px;
	background-image: url(../images/btns-nav.gif);
	background-repeat: no-repeat;
	background-position: -625px 0px;
}
.menu li a#contact {
	width:99px;
	background-image: url(../images/btns-nav.gif);
	background-repeat: no-repeat;
	background-position: -692px 0px;
}
.menu li a#members {
	width:129px;
	background-image: url(../images/btns-nav.gif);
	background-repeat: no-repeat;
	background-position: -791px 0px;
}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */
/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#home:hover, .menu li:hover a#about,
.menu li:hover a#svc, .menu li:hover a#re,
.menu li a#comm:hover, .menu li:hover a#events,
.menu li a#contact:hover, .menu li a#members:hover  {
	background:transparent;
	height: 31px;
}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
}

 /* for IE6 */
.menu ul, .menu a:hover ul ul, .menu a:hover ul a:hover ul ul, .menu a:hover ul a:hover ul a:hover ul ul, .menu a:hover ul a:hover ul :hover ul a:hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
}

/* set up the first drop down sub level */
.menu :hover ul.sub {
	left:0;
	top:31px;
	white-space:nowrap;
	width:180px;
	height:auto;
	background-color: #F7F5A3;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	-moz-box-shadow: 5px 7px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 5px 7px 5px rgba(0,0,0,0.4);
	box-shadow: 5px 7px 5px rgba(0,0,0,0.4);
}
.menu :hover ul.sub li {
	display:block;
	height:24px;
	position:relative;
	float:left;
	width:220px;
}
.menu :hover ul.sub li a {
	display:block;
	font-size:0.9em;
	height:22px;
	width:175px;
	line-height:22px;
	text-indent:5px;
	color:#23329A;
	text-decoration:none;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F7EDB1;
	border-right-color: #F7EDB1;
	border-bottom-color: #F7EDB1;
	border-left-color: #F7EDB1;
	font-weight: normal;
}
.menu :hover ul.sub li a.fly {
	background-color: #ddd;
	background-image: url(../images/%7Emenu/arrow.gif);
	background-repeat: no-repeat;
	background-position: 180px 7px;
}
.menu :hover ul.sub li a:hover {
	color:#003;
	background-color: #FFF;
	font-weight: normal;
}
.menu :hover ul.sub li a.fly:hover {
	color:#003;
	background-color: #fef361;
	background-image: url(../images/%7Emenu/arrow_over.gif);
	background-repeat: no-repeat;
	background-position: 180px 7px;
	font-weight: normal;
}
.menu :hover ul li:hover > a.fly {
	color:#23329A;
	background-color: #8CB2E0;
	background-image: url(../multi_level-files/arrow_over.gif);
	background-repeat: no-repeat;
	background-position: 180px 7px;
} 

/* set up the flyout levels when hovering */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{
	left:200px;
	top:-5px;
	padding:3px 0;
	border:1px solid #888;
	white-space:nowrap;
	width:180px;
	z-index:200;
	height:auto;
	z-index:300;
	background-color: #ddd;
}
/* IE6 fix, as the drop menus would show regardless */
.menu .top.p1 .sub li, .menu .top.p2 .sub li, .menu .top.p3 .sub li, .menu .top.p4 .sub li, .menu .top.p5 .sub li, .menu .top.p6 .sub li{
	_display: none;
}
#main .sitemapwidth ul ul li a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul.principles {
	list-style-position: outside;
	list-style-image: url(../images/chalice-bullet2.gif);
	list-style-type: circle;
	padding-left: 30px;
	margin-left: 10px;
}
ul.principles li {
	padding-top: 5px;
	margin-top: 5px;
}

