*{
	margin:0;
	padding:0;
	}
	
a, a img {
	text-decoration:none;
	border:0;
	color:#0088b9;
	}
	
a:hover,a:active {
	color:#f78322;
	}
	
ol, ul {list-style: none;}

blockquote, q {quotes: none;}f

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}

ins {
	text-decoration: none;
	}

del {
	text-decoration: line-through;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

blockquote, fieldset, form,
p, ul, ol, dl, dir, menu {margin: 1.12em 0;}

hr {
	border:0;
	height:1px;
	background:#ddd;
	margin:1.14em 0;
	}

hr.clear {
	margin:0;
	padding:0;
	outline:0;
	border:0;
	visibility:hidden;
	background:transparent;
	height:0;
	overflow:hidden;
	clear:both;
	font-size:0;
	}

.nowrap {
white-space:nowrap;
}

body {
	padding:0;
	margin:0;
	font-family: Lucida Grande, Arial, Verdana, sans-serif;
	font-size:10pt;
	line-height:1.5em;
	color:#2b2b2b;
	background:#9dd068 url('/graphics/layout/bg.jpg') no-repeat top center;
	text-align:left;
	}
	
#wrap {
	width:940px;
	padding:0;
	margin: 0 auto;
	}
	
#logo {
	display:block;
	text-indent:-9999px;
	width:191px;
	height:141px;
	background:transparent url('/graphics/content/logo.png') no-repeat top left;
	text-align:left;
	margin:21px 0 0 74px;
	}
	
#top_nav {
	float:right;
	}
	
	.member_name,.member_login,.sticker {float:left;}
	
	.member_name{
		display:block;
		margin-right:16px;
		position:relative;
		top:8px;
	}
	
	.member_login{
		display:block;
		width:123px;
		height:38px;
		line-height:38px;
		text-align:center;
		background:transparent url('/graphics/layout/bg_login.png') no-repeat top left;
		margin-right:16px;
		position:relative;
		top:-8px;
		}
		a.member_login:hover,a.member_login:active {
			color:#fff;
			}
	
	.sticker {
		position:relative;
		top:-18px;
		}

	
ul#nav {
	margin-left:-7px;
	margin:8px 0 -5px -6px;
	width:922px;
	padding:0 16px;
	height:53px;
	line-height:1em;
	vertical-align:top;
	background:transparent url('/graphics/layout/bg_nav.png') no-repeat top left;
	position:relative;
	z-index:3;
	}

ul#nav li {
	float:left;
	padding: 0 10px 0 0;
	font-size:1.1em;
	position: relative;
	list-style:none;
	}

	ul#nav>li>a {
		display:block;
		height:46px;
		padding-left:5px;
		line-height:46px;
		font-weight:bold;
		}

	ul#nav li a span{
		padding-right:8px;
		padding-left:4px;
		display:block;
		height:46px;
		}

	ul#nav li:hover a{
		background:transparent url('/graphics/layout/nav/bg_nav_hover.png') no-repeat left 6px;
		}

	ul#nav li:hover a span{
		background:transparent url('/graphics/layout/nav/bg_nav_span.png') no-repeat right 6px;
		}

/* Dropdowns */

ul#nav li ul {
  display: none;
  position: absolute; 
  top: auto;
	left: 0;
 }
 
ul#nav li > ul {
	top: 36px;
	left: auto;
	background:#35363a;
	
	background:transparent url('/graphics/layout/nav/bg_nav_dd.png') no-repeat top left;

	margin:0;
	padding:22px 0;
	width:204px;
	}


ul#nav li:hover ul,
ul#nav li.over ul{
	display: block;
	width:234px;
	}
	
	
ul#nav li > ul li{
	display:block;
	background:transparent url('/graphics/layout/nav/bg_nav_li.png') repeat-y top left;
	padding:6px 25px;
	font-size:0.9em;
	font-weight:bold;
	width:184px;
	margin:0;
	list-style-position:inside;
	}
	
ul#nav li ul li a{background:none !important;}
ul#nav li>ul li a:hover{color:#ccc;}
	
ul#nav li > ul li.dropdown_bottom{
	display:block;
	height:17px;
	width:234px;
	overflow:hidden;
	background:transparent url('/graphics/layout/nav/bg_nav_dd_b.png') no-repeat bottom left;
	margin:0;
	padding:0;
	margin-bottom:-17px;
	}
	
	ul#nav li > ul li a{
		line-height:1.4em;
		text-transform:none;
		}

