/* 
	Projekt: Lammfell
	Ersteller: Squadhouse-Media
	Datum: 01.07.2009
	Beschreibung:
	Containerformatierung und zusätzliche Seitenformatierungen 
*/

/** DROPDOWN NAVI **/



.menunav {
width:960px; 
font-size:13px;
color:#3e3e3e;
position:relative;
z-index:200;
font-family:Arial;
text-align:left;
text-transform: none;
float:left;
background-color:#3E3E3E;



}

ul.menu, ul.menu ul {
    list-style-type: none;
	padding:0px;
	margin:0px;
	float:left;
	color:#3e3e3e;
	

}
/** NAVI LEISTE OBEN **/
ul.menu a {
    display: block;
    padding: 0px 10px 9px 10px;
    font-weight:bold;
	color:#ffffff;
text-decoration:none;	
}


ul.menu a:hover {
    display: block;
     font-weight:bold;
	color:#3E3E3E;
	background-color:none;

}




/** DROPDOWN Inhalt **/
ul.menu ul a {
    padding: 0 22px;
	color:#3E3E3E;
	font-weight:bold;
	background-color:none;
	
}

ul.menu ul a:hover {
    padding: 0 22px;
	color:#3E3E3E;
	font-weight:bold;
		background-color:none;
}



ul.menu li {
    padding:0;
    margin:0;
    background-image: none;
	padding-top:6px;
    float:left;
color:#3e3e3e;

	
	

}

ul.menu ul {
    margin-left:0;
   	padding:0;
    position: absolute;
    border:1px solid #717171;
    border:none;
    display:none;
  	min-width:100px;
	background:#3E3E3E; 
	width:958px;
	left:0;
	height:100px;
	border:1px solid #717171;
	color:#3e3e3e;
}




/* 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;
	font-weight:bold;
	color:#3e3e3e;
	padding:0;
	margin:0;

}

ul.menu li.hover, li:hover
{	background-color:#B6B6B6;

}





ul.menu ul li {
    float:left;
    background-color: transparent;
	padding-top:10px;
	padding-bottom:5px;
	width:230px;
	color:#3e3e3e;
	
}

ul.menu ul
{	background-color:#ffffff;
}


ul.menu ul li:hover
{	background-color: none;
text-decoration: underline;
color:#3e3e3e;
}
 



	