ul.menu, ul.menu ul {
    list-style-type: none;
	margin-bottom: 0px;
}

ul.menu a {
    display: block;
    padding: 0px 10px 0px 10px;
    font-weight:normal;
}

ul.menu ul a {
    padding: 0 10px;
}

ul.menu li {
    padding:0;
    margin:0;
    background-image: none;
    float:left;
    /*border-left:1px solid #26383D;*/
	/*border-left: 1px solid gray;
	border-right: 1px solid gray;*/
}

ul.menu ul li {
	border-left: none;
	border-right: none;
	border-bottom: 1px solid gray;
}

ul.menu ul {
    margin-left:0;
    padding: 10px 0 5px 0;
    position: absolute;
    /*background-color: transparent;*/
	/*background-color: #26383D;*/
	background-color: #4b4d4a;
    /*border:1px solid #FFF9E4;*/
    display:none;
    min-width:180px;
	z-index: 1000;
}

/* IE-Hack für die Breite */
*html ul.menu ul {
    width:180px;
}

/* Dies sind die Klassenstile für das Untermenü wenn sich die Maus */
/* über der Liste  befindet (.hover siehe JavaScript oben) */
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;
	margin:2px 5px 10px 5px;
}