/* Style  */


#nav li ul li {
	margin:0;
	padding:0;
	position:relative;
	line-height:1em;
	height:auto;
	}

	ul#nav li.search {
		padding:0;
		margin:0;
		position:absolute;
		right:15px;
		top:9px;
		line-height:31px;
		padding:0;
		height:31px;
		display:block;
		width:235px;
		font-family:Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
		font-style:italic;
		}

.search{
	background:none repeat scroll 0 0 transparent;
	bottom:17px;
	height:28px;
	margin:0;
	padding:0;
	position:absolute;
	right:0;
	width:235px;
	}
	
.search *{
	border:0 none;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	outline:0 none;
	padding:0;
	vertical-align:baseline;
	}
		
.search input[type="text"] {
	background: transparent url('/graphics/layout/bg_searchbar.gif') no-repeat 0 0;
	color:#fff;
	font-size:12px;
	height:18px;
	padding:7px 0 11px 10px;
	width:190px;
	position:absolute;
	top:0;
	}
	
.search input[type="submit"] {
	background: transparent url('/graphics/layout/bg_searchsubmit.gif') no-repeat scroll 0 0;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	height:30px;
	letter-spacing:-5px;
	margin:0;
	padding:0;
	position:absolute;
	right:-1px;
	top:0;
	text-indent:-9999px;
	width:36px;
	}

ul#nav li a{
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	}

#content {
	background:#fff url('/graphics/layout/bg_content.jpg') no-repeat  0 182px;
	margin:0;
	clear:both;
	}

	#section1 a{
		color:#294170;
		}
		#section1 a:hover, #section1 a:active{
		color:#f78322;
		}
		
	#section ul {
		list-style-type:disc;
		padding-left:15px;
		}
		
	#section2 a{
		color:#0088b9;
		}
		#section2 a:hover, #section2 a:active{
		color:#f78322;
		}
	
	h1.welcome {
	background: transparent url('/graphics/layout/h1_welcome.png') no-repeat left top;
	text-indent:-9999px;
	height:18px;
	margin-top:6px;
	}
	
	h2.event_calendar {
	background: transparent url('/graphics/layout/h2_event_calendar.png') no-repeat left top;
	text-indent:-9999px;
	height:31px;
	margin-left:-3px;
	}
	
	h2.blog {
	background: transparent url('/graphics/layout/h2_blog.png') no-repeat left top;
	text-indent:-9999px;
	height:18px;
	}

#twitter {
	background: transparent url('/graphics/layout/tweet_top.png') no-repeat 0 0;
	padding-top:66px;
	margin:1.14em 0;
	}

#twitter *{
	margin:0;
	padding:0;
	}

#latest_tweet{
	display:block;
	background:#fff;
	padding:0 13px;
	margin:0;
	width:272px;
	}
#twitter p.tweetb{
	clear:both;
	display:block;
	height:13px;
	width:301px;
	background: url('/graphics/layout/tweet_bottom.png') no-repeat left bottom;
	margin-top:0;
	z-index:9;
	}


	#section1 #intro{
		font-family:Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
		font-style:italic;
		font-size:12pt;
		height:90px;
		line-height:1.5em;
		padding-bottom:4px;
		}

		#section1 #intro p{margin:8px 0 0 0;}

		#section1 ul {
			width:330px;
			border-top:1px solid #c3dcef;
			}

		#section1 ul li{
			padding:10px 6px;
			border-bottom:1px solid #c3dcef;
			line-height:1.2em;
			background:#fff;
			}

			#section1 ul li.odd {
			background:#ebf6fe;
			}
			
			.archive{text-align:right; padding-right:6px;}

	#section1, #section2{
		float:left;
		}
	
	#section1{
		padding:25px 26px 0 26px;
		width:345px;
		margin-right:9px;
		}	
		
	#section2{
		width:508px;
		padding:0 26px 30px 0;
		font-size:1.1em;
		line-height:1.4em;
		}

.div_newsletter {
	margin:0;
	padding:0;
	}

a.newsletter {
	display:block;
	background: transparent url('/graphics/layout/newsletter.png') no-repeat left top;
	width:356px;
	height:96px;
	position:relative;
	left:-45px;
	z-index:2;
	text-indent:-9999px;
	margin:1em 0;
	}

#spotlight {
	height:264px;
	width:557px;
	margin: 0 0 0 -12px;
	}

