div.Navi
 {
  display:none;
  font-size: 11pt;
  font-weight: bold;
  color : #660000;
  }

a:hover
 {
  text-decoration:none;
 }
a.NaviHead
 {
	color: #660000;
	font-weight: bold;
	font-size: 11pt;
	letter-spacing: 1px;
 }

 
 
table.menue
 {
	background-color: transparent;
	border:0px solid #000000;
	width: 200px;
	margin-top: 0px;
}
/**/
table.menue td
 {
	color: Black;
	padding-left:7px;
	padding-right:7px;
	white-space:nowrap;
	width: 180px;
}

table.menue td.submenue:hover div
 {
  display:block;
  position:absolute;
  padding:5px;
  margin:0px;
  z-index:10;
 }

table.menue div#showme
 {
  display:block;
  position:absolute;
  padding:5px;
  margin:0px;
  z-index:10;
 }

table.menue div
 {
    position: absolute;
	left: 150px;
	top: 10px;
	height: 200px;
    width: 200px;
	cursor: pointer;
	background-color: #EEEEEE;
	border-left-color : Gray;
	border-left-style : solid;
	border-left-width : 2px;
	border-right-color : Gray;
	border-right-style : solid;
	border-right-width : 2px;
	border-top-color : Gray;
	border-top-style : solid;
	border-top-width : 2px;
	border-bottom-color : Gray;
	border-bottom-style : solid;
	border-bottom-width : 2px;
}

table.menue div a:hover
 {
	color : #660000;
	font-weight : bold;
}

table.menue table td
 {
  font-size: 12px;
 }