 #menu{
 font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
text-decoration: underline;
color:#003399;
 }
 
 
   a.null { display:block;
             
             width:90px; height:141px;
             
           }
             
a.eins:hover {}
  
  
  a.eins { display:block;
             background-image:url(../images/button/coaching_pa.gif);
             width:90px; height:141px;
             
           }
             
a.eins:hover { background-image:url(../images/button/coaching_ak.gif); }

a.zwei { display:block;
             background-image:url(../images/button/training_pa.gif);
             width:90px; height:141px; }
             
 a.zwei:hover { background-image:url(../images/button/training_ak.gif); 
             width:90px; height:141px}

a.drei { display:block;
             background-image:url(../images/button/supervision_pa.gif);             
             width:90px; height:141; }
             
a.drei:hover { background-image:url(../images/button/supervision_ak.gif); 
             width:90px; height:141px}

a.vier { display:block;
             background-image:url(../images/button/paar_pa.gif);
             width:90px; height:141px }
a.vier:hover { background-image:url(../images/button/paar_ak.gif);}

a.fuenf { display:block;
             background-image:url(../images/button/einzeltherapie_pa.gif);
             width:90px; height:141px}
             
a.fuenf:hover { background-image:url(../images/button/einzeltherapie_ak.gif); 
             width:90px; height:141px; }
             
             
a.sub { display:block; 
  background:#ddd;  
  border:0.3px solid silver; 
  width:90px; height:25px;  
  text-align:center;
  color:#003399;
  text-decoration: none;
  font-size:1.2em;
  padding-top: 5px;
  }
  
a.sub:hover { background:#FFF;}


#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}



#nav li {
	float: left;
	width: 90px;

}

#nav li ul {
	position: absolute;
	width: 90px;
left:-999;
}

#nav li:hover ul {
	left: auto;
}


/* für IE */

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

*html #nav li ul {
	position: absolute;
	width: 0px;
left:-999;
}