#sponsors {
	background:#fb7327;
	padding:0 5px 0 12px;
	margin:0;
	clear:both;
	}

#sponsors li {
	float:left;
	display:block;
	width:164px;
	height:164px;
	background:#ff862d;
	padding:5px;
	margin:10px 5px;
	}

#sponsors li a img {
	display:block;
	background:#fff;
	width:162px;
	height:162px;
	}
	
#footer {
	background-color:#003366;
	margin:0;
	padding:10px 22px 20px 30px;
	border-top:2px solid #fff;
	}

	#footer a {
	color:#73b4f6;
	}
	#footer a:hover{
	color:#9fddff;
	}
	
	#footer dl {
	float:left;
	width:174px;
	}
	
	#footer dl dt{
		font-size:1.2em;
		margin-bottom:10px;
		font-weight:bold;
		color:#fff;
		}
		
	#footer dl dd{
		padding:2px 0;
		}
	
	.footer_img {
		vertical-align:bottom;
		margin: 16px auto 0;
		}


.fb,.tw,.nl,.fl,.yt,.bl {
	padding:2px 0 2px 30px;
	background-position:center left;
	background-repeat:no-repeat;
	display:block;
	height:20px;
	line-height:20px;
	}

.fb{background-image:url('/graphics/icons/facebook.png');}
.tw{background-image:url('/graphics/icons/twitter.png');}
.nl{background-image:url('/graphics/icons/newsletter.png');}
.fl{background-image:url('/graphics/icons/flickr.png');}
.yt{background-image:url('/graphics/icons/youtube.png');}
.bl{background-image:url('/graphics/icons/blog.png');}

#contact {
	display:block;
	margin:0;
	padding:20px 0 0 20px;
	height:80px;
	background:transparent url('/graphics/layout/bg_contact.jpg') no-repeat center top;
	font-family:Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-style:italic;
	font-size:1.3em;
	line-height:1.3em;
	min-height:99px;
	}
	
	
	#contact p{margin:0}
	
	#contact *{vertical-align:center;}

.location, .contact_info, #logo2 {float:left;}
	
.location, .contact_info {
	width:306px;
	text-align:center;
	}

.location {padding-top:.33em;}

/* Internal */

body#internal #content {
	background-position:0 60px;
	min-height:385px;
	}

#sidebar {
	float:left;
	width:301px;
	}

#masthead {
	border:5px solid #cbdce3;
	position:relative;
	}
/*
#sidebar p {margin:0;padding:0;}

#sidebar ul{
	padding-left:25px;
	position:relative;
	margin-top:0;
	}
	
	#sidebar ul li {
	padding:10px;
	border-bottom:1px solid #cbdce3;
	}
	
	#sidebar ul li a{
	display:block;
	color:#90c759;
	width:250px;
	background: transparent url('/graphics/layout/bg_subnav.gif') no-repeat 240px center;
	font-size:18px;
	}
	#sidebar ul li a:hover,
	#sidebar ul li a:active,
	#sidebar ul li.here a:link,
	#sidebar ul li.here a:visited{
	color:#49741f;
	background: transparent url('/graphics/layout/bg_subnav_active.gif') no-repeat 240px center;
	}
*/

body#internal #section {
	margin-left:330px;	
	padding: 0 30px 10px 0;
	}
	
body#event #section {
	padding-top:20px;
	}
	
body#event div#content {
	background-position:0 0;
	}
	
	h1.about_us {
	text-indent:-9999px;
	background: transparent url('/graphics/titles/about_us.gif') no-repeat left center;
	line-height:62px;
	height:62px;
	margin-bottom:0.75em;
	}
	
	h1.contact_us {
	text-indent:-9999px;
	background: transparent url('/graphics/titles/contact.gif') no-repeat left center;
	line-height:62px;
	height:62px;
	margin-bottom:0.75em;
	}
	
	h1.events {
	text-indent:-9999px;
	background: transparent url('/graphics/titles/events.gif') no-repeat left center;
	line-height:62px;
	height:62px;
	margin-bottom:0.75em;
	}
	
	h1.join {
	text-indent:-9999px;
	background: transparent url('/graphics/titles/join.gif') no-repeat left center;
	line-height:62px;
	height:62px;
	margin-bottom:0.75em;
	}
	
	h1.login {
	text-indent:-9999px;
	background: transparent url('/graphics/titles/login.gif') no-repeat left center;
	line-height:62px;
	height:62px;
	margin-bottom:0.75em;
	}
	
	h1.membership {
	text-indent:-9999px;
	background: transparent url('/graphics/titles/membership.gif') no-repeat left center;
	line-height:62px;
	height:62px;
	margin-bottom:0.75em;
	}
	
	h1.site_search {
	text-indent:-9999px;
	background: transparent url('/graphics/titles/search.gif') no-repeat left center;
	line-height:62px;
	height:62px;
	margin-bottom:0.75em;
	}
	
	h1.services {
	text-indent:-9999px;
	background: transparent url('/graphics/titles/services.gif') no-repeat left center;
	line-height:62px;
	height:62px;
	margin-bottom:0.75em;
	}
	
	h1.volunteers {
	text-indent:-9999px;
	background: transparent url('/graphics/titles/volunteers.gif') no-repeat left center;
	line-height:62px;
	height:62px;
	margin-bottom:0.75em;
	}
	
