#sidebar
{
	display: block;
	z-index: 5;
	margin: 0;
	padding: 0;
	position: relative;
	bottom: 0;
}
#sidebar UL
{
	width: 1067px;
	min-height: 30px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	z-index: 500;
	border: 1px solid #333333;
	border-top: none;
}
#sidebar LI
{
	display: inline;
	float: left;
	min-height: 20px;
	position: relative;
	text-align: left;
	padding: 5px 16px;
	margin: 0px;
}
#sidebar LI UL
{
	width: 150px;
	height: auto;
	top: 100%;
	left: 0px;
}
#sidebar LI UL LI
{
	text-align: left;
	width: 118px;
	height: auto;
	min-height: auto;
	display: block;
}
#sidebar A
{
	text-decoration: none;
}
#sidebar LI LI UL
{
	top: 0;
	left: 0;
}
#sidebar LI LI:hover UL
{
	left: 150px;
}
/*initialy hide all sub sidemenus*/
#sidebar UL UL, #sidebar UL LI:hover UL UL, #sidebar UL UL LI:hover UL UL, #sidebar UL UL UL LI:hover UL UL, #sidebar UL UL UL UL LI:hover UL UL
{
	display: none;
	position: absolute;
}
/*display them on hover*/
#sidebar LI:hover UL, #sidebar UL LI:hover UL, #sidebar UL UL LI:hover UL, #sidebar UL UL UL LI:hover UL, #sidebar UL UL UL UL LI:hover UL, #sidebar UL UL UL UL UL LI:hover UL
{
	display: block;
}
/*colors*/
#sidebar
{
	color: #FFFFFF;
}
#sidebar UL
{
	background: #415F00;
}
#sidebar UL UL
{
	background: #415F00;
}
#sidebar UL LI
{
	background: #415F00;
}
#sidebar H2
{
	color: #FFFFFF;
}
#sidebar A
{
	color: #FFFFFF;
}
#sidebar UL LI:hover
{
	background: #506F0D;
}
#sidebar UL LI UL
{
}
#sidebar UL LI UL LI
{
	background: #415F00;
}
#sidebar UL LI UL LI:hover
{
	background: #506F0D;
}
#sidebar UL LI UL UL LI
{
	background: #415F00;
}
#sidebar UL LI UL UL LI:hover
{
	background: #506F0D;
}
