.navigation
{
	margin:				0;
	padding:			0;
	background:			#b0b08d;
	color:				#fff;
	width:				130px;
	font:				1em "Trebuchet MS", sans-serif;
	border-right:		1px solid #999999;
	text-decoration:	none;
	list-style:			none;
}

.navigation a, .navigation span
{
	display:			block;
	padding:			4px 10px;
	color:				#fff;
	background:			#b0b08d;
	text-decoration:	none;
	list-style:			none;
	border-bottom:			1px solid #fff;
}

.navigation a:hover, .navigation a:focus, .navigation a:active
{
	text-decoration:	none;
	list-style:			none;
	background:			#929275;
}

.navigation .subMenu, .navigation .open_at_load
{
	font-size:			.8em;
	background:			#dbdbce;
	font-size:			.9em;
	margin:				0;
	padding:			0;
	/*border-bottom:		1px solid #666;*/
	text-decoration:	none;
	list-style:			none;
	/*border-top:			1px solid #fff;*/
	/*border-bottom:		1px solid #fff;*/
}

.navigation ul.subMenu a, .navigation ul.open_at_load a /*hack Dlteck2000*/
{
	padding:			3px 20px;
	background:			#993300;
	text-decoration:	none;
	list-style:			none;
	/*border-top:			1px solid #fff;*/
	/*border-bottom:		1px solid #fff;*/
}

.navigation ul.subMenu a:hover, .navigation ul.subMenu a:focus, .navigation ul.suMenu a:active,
.navigation ul.open_at_load a:hover, .navigation ul.open_at_load a:focus, .navigation ul.open_at_load a:active /*hack Dlteck2000*/
{
	text-decoration:	none;
	list-style:			none;
	background:			#c24100;
}

/*hack Dlteck2000*/
.navigation ul.open_at_load li.at_load a
{
	text-decoration:	none;
	list-style:			none;
	background:			#c24100;
}