/* Events */

body#event #content {
	background:#fff url('/graphics/layout/bg_content.gif') repeat-x 0 157px;
	}

body#event #section {
	margin-left:330px;	
	padding: 16px; 30px 10px 0;
	}
	
/*body#internal div.event_details div#section {
	padding-top:20px !important;
	}*/

#banner {
	border:1px solid #b0c6d1;
	width:100%;
	}

.event_image {
	border:5px solid #c3e4a2;
	float:right;
	}
	
h1.event {
	color:#eb7129;
	font-size:21px;
	line-height:1.4em;
	margin:0 0 .25em 0;
	}
	p.details{
	margin-top:0;
	line-height:1.4em;
	color:#2b2b2b;
	}
	
.quicklinks {
	width:132px;
	padding:12px;
	float:right;
	border:1px solid #ddd;
	clear:right;
	margin:15px 0 15px 15px;
	}
	.quicklinks h3{
		margin-top:0;
		border-bottom:1px solid #ddd;
		padding:0 0 6px 0;
		}
	.quicklinks p {
		margin:.5em 0 0 0;
		line-height:1.5em;
		}
	.quicklinks a{
		color:#eb7129;
		padding-left:3px;
		font-weight:bold;
		letter-spacing:-.04em;
		}
	.quicklinks a:hover,.quicklinks a:active{
		color:#199dcd;	
		}

.event_select {
	display:block;
	margin: .5em 0;
	}
	
.event_options {
	height:30px;
	margin:1.3em 0;
	letter-spacing:-.02em;
	margin-left:-6px;
	}
	
	input[type="submit"],
	.buy, .volunteer {
	border:0;
	font-size:.875em;
	display:block;
	height:30px;
	line-height:29px;
	width:130px;
	float:left;
	text-align:center;
	color:#fff;
	text-shadow:#2b2b2b 1px 1px 2px;
	font-weight:bold;
	font-family:Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	}
	a.buy:hover, a.volunteer:hover,
	a.buy:active, a.volunteer:active{
		color:#fff;
		text-shadow:#222 2px 2px 4px;
		}

	.buy{background:transparent url('/graphics/layout/bg_buy.png') no-repeat left center;padding-right:10px;}
	input[type="submit"],.volunteer {background:transparent url('/graphics/layout/bg_volunteer.png') no-repeat left center;}

/*#sidebar ul{background: transparent url('/graphics/layout/bg_sidebar.gif') no-repeat right top;margin-top:-5px;}*/

/* EVENT PAGE STYLES */

.eventlist .title,
.list .title {
	padding-right:20px;
	}
table.eventlist th,	table.eventlist td,
dl.eventlist dd, dl.eventlist dt,
table.list th,	table.list td,
dl.list dd, dl.list dt,.formtitle

{
	border-bottom:1px solid #C3DCEF;
	padding:8px 10px;
	}
	
table.eventlist th,
dl.eventlist dt,
table.list th,
dl.list dt,
.formtitle{
	background:#d8e9f3;
	font-weight:bold;
	font-size:1.1em;
	}
	
.title, .subtitle {font-weight:bold;}
	
table.eventgrid td.eventname {
color:#EB7129;
font-size:21px;
line-height:1.4em;
margin:0 0 0.25em;
font-weight:bold;
padding:5px;
}


table.eventgrid td.daychosen {
color:#2b2b2b;
padding:5px;
font-weight:bold;
}

table.eventgrid td.jobtitle {
background:#D8E9F3;
font-size:1.1em;
font-weight:bold;
padding:8px 10px;
}

