﻿body {
	font: bold 11px verdana;
	color: #eeeeee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: bold;
  }

ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 161px; /* Width of Menu Items */
  border-bottom: 1px solid #ffffff;
  position: relative; 
  }

  
ul li {
  position: relative;
  }
  
li ul {
  position: absolute;
  left: 160px; /* Set 1px less than menu width */
  top: 0;
  display: none;
  }

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #265dad;
	background: #ffffff !important; /* IE6 Bug */
	background: #ffffff;
	padding: 5px;
	border: 1px solid #ffffff; /* IE6 Bug */
	border-bottom: 0;
	font: bold 11px verdana;
	background-color: #ffffff;
  }
  
  ul li a:hover {
	display: block;
	text-decoration: underline;
	color: #265dad;
	background: #efefef !important; /* IE6 Bug */
	background: #efefef; 
	padding: 5px;
	border: 1px solid #ffffff; /* IE6 Bug */
	border-bottom: 0;
	font: bold 11px verdana;
	background-color: #efefef;
  }
  
.aktiv {
	display: block;
	text-decoration: none;
	color: #033E95;
	background: #C7CDDB !important; /* IE6 Bug */
	background: #C7CDDB; 
	padding: 5px;
	border: 1px solid #ffffff; /* IE6 Bug */
	border-bottom: 0;
	font: bold 11px verdana;
	background-color: #C7CDDB;
  }
  
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */
