/**
 * Stylesheet fuer http://www.johanneskalpers.de/
*/

#navi {
	height: 21px;
	line-height: 21px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 925px;
	background: #EFE9E0;
	padding-left: 30px;
}

ul.menu, ul.menu ul {
    list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.menu a {
    display: block;
    padding: 0 11px;
    font-weight:normal;
	color: #9B2D05;
	text-decoration: none;
}

ul.menu a:hover, ul.menu a.active {
	color: #000;
}

ul.menu ul li a {
    padding: 0 0 0 15px;
	background: url(images/bull.gif) 0 55% no-repeat;
}

ul.menu li {
    padding:0;
    margin:0;
    background-image: none;
    float:left;
}

ul.menu li.showline {
	background: url(images/line.gif) 100% 50% no-repeat;
}

ul.menu ul {
    margin-left:0;
    padding: 0 0 2px 0;
    position: absolute;
    background-color: #EFE9E0;
    border:1px solid #fff;
	border-width: 0px 1px 0px 1px;
    display:none;
    min-width:180px;
}

ul.menu ul li a:hover {
	background-color: #DCD4C8;
}

/* IE-Hack für die Breite */
*html ul.menu ul {
    width:180px;
}

*html ul.menu ul li {
    height: 20px;
	overflow: hidden;
}

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

ul.menu ul li {
    float:none;
}



/**
 * Parent Menu Entry (top level)
 *
 * @author		C.Conrad <christian@silvertab.de>
 * @package		Kalpers
 * @version    1.0
 */