table.eventlist th, dl.eventlist dt {
background:#D8E9F3;
font-size:1.1em;
font-weight:bold;
}

table.eventgrid td.timeslot,
.timeslot{
border-left:1px solid #C1B19F;
padding:5px;
text-align:left !important;
}

table.eventgrid td.timeslot:first-child {
border-left:0 none;
}

table.eventgrid table tr td.subcontent {
	clear:none;
	float:none;
	}
	
td.daylist table tr td.subcontent {
	padding-left:10px;
	}
	
table tr td.eventname {
	padding:1.14em 0;
	}

/* Form Styles
=======================*/

table.form td.formlabel, table.login td.formlabel {
padding-right:20px;
}

table.form td {
padding:4px 0;
}

table.form td input[type="text"],
table.form td input[type="password"],
table.form td textarea,
#news input[type="text"],
[type="file"]{
	border:1px solid #ccc;
	padding:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
table.form td input[type="text"]:focus,
table.form td input[type="password"]:focus,
table.form td textarea:focus,
#content input[type="text"]:focus,
[type="file"]:focus{
	background-color:#ffffdf;
	outline:1px solid #fbffd5;
	}
	
#content select, #content input[type="text"]  {
	border:1px solid #ccc;
	outline:0 none;
	padding:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}


table.form tr td input[type="submit"],
table.form tr td input[type="clear"],
table.form tr td input[type="cancel"],
/*#news input[type="submit"]*/{
	border:0;
	margin-right:10px;
	color:#FFFFFF;
	display:block;
	float:left;
	font-family:Georgia,Palatino,Palatino Linotype,Times,Times New Roman,serif;
	font-size:0.875em;
	font-weight:bold;
	height:30px;
	text-align:center;
	text-shadow:1px 1px 2px #2B2B2B;
	width:130px;
	}

table.form td input[type="submit"] {background:url("/graphics/layout/bg_volunteer.png") no-repeat scroll left center transparent;}
table.form td input[type="clear"],table.form td input[type="cancel"] {background:url("/graphics/layout/bg_volunteer.png") no-repeat scroll left center transparent;}
	
table.login td input[type="submit"] {background:url("/graphics/layout/bg_buy.png") no-repeat scroll left center transparent;}

table.form td input[type="submit"]:hover,table.form td input[type="submit"]:active,
table.form td input[type="clear"]:hover,table.form td input[type="clear"]:active,
table.form td input[type="cancel"]:hover,table.form td input[type="cancel"]:active
{
	text-shadow:#222 2px 2px 4px;
	}

td.required *, .required {
	color:#c00;
	}

p.required {
	text-align:left;
	color:#c00;
	}

.subcontent{
	clear:both;
	float:left;
	margin-right:20px;
	font-size:.8em;
	}
	
.password_text {
	padding-left:8px;
	font-size:0.8em;
	}

/* News */


/* Portals */

#news ul{
	list-style:disc;
	padding-left:15px;
	font-size:0.9em;
	}
	
#news ul li {
	margin:4px 0;
	}
	
#news_archives {
	padding:10px;
	background:#d8e9f3;
	border:1px solid #c3dcef;
	font-size:0.9em;
	}
	
#news .small {font-style:italic;}

#news form {
	margin:0;
	}

#news fieldset {
	padding:10px;
	border:0;
	margin:0;
	}
	
#news label {
	padding:10px 0;
	}

#news option {
	padding: 0 3px;
	}
	
#news .pages {
	text-align:right;
	}
	
#news_archives  {}
	
#news_archives input[type="submit"]{
	float:none;
	display:inline;
	margin:8px;
	}

#news_archives select {
	margin-left:8px;
	}
	
#news_archives p {
	margin-top:0;
	}

/************************************************
* BEGIN photo gallery
************************************************/

div.photogallery {
	width: 590px;
	padding: 0;
}

div.photogallery a:link,
div.photogallery a:visited {
	display: block;
	float: left;
	padding: 0;
}

div.photogallery a:hover,
div.photogallery a:active {
	border-color: #000;
}

div.photogallery span {
	display: block;
	float: left;
	width: 80px;
	height: 80px;
	border: 0;
	padding: 0;
}

dl.PhotoCats { margin: 0; padding: 0; }

dl.PhotoCats dt {
background:none repeat scroll 0 0 #D8E9F3;
font-size:1.1em;
font-weight:bold;
}

