ul#nav,
ul#nav ul {
	margin: 0;
	padding: 0;
	width: 165px; /* Width of Menu Items */
	border-bottom: 0px solid #ccc;
	background: #fff; /* IE6 Bug */
	color: black;
	font-size: 11px;
	}

 
ul#nav li {
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
	height: 24px;
	}
	
 
ul#nav li a {
	display: block;
	text-decoration: none;
	color: #333;
	padding-top: 5px;
	padding-left: 30px;
	padding-bottom: 5px;
	width: 135px;
	height: 14px;
	border: 0px solid #ccc;
	border-bottom: 0;
	}
	
 
/* 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;
	margin-top: -20px;
	margin-left: 40px;
	display: none;
	left: 144px; /* Set 1px less than menu width */
	border-left: 1px solid #454a8c;
	border-right: 1px solid #454a8c;
	}
	

ul#nav ul ul{
	margin-top: -20px;
	margin-left: 5px;
}

/* Sub Menu Styles */

ul#nav li ul li a { 
	display: block;
	text-decoration: none;
	color: #333;
	padding-top: 5px;
	padding-left: 30px;
	padding-bottom: 5px;
	width: 135px;
	height: 14px;
	border: 0px solid #ccc;
	border-bottom: 0;
} 
 
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 */

il#nav li:hover ul ul{ display: none; }

ul#nav li.over { 
	background-color: #f9f9f9; 
}

.button{
  background: url('button_a.gif') repeat;  
}
.button a{
  color: #333;
  font-size: 10px;
  text-decoration: none;
  font-weight: normal;
}

.button_aktiv{
  background: url('button_a.gif') repeat;  
  font-weight: bold;
  font-size: 10px; 	
}

.button_ifsub{
  background: url('button_b.gif') repeat;  
  font-size: 10px;
  font-weight: normal;
}

.button_actifsub{
  background: url('button_b.gif') repeat;  
  font-size: 10px;
  font-weight: bold;
}
 
ul#nav li a:hover { 
  font-weight: bold; 
}