#menu {
	padding: 0px 0;
	width: 240px; /* Width of Menu Items */
	}
 
  
ul#nav,
ul#nav ul {
	margin: 0;
	padding: 0;
	width: 240px; /* Width of Menu Items */
	list-style: none;
	background: #cccccc;
	}
	

ul#nav li  {
	position: relative;
	padding: 1px;
	list-style: none;
	
	}
 
 
ul#nav li a  {
	display: block;
	padding: 5px 20px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
	font-weight: bold;
	color: #323332;
	background:url(../images/menu_qa_leer.gif) no-repeat;
	font-size: 0.9em;
	height: 14px;
	}


	
ul#nav a:hover {
	background: #ffffff;
	color: #ffffff;
	}


/*aktive Farbe des ausgewählten Menübereichs*/
ul#nav a.active{
	background:  url(../images/menu_qa_voll.gif) no-repeat;
	color: #ffffff;
	font-weight:bold;
	font-size: 1.2em;
	}
	
/*Farben für interne Menüleiste*/
ul#nav a.active1{

	background: #555555;
	color: #000000;
	}

	
ul#nav .first a {
	border-top: none;
	}
 
/* Fix IE. Hide from IE Mac \*/
* html ul#nav li { float: left; height: 1%; }
* html ul#nav li a { height: 1%; }
/* End */
 
ul#nav ul {
	position: absolute;
	display: none;
	left: 240px; /* Set 1px less than menu width */
	top: 0;
	
	}

ul#nav li ul {
	background-color: #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background: #cecece;
	} 

/* Sub Menu Styles */
ul#nav li ul li a {
	line-height: 1.45em;
	font-size: 1.1em;
	}
 
ul#nav li:hover ul ul,
ul#nav li:hover ul ul ul,
ul#nav li.over ul ul,
ul#nav li.over ul ul ul { display: none; } /* Hide sub-menus initially */

ul#nav li:hover ul,
ul#nav li li:hover ul,
ul#nav li li li:hover ul,
ul#nav li.over ul,
ul#nav li li.over ul,
ul#nav li li li.over ul { display: block; } /* The magic */
 
ul#nav li.menuparent,
ul#nav li.menuparent:hover { background: url(../images/menu_qa_pfeil.gif)}
 
ul#nav li.menuparent:hover,
ul#nav li.over { 
	background-color: #fff19e;
	}
 
/* Menüleiste Farbe beim drüberfahren mit Maus*/ 
ul#nav li a:hover { 
	background: url(../images/menu_qa_voll.gif) no-repeat;
	text-decoration: none;
	color: #ffffff;	
		}
 