dl.PhotoCats dd {
border-bottom:1px solid #C3DCEF;
margin:0;
padding:8px 10px;
}

/* Portal Styles */

.profile {
	font-size:0.9em;
	}
	
/* Google Search */

div.gsc-control {
	width:380px;
	}

table.gsc-search-box td.gsc-input {
	padding-right:10px !important;
	}


/************************************************
* END photo gallery
************************************************/

/* IE Fixes */

#ie7 #top_nav {
	padding-top:16px;
	}

#ie7 .search {margin-top:2px;}

#ie7 .search input[type="submit"]{
	padding:0;
	margin:0;
	top:0px;
	}
	
/* Misc Edits */
#section1 h4 {display:none;}

/* Generic Sidemenu Properties */
div#sidebar {
	background:url("/graphics/layout/bg_sidebar.gif") no-repeat scroll right top transparent;
	}
	
div#sidebar ul,
div#sidebar ul li ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: 260px;
	padding-left:25px;
	}

div#sidebar ul li {
	font-size:18px;
	}

div#sidebar ul li a {
	display: block;
	text-decoration: none;	
	color:#90C759;
	padding:0.5em;
	border-bottom:1px solid #CBDCE3;
	}

/* Internal Sections */

body#internal div#sidebar ul li a{
	background:url("/graphics/layout/bg_subnav.gif") no-repeat scroll 240px center transparent;
	color:#90C759;
	display:block;
	font-size:18px;
	width:250px;
	}

body#internal div#sidebar ul li a:hover,
body#internal div#sidebar ul li a.here,
body#internal div#sidebar ul li.here a:link {
	background:url("/graphics/layout/bg_subnav_active.gif") no-repeat scroll 240px center transparent;
	color:#49741f;
	}

/* Event Sections */

body#event ul.menu li a,
body#event ul.menu body#event ul.menu li a {
  background: transparent url("/graphics/layout/bg_subnav_plus.gif") 230px center no-repeat;
  color: #90C759;
  border-bottom:1px solid #CBDCE3;
  padding: 0.5em;
}

body#event ul.menu li a:hover,
body#event ul.menu body#event ul.menu li a:hover {
  color:#90C759;
}

body#event ul.menu li ul li a,
body#event ul.menu body#event ul.menu li ul li a {
  background: #fff;
  font-size:14px;
  color: #90C759;
  padding-left: 20px;
  width:230px;
  
  border-top:1px solid #CBDCE3;
}

body#event ul.menu li ul li a:hover,
body#event ul.menu body#event ul.menu li ul li a:hover {
  padding-left: 20px;
  color:#497f1f;
}

body#event ul.menu body#event ul.menu li a:hover {
    border-left: 0;
    padding-left: 0.5em;
}

body#event ul.menu a.active,
body#event ul.menu body#event ul.menu li a.active,
body#event ul.menu a.active:hover,
body#event ul.menu body#event ul.menu li a.active:hover {
	background:transparent url("/graphics/layout/bg_subnav_minus.gif") no-repeat 230px center;
	color:#49741f;
}


/* Tier 2 */

body#event ul.menu li.active ul li {
	background:none;
	}
body#event ul.menu li ul {
	padding-left:0;
	}
	
body#event ul.menu li ul li{
	border:0;
	}
	
body#event ul.menu li ul li.here a {
	color:#49741f;
	}


/* BUY and VOLUNTEER */
div#sidebar ul li.sidebar_buy,
div#sidebar ul li.sidebar_volunteer {
padding:0;
margin:0;
border-bottom:0 none;
margin:4px 0;
text-align:center;
overflow:hidden;
}

div#sidebar ul li.sidebar_buy a,
div#sidebar ul li.sidebar_volunteer a {
color:#fff;
height:44px;
line-height:44px;
width:100%;
padding:0;
border:0;
}

div#sidebar ul li.sidebar_buy a{
background:transparent url('/graphics/layout/bg_buy.png') no-repeat 0 0;
text-align:center;
border-bottom:0 none;
}

div#sidebar ul li.sidebar_volunteer a{
background:transparent url('/graphics/layout/bg_volunteer.png') no-repeat 0 0;
}

div#sidebar ul li.sidebar_buy a:hover,
div#sidebar ul li.sidebar_volunteer a:hover{
	background-position:15px 0;
	padding-left:15px;
	color:#fff;
	}

body#event div#ie7 ul.menu {
	position:relative;
}
	
	