/* -------------------------------------- */
/* -------------------------------------- */
/* [ DYNAMIC MENU CSS DEFINITION ] */
/* -------------------------------------- */
/* -------------------------------------- */

#hnavi{
    margin: 0;
    padding: 0;
	
	

}

#mainMenu
{
	margin: 0;
	display: inline;
	text-align: center;
	width: auto;
	
}

ul.menu, ul.menu ul { 
	list-style-type: none;
	text-align: center; }

ul.menu a
{	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 2px;
	display: block;
	font-family: 'Arial';
	font-size: 13px;
	color: rgb(255,255,255);
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	text-transform:uppercase;
	list-style: none;
	letter-spacing:inherit;
	
	
}

ul.menu a.hlink_a
{
	display: block;
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 2px;
	font-family: 'Arial';
	font-size: 13px;
	color: #C84535;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	text-transform:uppercase;
	list-style: none;
	
}

ul.menu a:hover
{	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 2px;
	display: block;
	font-family: 'Arial';
	font-size: 13px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	text-transform:uppercase;
	list-style: none;
	
}

ul.menu ul a:link, ul.menu ul a:visited, ul.menu ul a:active
{	padding: 2px;
	list-style: none;
	font-family: 'Arial';
	font-size: 13px;
	color: #FFF;
	text-transform: none;
	text-align: left;
}

ul.menu ul a.hlink_a
{
	
	list-style: none;
	color: #333;
	font-family: 'Arial';
	font-size: 13px;
	text-transform: none;
	text-align: left;
}

ul.menu ul a:hover
{
	
	list-style: none;
	color: #C84535;
	font-family: 'Arial';
	font-size: 13px;
	text-transform: none;
	text-align: left;
}

ul.menu li
{
	padding: 0 0 0 3px;
	margin: 0;
	display:inline-block;
	list-style: none;
}

li.topMenu
{
	/*background-image: url();
	background-repeat: no-repeat;
	background-position: 2px top;*/
}

li.topMenu_a
{
	/*background-image: url();
	background-repeat: no-repeat;
	background-position: 2px top;*/
}

li.topMenu .active { color: #333; }

ul.menu ul
	
{	position: absolute;
	font-size: 12px;
	line-height: 14px;
	background-image: url(../../../../medien/button_rahmen.png);
	background-repeat: repeat;
	min-width: 40px;
	min-height: 8px;
	padding-top: 2px;
	-webkit-box-shadow: 0px 0px 2px #555;
	-moz-box-shadow: 0px 0px 2px #555;
	/*background-image: url();
	background-repeat: repeat;
	#background-position: left bottom;*/
	box-shadow: 1px 1px 2px #666;
	text-align: center;
	color: rgb(102,102,102);
	
}

/* IE-Hack */
*html ul.menu ul { width: 150px; }

ul.menu li ul li a
{
	color: rgb(0,0,0);
	font-family: 'Arial';
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding-bottom: 3px;
	text-decoration: none;
}

ul.menu ul.hover, ul.menu li.hover ul, ul.menu li:hover ul { display: block; }

ul.menu ul li
{
	float: none;
	background-color: transparent;
}