/* 

	Sample CSS for use in combination with {NAV_LIST_UL:HCSS}
	
	CSS for show/hide flyout menu is rendered dynamically in the style section
	Basis of this CSS is taken from http://www.alistapart.com/articles/horizdropdowns/

*/
.hcss_menu { font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; background-color: #418a4a; position: absolute; top: 140px; width: 980px; height: 30px; z-index: 20; border-top: 1px solid #999; border-left: 1px solid #999; border-bottom: 1px solid #999; }
.hcss_menu em {
	font-style: normal;
	}
.hcss_menu ul { margin: 0; padding: 0; list-style: none; order-right-style: solid; }
/*Bestimmt Breite und Knöpfe + Umrandung*/
.hcss_menu ul li { float: left; position: relative; width: 140px; /* Width of Menu Items */
	height: 29px; order-bottom-style: solid; order-top-style: solid; }
.hcss_menu li ul { position: absolute; left: 0; /* Set 1px less than menu width */
	top: 30px; display: none; }
.hcss_menu li ul li ul {
	left: 130px;
	top: 0;
	}
/* Styles for Menu Items */
/*Standarddarstellung*/
.hcss_menu ul li a, .hcss_menu ul li a:link, .hcss_menu ul li a:visited, .hcss_menu ul li a:active { display: block; text-decoration: none; color: #fff; background: #418a4a; /* IE6 Bug */
	text-align: center; height: 25px; padding-top: 5px; padding-right: 3px; padding-left: 3px; border-right: 1px solid #666;border-top-styl;border-bottom-style: none; border-bottom-width: 0; border-left-style: none; border-left-width: 0; e: none; border-top-width: 0; }
.hcss_menu ul li a:hover {
	background: #418a4a;
	color: #fff;
}
/*Mouseover 1. Hierarchie*/
.hcss_menu ul li:hover a { background: #999; color: #fff; }
/* Aktiver knopf*/
.hcss_menu ul li.active a {
	background-color: #244528;
	color: white;
}
.hcss_menu ul li ul li a { text-align: left; background: #8b99a7; width: 88px; padding-left: 0; }
.hcss_menu ul li ul li a:hover {
	background: #708090;
}
.hcss_menu ul li:hover ul li a { text-align: left; background: #ccc; color: #666; font-family: Verdana, Arial, Helvetica, sans-serif; padding-left: 10px; }
.hcss_menu ul li:hover ul li a:hover { background-color: #999; color: black; font-family: Verdana, Arial, Helvetica, sans-serif; }
/* Holly Hack. IE Requirement \*/
* html .hcss_menu ul li { float: left; height: 1%; }
* html .hcss_menu ul li a { height: 1%; }
