#mainmenu {
  height: 20px;
  line-height: 20px;
  text-transform: capitalize;
  overflow: hidden;
}
#mainmenu li {
  display: block;
  float: left; 
  background: #cfdce5 url(/gbilder/menu_button.gif) no-repeat 0% 0%;
  padding-left: 5px;
  margin-left: -1px;
}
#mainmenu li:first-child {margin-left: 0;}
#mainmenu li.selected {background-image: url(/gbilder/menu_button_selected.gif);}
#mainmenu li a {
  display: block;
  float: left; /* opera.. */
  font-weight: bold;
  text-decoration: none;
  color: #000;
  background: url(/gbilder/menu_button.gif) no-repeat 100% 0%;
  padding-right: 5px;
  overflow: visible;
}
#mainmenu li a:hover {color: #666;}
#mainmenu li.selected a {
  text-shadow: 0 1px 2px #000;
  color: #fff !important;
  background: #006bb4 url(/gbilder/menu_button_selected.gif) repeat-x 100% 0%;
  border: none;
}

.submenu{
  text-shadow: 0 1px 2px #000;
  background: #006bb4;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.submenu li {
	display: block;
	float: left;
}
.submenu li a{
  text-decoration: none !important;
  font-weight: bold !important;
  color: #fff;
  padding: 0 5px;
  float: left; /* opera.. */
}
.submenu li a:hover, .submenu a.selected {color: #F7E908 !important;}

.submenu li.inactive a{
	color: #cdcdcd;
}


/* LEFTMENU */

.leftmenulinks {
/* Group of links in the left hand menu */
list-style: none;
}

.leftmenulinks li {
/* Individual link in left hand menu */
display: block;
margin: 0 0 3px 0 !important;
list-style: none;
}

.open { display: block !important; }

.leftmenusub {
/*
 Group of sublevel links in the left hand menu */
display: block;
margin: 4px 0 5px 0 !important;
padding: 0;
list-style: none;

}

.leftmenusub li {
/* Individual sublevel link in left hand menu */
margin: 0;
padding: 0;
list-style: none;
width:140;
}

.leftmenulinks li a {
background: url(/gbilder/icon_leftmenu.gif);
background-repeat: no-repeat;
padding: 0 0 0 11px;
list-style: none;
font-weight: normal;
text-decoration: none;
line-height: 13px;
color: #333;
display: block;
}

.leftmenulinks .leftmenusub li a {
background: url(/gbilder/submenu_line.gif);
background-repeat: no-repeat;
display: block;
padding: 0 0 0 10;
margin: 0 0 0 0;
color: #333;
font-weight: normal !important;
text-decoration: none;
line-height: 13px;
}

.leftmenulinks li a:hover, .leftmenusub li a:hover {
color: #666;
text-decoration: none;
}

* html .leftmenulinks * a { height: 1%; }