ul.menu
{
	clear:			both;	
	font-size:		1.2em; 
	font-weight:	bold;
	line-height:	1.2em; 
	letter-spacing: 0.1em;
	list-style:		none;
	margin:			0px;
	overflow:		hidden;
	padding:		0px;
	position:		relative;
	text-indent:	0px;
	white-space:	nowrap;
	width:			100%;
	left:			-15px;
}

ul.menu a
{
	color:				#FFFFFF;
	text-decoration:	none;
	margin:				0px 0px 0px 15px;
}

ul.menu a:hover 
{
	color:				#434343;
	text-decoration:	none;
}

ul.menu li 
{	
	float:				left;
}

li.menuActive a
{
	color: #434343;
}




ul.subMenu
{
	height:				20px;
	clear:				both;
	position:			relative;
	padding-top:		5px;
	padding-left:		0px;
	white-space:		nowrap;
	margin:				0 auto; 
	list-style:			none;
	overflow:			hidden;
	background-image:	url(../graphics/template/b_01.gif);
	background-repeat:	no-repeat;
	width:				100%;
	text-indent:		0px;
}

ul.subMenu li 
{
	float:				left;
	text-indent:		0px;
}

ul.subMenu a
{
	margin:				0px 0px 20px 1px;
	padding:			1px 10px 2px 10px;
	text-decoration:	none;
	color:				#898989;
	font-family:		Arial; 
	font-size:			1.2em; 
	font-weight:		bold; 
	line-height:		1.2em;
	text-indent:		0px;
}

li.subMenuActive a
{
	color:				#595959;  
}

ul.subMenu a:hover
{
	text-decoration:	none;
	color:				#595959;  
}


ul.subsubMenu
{
	position:			relative;
	white-space:		nowrap;
	margin:				0 auto;
	list-style:			none;
	overflow:			hidden;
	padding-bottom:		5px;
	padding-left:		0px;
	width:				100%;
	border-bottom:		1px solid  #006AB3;
	margin-bottom:		5px;
}



ul.subsubMenu li 
{
	float: left;
}



ul.subsubMenu a
{
	display:			block;
	font-weight:		bold;
	font-size:			11px;
	margin-left:		1px;
	padding:			2px 8px 2px 8px;
	text-decoration:	none;
}

.noborder 
{
	border: 0 !important;
}

.subsubMenuActive
{
	background-color: #ffffff;
}

* html ul.subMenu ul.subsubMenu a 
{
	width: 1em;    /* nur fuer IE 5.0x erforderlich */
	width: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
}



ul.subsubMenu a:hover
{
	background-color: #ffffff;
}