
   
a.menulink:link, a.menulink:visited { color: #ffffff; text-decoration: none; }
a.menulink:hover	{
	color: #ffffff;
	/* background: #dedede;*/
	}

a.menulink .bullet	{
font-family: Arial;
	visibility: hidden;
	background-color: #86022C;
	text-decoration: none;
	}
	
	
	
a.Umenulink:link
{
color: #fff; 
text-decoration: none; 
font-size: 11px;
   font-weight: normal;
   margin-right: 0px;
   padding-left: 7px;
   margin-left: 1px;
}


a.Umenulink:visited 
{ 
color: #fff; text-decoration: none; 
font-size: 11px;
   font-weight: normal;
   margin-right: 0px;
   padding-left: 7px;
   margin-left: 1px;
}

a.Umenulink:hover	
{
	background-color: #86022C;
	color: #D3D6DF;
	}
	
a.Umenulink .bullet	{
	visibility: hidden;
	background-color: #86022C;
	text-decoration: none;
	}  

a .bullet2	{
	font-family: Arial;
	visibility: visible;
	background-color: #9D022C;
	text-decoration: none;
	
	}



/* Nun wird der Bereich sichtbar gemacht */

a.menulink:hover .bullet
	{
	visibility: visible;
	font-family: Arial;

	}
	
a.Umenulink:hover .bullet	{
	visibility: visible;
	font-family: Arial;


	}
   
   
   
 
#menu1
{
	clear: both;
	float: left;
	margin-right: 0px;
	margin-top: 0px;
	padding-top: 40px;
	padding-bottom: 0px;
	padding-left: 3px;
	width: 180px;
	height: 200px;
	background-color: #9D022C;

}

.menu1item
{
	background: #9D022C;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	width: 165px;
	border-color: #FFF;
	border-width: 1px 0 0 0;
	border-style: dotted;
}
  
.menu1item a {
  display: block; 
  text-decoration: none;
  
  padding: 4px 2px;
  }
 
#menu2 {
   position: relative;
   display: none;
   font-size: 11px;
   font-weight: normal;
   text-decoration: none;
   width: 150px;
 } 

head:first-child+body #menu2 { 
   display: none;
   font-weight: normal;}

 div.menu1item a:hover {
   background-color: #86022C;
   color: #fff;
  }
   
div.menu1item:hover #menu2 {
  display:block;
  
  color: #fff;
  } 


