.glowingtabs{
	float:left;
	width:100%;
	line-height:normal;
}

.glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 0px; /*Left offset of entire tab menu relative to page*/
padding:0px 0px 0px 0px;
}

.glowingtabs li{
display:inline;
margin:0px 0px 0px 0px;
padding:0;
}

.glowingtabs a{
float:left;
background:url(../images/menu-left.gif) no-repeat left top;
margin:0;
margin-right: 0px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
}

.glowingtabs a span{
float:left;
display:block;
background:url(../images/Menu_right.gif) no-repeat right top;
padding: 11px 24px 10px 16px;
font-weight:bold;
color:#D5D5D5;
margin:0 0 0 0;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {
	float:none;
	margin: 0 0 0 -1px;
}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
color: #D5D5D5;
}

.glowingtabs a.current{ /*Selected Tab style*/
background-position:0% -37px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a.current span{ /*Selected Tab style*/
background-position:100% -37px; /*Shift background image up to start of 2nd tab image*/
color: #D5D5D5;
}

.glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -37px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -37px; /*Shift background image up to start of 2nd tab image*/
}

.tabcontainer{
	clear: left;
	width:95%; /*width of 2nd level sub menus*/
	height:15px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	color: #67513C;
	font-size: 12px;
	padding-top: 5px;
}

.tabcontent{
	display:none;
	color: #67513C;
	font-weight: bold;
}
.space_it_out{
	font-size: 14px;
}

.about{
	margin-left:20px;
}
.visit{
	margin-left:20px;
}
.events{
	margin-left:235px;
}
.participate{
	margin-left:210px;
}

