#MenuMain {
   position: absolute;
   top: 199px;
   z-index: 6;
   width: 725px;
   background-image: url(../images/menu.png);
   background-position: left top;
   height: 40px;
   padding: 5px 10px 5px 225px;
}
#MenuMain li {
   display: block;
   float: left;
   background-image: url(../images/menuli.jpg);
   background-position: right center;
   background-repeat: no-repeat;
}
#MenuMain li.lastLi {
   background-image: none;
}
#MenuMain a,
#MenuMain a:link,
#MenuMain a:visited {
   display: block;
   color: #fff;
   font-family: Times, "Times New Roman", serif;
   text-transform: uppercase;
   text-decoration: none;
   padding: 12px 6px;
   font-size: 120%;
   text-shadow: 2px 2px 2px #000;
}
#MenuMain a:focus,
#MenuMain a:hover,
#MenuMain a:active,
#MenuMain a.selected,
#MenuMain a.selected:link,
#MenuMain a.selected:visited,
#MenuMain a.selected:focus,
#MenuMain a.selected:hover,
#MenuMain a.selected:active {
   color: #c4b874;
}
#MenuMain li ul {
   position: absolute;
   display: block;
   visibility: hidden;
   list-style: none;
   background-color: #dcd5b3;
   opacity: 0.85;
   filter:alpha(opacity=85);
}
#MenuMain li:hover ul {
   visibility: visible;
}
#MenuMain li ul li:first-child {
   margin-top: 6px;   
}
#MenuMain li ul li:last-child {
   margin-bottom: 6px;
}
#MenuMain li ul li {
   float: none;
   height: auto;
   width: 250px;
   background-image: none;
}
#MenuMain li ul li.lastLi {
   border-bottom: 0 none;
}
#MenuMain li ul li.lastLi a,
#MenuMain li ul li.lastLi a:link,
#MenuMain li ul li.lastLi a:visited {
   border-bottom: 0 none;
}
#MenuMain li ul li a,
#MenuMain li ul li a:link,
#MenuMain li ul li a:visited {
   position: relative;
   display: block;
   padding: 3px 10px 2px 10px;
   color: #734c1c;
   width: 231px;
   text-shadow: 0 0 0;
   font-size: 92%;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}
