/* ----------- cssjsmenudhtml.css ----------------- */
/* original by devedge.netscape.com
redesign by www.amico-alpha.de [hjk]
use xb settings to make ul/li appear the
same in mozilla, ie and opera
*/

ul.mainmenu, ul.mainmenu ul {
	display:block;
	margin:0;
	padding:2px;
	background-color:#934a13;
}

ul.mainmenu ul {
	padding:0;
	border-left: 1px solid #fc0;
	border-right: 1px solid #fc0;
	border-top: 1px solid #fc0;
}

/* top level items in ul are inline to display horizontally across page */
ul.mainmenu li {
	display:inline;
	list-style:none;
	position:relative;
	margin:0px;
	padding:0 0 0 5px;
}

/* nested lists inside of the top level items are initially not displayed */
/* vis., width und z-index: required for NS 7.x/Gecko 1.0.x but not Gecko 1.3 */
/* die Breite ist leider fix und nicht auf Textbreite, 12 em dürften reichen, keinesfalls 100%!! */
ul.mainmenu li ul {
	display:block;
	position:absolute;
	left:0px;
	visibility:hidden;
	width:11em;
	z-index:1000;
}

/* fix up the submenu items; voice-family lines screen correct CSS values from 
browsers that improperly lay out block-level boxes and have broken CSS parsers (IE5.5/Win)
Hier ist die untere border für die submenu-styles (ich find 1px schöner;-)), padding lassen*/
ul.mainmenu li ul li {
	margin: 0 0 0 -6.5em;
	text-indent: 10px;
	padding:0;
	display:block;
	width:100%;
	border-bottom: #fc0 1px solid;
	voice-family: "\"}\"";
	voice-family:inherit;
	margin-left:0;
}

/* hier ist das padding für die subs, height und width schaffen hier 100% hover-Effekt für das li, sonst kleiner setzen, geht bei main-menues nur schlecht w. display:inline */
ul.mainmenu li ul li a {
	display:block;
	margin:0px;
	width:100%;
	height:100%;
	padding:2% 0 2% 0%;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:100%;
	height:100%;
}

/* needed to keep IE from bubbling events from items that are not contained but only covered. Keinesfalls löschen! */
ul.mainmenu{
	background-color:#934a13;
}

/* ----------- cssjsmenustyle.css ----------------- */
/* original by devedge.netscape.com
redesign by www.amico-alpha.de [hjk] */

ul.mainmenu * {
	font-size: 12px;
	color:#fff;
	font-weight:bold;
}

/* hier ist das padding für die main-Nav, macht einen schönen effekt + Abstand zu den subs*/
ul.mainmenu li a {
	display:inline;
	margin:0px;
	padding:0.2% 0 0.2% 0;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

ul.mainmenu li a:hover{
	color:#000;
	background-color:#fc0;
	text-decoration:none;
}

ul.mainmenu li.submenu ul a{
	color:#fff ! important;
}

ul.mainmenu li.submenu ul a:hover{
	color:#fff ! important;
	background-color:#fc0;
	text-decoration:none;
}

ul.mainmenu li.navbar_home a{
	right:0px;
	color:#fff ! important;
}

ul.mainmenu li.navbar_home a:hover{
	right:0px;
	color:#fff ! important;
	background-color:#934a13;
	text-decoration:none;
}
