#navcontainer{
  width:940px;
  height: 25px;
  padding:0px;
  text-align:center;
}
a.nav, a.nav:link, a.nav:visited{
  display: inline-block;
  height: 25px;
  margin:0px;
  padding: 5px 10px 0px 10px;
  background: url(http://www.electro-doll.de/templates/Electro-Doll/gfx/mainmenu_blue_c.png) repeat-x;
  text-align: center;
  text-decoration: none;
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
  color: orange; /*#CACDCD;*/
}
a.nav:hover{
  color: #fff;
}
a.nav:active{
  color: #fff;
}
img.nav{
  padding:0px;
  margin:0px;
  height:25px;
  width:20px;
}