#submenue{
	line-height: 1.5em;
}
#submenue UL{
	padding-left: 1em;
	margin-left: 0px;
}

#submenue UL.SubLevelTwo{
	padding-left: 1em;
	display: none;
}

#submenue UL.SubLevelTwoAdmin{
	padding-left: 1em;
}

#submenue A.navLink{
	display: block;
	width: 100%;
	border-bottom: 1px solid #fefcf7;
}

#submenue A.navLink:HOVER{
	border-bottom: 1px dashed #a81916;
}

#submenue IMG:HOVER{
 	background-color: #a81916;
	cursor: pointer;
}

#submenue DIV.SubmenueActive{
	display: block;
	width: 100%;
	color: #6f5123;
}
#submenue LI{
	position: relative;
}

.SubLevelOne LI{
	line-height: 1.5em;
	list-style-type: none;
}

.SubLevelTwo LI{
	line-height: 1.3em;
	list-style-type: none;
}

#calendar TABLE{
	border: 0;
	text-align: right;
	font-size: 100%;
	clear: left;
	table-layout: fixed;
}

#calendar_head{
	border: 0px;
	text-align: center;
}

#calendar TD{
	border: 1px solid #858585;
	width: 5em;
	height: 2em;
}

#calendar TABLE A{
	color: #FFFFF9;
	font-weight: 300;
}

#event_month_nav,#calendar_month_nav{
	list-style-type: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.8em;
	margin-bottom: 3em; margin-left: 0;
	padding-left: 0;
}

#calendar_month_nav{
	margin: 0;
}

#event_month_nav LI,#calendar_month_nav LI{
	float: left;
	margin-left: 1em;
}
/*
.cal_active{
	color: #FFFFF9;
	background-color: #97ae9a;
}

.cal_passive{
	background-color: #FFFFF9;
}

.cal_shadowed{
	background-color: #FFFFF9;
}
*/
A.showTreeLink, A.hideTreeLink{
	display: none;
	border: none;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}
