ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px; /* Width of Menu Items */
	border-bottom: 0px solid #666666;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 159px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background: #4169E1; /* IE6 Bug */
	padding: 5px;
	border: 0px solid #666666;
	border-bottom: 0;
	}
#a_pfeil {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background: #4169E1; /* IE6 Bug */
	padding: 5px;
	border: 0px solid #666666;
	border-bottom: 0;
	background-image:url(../images/tri-right1.gif);
  	background-repeat:no-repeat;
  	background-position:143px 50%;
	}
	

#mainm {
	background: #4169E1;
	border: 0px solid #666666;
	border-bottom: 0;
	text-align: left;
	padding-left: 15px;
	background-image:url(../images/menue_block.png);
	background-position:center;
  	background-repeat:repeat-x;
	color:#FFFFFF;
	font-size:10px;
	}

#maino {
	background: #4169E1;
	border: 0px solid #666666;
	border-bottom: 0;
	text-align: left;
	padding-left: 15px;
	background-image:url(../images/menue_block.png);
	background-position:center;
  	background-repeat:repeat-x;
	color:#FFFFFF;
	font-size:10px;
	}

#sub {
	background: #4169E1;
	border: 0px solid #666666;
	border-bottom: 0;
	text-align: left;
	padding-left: 25px;
	color:#FFFFFF;
	font-size:10px
	}

#sub2 {
	background: #4169E1;
	border: 0px solid #666666;
	border-bottom: 0;
	text-align: left;
	padding-left: 15px;
	color:#FFFFFF;
	font-size:10px
	}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #FFFFFF; 
		background: #0000A0; } /* Hover Styles */

#a_pfeil:hover {
		background: #0000A0;
		background-image:url(../images/tri-right2.gif);
  		background-repeat:no-repeat;
  		background-position:143px 50%;
		
		}
#mainm:hover {
		background: #0000A0;
		background-image:url(../images/tri-right2.gif);
  		background-repeat:no-repeat;
  		background-position:3px 50%;
		}
#sub:hover {
		background: #0000A0;
		background-image:url(../images/tri-right2.gif);
  		background-repeat:no-repeat;
  		background-position:13px 50%;
		}

li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* Sub-menus */
