/*************************/
/* CSS Menu top - Firefox*/
/*************************/
ul.menu
{
	margin: 0; 
	padding: 0;
	text-align: center;
	font-size: 11px;
	font-family: Verdana;
	z-index: 6;
}

ul.menu li
{
	list-style: none;
	float: left; 
	width: 133px;
	height: 35px;
	position: relative;
	left: 3px;
	margin: 1px 0 0 0;
	padding: 0 2px 0 2px;
}

ul.menu li ul.menu li
{
	float: none;
	width: 155px;
	height: auto;
	text-align: left;
	padding: 2px 2px 2px 4px;
	margin: 0 0 0 0;  
	left: 0;
	border-right: 1px solid  #002d54;
	border-left:  1px solid  #002d54;
/*	background-image: url(../Images/menu_subbutton.gif);*/
	background-color: #bad0ea; /* #b6cee9;*/
}

ul.menu li a
{
	display: block;
	height: 29px;
	text-decoration: none; 
	font-weight: bold;
	color: #fff;
	padding: 4px 0 2px 0;
	/*background-image: url(../Images/menu_oben.gif);
	background: #669ccc url("../Images/menu-oben-csssprite.gif") no-repeat 100% 0;*/
	background: #669ccc url("../Images/sprite.png") no-repeat 0 -454px;
}

ul.menu li a:hover,
ul.menu li a.active
{
	color: #002d54; 
	/*background-image: url(../Images/menu_oben_akt.gif);
	background: #669ccc url("../Images/menu-oben-csssprite.gif") no-repeat 100% -35px;*/
	background: #669ccc url("../Images/sprite.png") no-repeat 0 -489px;
}

ul.menu li ul.menu li a
{
	background-image: none;
	background-color: #bad0ea; /* #b6cee9;*/
/*	background-image: url(../Images/menu_subbutton.gif);*/
	color: #002d54; /* #fff;*/
	height: auto;
}


ul.menu li ul.menu li a:hover,
ul.menu li ul.menu li a.active
{
	background-image: none;
/*	background-color: #fff;
	background-image: url(../Images/menu_subbutton.gif);*/
	color: #fff; /* #224f76;*/
}

/* Zweite Ebene ausblenden */
ul.menu li ul
{
/*	margin-top: 3px; 
	padding: 0;
	font-size: 11px;*/
	position: absolute;
	display: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #002d54; 
}

/* Zweite Ebene anzeigen */
ul.menu li.hover ul,
ul.menu li:hover ul
{
	display: block;
/*	width: 161px;
	height: 22px;*/
} 

/* Dritte Ebene ausblenden */
ul.menu li.hover ul ul,
ul.menu li:hover a ul ul
{
	display: none;
	margin-left: 150px; /* Breite eines Listenelements - Ueberlagerung */
	margin-top: -23px; /* Hoehe eines Listenelements */
	padding-left: 0;
/*	border-top: 0px solid white;*/
}

/* Dritte Ebene anzeigen */
ul.menu li.hover ul li.hover ul,
ul.menu li:hover ul li:hover ul
{
	display: block;
/*	width: 161px;
	border-bottom: 1px solid #002d54;*/
}



/******************/
/* Support Button */
/******************/
ul#supportList2
{
	list-style-type:none;
	padding: 0;
	margin: 0;
}

ul#supportList2 li.supportItem2
{
	width: 133px;
	height: 35px;
	margin: 0 0 0 17px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	/*background-image: url(../Images/menu_oben.gif);*/
	background: #669ccc url("../Images/sprite.png") no-repeat 0 -454px;
	text-align: center;
	padding: 0;
}

ul#supportList2 li.supportItem2 a
{
	display: block;
	text-decoration: none; 
	font-weight: bold;
	color: #fff;
	padding: 3px 0 3px 0;
	width: 133px;
	height: 29px;
}

ul#supportList2 a.supportLink2:hover 
{
	color: #002d54;
	/*background-image: url(../Images/menu_oben_akt.gif);*/
	background: #669ccc url("../Images/sprite.png") no-repeat 0 -489px;
}

ul#supportList2 li.supportItem2 a.supportLinkAct2 
{
	color: #002d54; 
	/*background-image: url(../Images/menu_oben_akt.gif);*/
	background: #669ccc url("../Images/sprite.png") no-repeat 0 -489px;
}