#MenuMain li ul li a:focus,
#MenuMain li ul li a:hover,
#MenuMain li ul li a:active {
   text-decoration: underline;
}
/** Menu Service **/
#MenuService {
   position: absolute;
   right: 0;
   top: -32px;
   width: 188px;
   height: 237px;
   background-image: url(../images/service.png);
   background-repeat: no-repeat;
   z-index: 6;
   padding-top: 32px;
}
#MenuService li {
   display: block;
}
#MenuService a,
#MenuService a:link,
#MenuService a:visited {
   display: block;
   color: #fff;
   font-family: Times, "Times New Roman", serif;
   text-transform: uppercase;
   text-decoration: none;
   padding: 6px 6px;
   text-align: right;
   font-weight: bold;
   font-size: 120%;
   text-shadow: 2px 2px 2px #aaa;
}
#MenuService a:focus,
#MenuService a:hover,
#MenuService a:active,
#MenuService a.selected,
#MenuService a.selected:link,
#MenuService a.selected:visited,
#MenuService a.selected:focus,
#MenuService a.selected:hover,
#MenuService a.selected:active {
   color: #7a7c02;
}
/** Menu Footer **/
#MenuFooter {
   position: relative;
   padding-bottom: 15px;
   background-image: url(../images/menufooter_top.png);
   background-repeat: no-repeat;
   overflow: hidden;
}
#MenuFooter li {
   display: block;
   float: left;
   width: 13%;
   margin-left: 1%;
   position: relative;
}
#MenuFooter li li {
   float: none;
   width: 100%;
}
#MenuFooter li h3 {
   background-image: url(../images/menuli.jpg);
   background-position: right center;
   background-repeat: no-repeat;
}
#MenuFooter li.lastLi h3 {
   background-image: none;
}
#MenuFooter li h3 a {
   display: block;
   color: #fff;
   font-family: Times, "Times New Roman", serif;
   text-decoration: none;
   padding: 13px 2px;
   font-size: 100%;
   text-shadow: 2px 2px 2px #000;
}
#MenuFooter li h3 a:focus,
#MenuFooter li h3 a:hover,
#MenuFooter li h3 a:active,
#MenuFooter li h3 a.selected,
#MenuFooter li h3 a.selected:link,
#MenuFooter li h3 a.selected:visited,
#MenuFooter li h3 a.selected:focus,
#MenuFooter li h3 a.selected:hover,
#MenuFooter li h3 a.selected:active {
   text-decoration: underline;
}
#MenuFooter li ul {
   padding: 10px 0;
}
#MenuFooter li ul li a,
#MenuFooter li ul li a:link,
#MenuFooter li ul li a:visited {
   color: #654319;
   display: block;
   font-size: 86%;
   text-decoration: none;
}
#MenuFooter li ul li a:focus,
#MenuFooter li ul li a:hover,
#MenuFooter li ul li a:active,
#MenuFooter li ul li a.selected,
#MenuFooter li ul li a.selected:link,
#MenuFooter li ul li a.selected:visited,
#MenuFooter li ul li a.selected:focus,
#MenuFooter li ul li a.selected:hover,
#MenuFooter li ul li a.selected:active {
   font-weight: bold;
   text-decoration: none;
}
/** Menu Shop **/
#MenuShop {
   position: relative;
   padding: 15px;
   background-image: url(../images/shopdivider.png);
   background-position: center bottom;
   background-repeat: no-repeat;
}
#MenuShop li {
   display: block;
}
#MenuShop a,
#MenuShop a:link,
#MenuShop a:visited {
   display: block;
   color: #734C1C;
   text-decoration: none;
   font-size:86%;
   padding: 0 0 0 10px;
   background-repeat: no-repeat;
   background-image: url(../images/menushopa.png);
   background-position: left 5px;
}
#MenuShop a:focus,
#MenuShop a:hover,
#MenuShop a:active,
#MenuShop a.selected,
#MenuShop a.selected:link,
#MenuShop a.selected:visited,
#MenuShop a.selected:focus,
#MenuShop a.selected:hover,
#MenuShop a.selected:active {
   text-decoration: underline;
}
/** Menu Sprache **/
#MenuSprache {
   position: relative;
}
#MenuSprache li {
   display: block;
   float: left;
   margin-right: 3px;
}
/** Menu Top **/
#MenuTop {
   position: absolute;
   right: 10px;
   top: 0;
   padding: 5px 0;
   overflow: hidden;
}
#MenuTop li {
   display: block;
   float: left;
   border-right: 1px solid #fff;
}
#MenuTop li.lastLi {
   border-right: 0 none;
}
#MenuTop a,
#MenuTop a:link,
#MenuTop a:visited {
   display: block;
   color: #fff;
   font-size: 92%;
   padding: 0 5px;
   text-decoration: none;
}
#MenuTop a:focus,
#MenuTop a:hover,
#MenuTop a:active,
#MenuTop a.selected,
#MenuTop a.selected:link,
#MenuTop a.selected:visited,
#MenuTop a.selected:focus,
#MenuTop a.selected:hover,
#MenuTop a.selected:active {
   text-decoration: underline;
}
/** Menu Sub **/
#MenuSub {
   position: relative;
   background-image: url(../images/menusub_center.gif);
   padding-right: 0;
   background-repeat: repeat-y;
   margin-bottom: 15px;
}
#MenuSub li {
   display: block;
   padding: 0 3px 0 2px;
}
#MenuSub li.firstLi {
   background-image: url(../images/menusub_top.gif);
   background-repeat: no-repeat;
   padding-top: 5px;
}
#MenuSub li.lastLi {
   background-image: url(../images/menusub_bottom.gif);
   background-position: left bottom;
   background-repeat: no-repeat;
   padding-bottom: 5px;
}
#MenuSub a,
#MenuSub a:link,
#MenuSub a:visited {
   display: block;
   color:#734c1c;
   padding: 5px 5px 5px 25px;
   text-decoration: none;
   font-weight: normal;
   font-family: Times, "Times New Roman", serif;
   border-bottom: 1px solid #c1b486;
   font-size: 130%;
}
#MenuSub a:focus,
#MenuSub a:hover,
#MenuSub a:active,
#MenuSub a.selected,
#MenuSub a.selected:link,
#MenuSub a.selected:visited,
#MenuSub a.selected:focus,
#MenuSub a.selected:hover,
#MenuSub a.selected:active {
   font-weight: bold;
   border-bottom: 1px solid #734c1c;
   background-image: url(../images/menusub_hover.png);
   background-repeat: no-repeat;
   background-position: 2px 4px;
}
#MenuSub ul {
   border-bottom: 1px solid #c1b486;
}
#MenuSub ul li.firstLi {
   background-image: none;
}
#MenuSub ul li.lastLi {
   background-image: none;
}
#MenuSub ul li a,
#MenuSub ul li a:link,
#MenuSub ul li a:visited {
   border-bottom: 0 none;
   padding: 2px 5px 2px 25px;
}
#MenuSub ul li a:focus,
#MenuSub ul li a:hover,
#MenuSub ul li a:active,
#MenuSub ul li a.selected,
#MenuSub ul li a.selected:link,
#MenuSub ul li a.selected:visited,
#MenuSub ul li a.selected:focus,
#MenuSub ul li a.selected:hover,
#MenuSub ul li a.selected:active {
   background-image: none;
   border: 0 none;
}
