
#menu_container {
	background-image: url("../../images/navBg.jpg");
	background-repeat:repeat;
	height: 25px;
	width:765px;
	overflow: hidden;
	padding-left:85px;
    /* (en) containing floats in all other browsers */
    /* (de) Einfassen der Floats in allen anderen Browsern */
    float: left;
    display: inline;
}
#menu {
	position: relative;
}
#menu LI{margin:0;}

/* das letzte menu element das border-right ist in der menu.tpl definiert. */
#menu .element, #menu .element_end {
	float: left;
	display: block;
	width: 106px;
	height: 20px;
	padding-top:5px;
	font-size: 10pt;
	font-family: Arial;
	border-left:1px solid #243F8A;
}

#menu #current{font-weight:bold; background-image: url("../../images/navItemActive.jpg"); background-repeat: repeat-x;}


  #menu  a:link, #menu a:focus, #menu a:hover, #menu a:active, #menu a:visited{
    color: #243f8a;
	padding:0px;
  	display:block;
	width:100%;
	height: 20px;

    text-decoration: none;
  }
  #menu  a:focus,
  #menu  a:hover,
  #menu  a:active {
    background-color: #fff;
  }

