/** MenuTop **/
#MenuTop {
   text-align: right;
   overflow: hidden;
   margin: 0 0 18px;
}
#MenuTop li {
   display: inline;
}
#MenuTop a,
#MenuTop a:link,
#MenuTop a:visited {
   color: #333;
   padding: 0 5px;
   text-decoration: none;
   text-transform: uppercase;
   font-size: 86%;
}
#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 {
   color: #004494;
}
/** MenuService **/
#MenuService {
   position: relative;
   width: 186px;
   display: block;
   height: 100px;
   background-color: #e5e5e5;
   padding: 5px 5px;
   margin: 0 0 10px 0;
}
#MenuService li {
   display: block;
}
#MenuService a,
#MenuService a:link,
#MenuService a:visited {
   position: relative;
   display: block;
   background-image: url(../images/menusprite.gif);
   background-position: -1px 7px;
   background-repeat: no-repeat;
   padding: 5px 5px 5px 15px;
   text-decoration: none;
   color: #333;
   text-transform: uppercase;
   font-size: 80%;
}
#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: #004494;
   background-position: -1px -59px;
}
/** MenuMain **/
#MenuMain {
   overflow: hidden;
   background-color: #004494;
   margin: 0 0 8px;
   display: block;
   width: 100%;
}
#MenuMain li {
   display: block;
   float: left;
}
#MenuMain li.LOGIN_SITE {
   display: none;
}
#MenuMain a,
#MenuMain a:link,
#MenuMain a:visited {
   display: block;
   color: #fff;
   text-decoration: none;
   text-transform: uppercase; 
   padding: 5px 10px 5px 18px;
   font-size: 86%;
   font-weight: bold;
   background-color: #004494;
   background-image: url(../images/menusprite.gif);
   background-position: 2px -700px;
   background-repeat: no-repeat;
}
#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: #004494;
   background-color: #fff;
   background-position: 2px -145px;
}
/** Menu Sub **/
#MenuSub {
}
#MenuSub li {
   display: block;
   margin: 2px 0;
   border-bottom: 1px solid #004494;
}
#MenuSub li.firstLi {
   border-top: 1px solid #004494;
}
#MenuSub a,
#MenuSub a:link,
#MenuSub a:visited {
   color: #333;
   padding: 3px 0 3px  0;
   text-transform: uppercase;
   text-decoration: none;
   display: block;
   font-weight: normal;
   font-size: 92%;
}
#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 {
   color: #004494;
}
/** Menu Sub Ebene 1 **/
#MenuSub ul li {
   border-bottom: 0 none;
   margin: 2px 0;
}
#MenuSub ul li.firstLi {
   border-top: 0 none;
}
#MenuSub ul li a,
#MenuSub ul li a:link,
#MenuSub ul li a:visited {
   color: #333;
   padding: 3px 0 3px 16px;
   background-image: url(../images/menusprite.gif);
   background-position: left -700px;
   background-repeat: no-repeat;
   text-transform: none;
}
#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 {
   color: #004494;
   background-position: 3px -233px;
}
/** Menu Sub Ebene 2 **/
#MenuSub ul li ul li a,
#MenuSub ul li ul li a:link,
#MenuSub ul li ul li a:visited {
   padding: 3px 0 3px 30px;
   background-position: 16px -700px;
   background-color: #fff;
}
#MenuSub ul li ul li a:focus,
#MenuSub ul li ul li a:hover,
#MenuSub ul li ul li a:active,
#MenuSub ul li ul li a.selected,
#MenuSub ul li ul li a.selected:link,
#MenuSub ul li ul li a.selected:visited,
#MenuSub ul li ul li a.selected:focus,
#MenuSub ul li ul li a.selected:hover,
#MenuSub ul li ul li a.selected:active {
   background-color: #fff;
   background-position: 16px -233px;
}

/** Menu Footer **/

#MenuFooter {
   border-bottom:1px dotted #999999;
   padding: 0 0 20px 0;
   width: 100%;
   font-size: 92%;
   list-style: none;
   overflow: hidden; 
   width: 941px;
}

#MenuFooter li {
   position: relative;
   margin: 0;
   padding: 0;
   float: left;
}

#MenuFooter h3{
   position: relative;
   margin-bottom: 10px ;
   color: #fff;
   background-color: #004494;
   font-size: 100%;
}

#MenuFooter h3 a,
#MenuFooter h3 a:link,
#MenuFooter h3 a:visited {
   padding: 4px 5px 4px 17px;
   color: #fff;
   text-decoration: none;
   display: block;
   font-weight: normal;
}

#MenuFooter h3 a:focus,
#MenuFooter h3 a:hover,
#MenuFooter h3 a:active,
#MenuFooter h3 a.selected,
#MenuFooter h3 a.selected:link,
#MenuFooter h3 a.selected:visited,
#MenuFooter h3 a.selected:focus,
#MenuFooter h3 a.selected:hover,
#MenuFooter h3 a.selected:active{
   background-image: url(../images/bg_menu_footer.gif);
   background-position: 5px 7px;
   background-repeat: no-repeat;
}

#MenuFooter ul {
   list-style-type: none;  
   margin-right: 0;
   font-size: 92%;
}

#MenuFooter li li {
   position: relative;
   width: 107px;
   float: none;
   margin: 0;
}

#MenuFooter ul a,
#MenuFooter ul a:link,
#MenuFooter ul a:visited {
   position: relative;
   padding: 2px 5px 2px 17px;
   margin: 0;
   color: #555555;
   text-decoration: none;
   display: block;
}

#MenuFooter ul a:focus,
#MenuFooter ul a:hover,
#MenuFooter ul a:active,
#MenuFooter ul a.selected,
#MenuFooter ul a.selected:link,
#MenuFooter ul a.selected:visited,
#MenuFooter ul a.selected:focus,
#MenuFooter ul a.selected:hover,
#MenuFooter ul a.selected:active{
  background-color: #EBEBEB;
  background-color: #004494;
  color: #FFF;
}

/** Menu Logo **/

#MenuIcon {
   position: absolute;
   font-size: 100%;
   top: 2px; 
   right: 10px;
   z-index: 50;
}

#MenuIcon li {
   position: relative;
   display: block;
   float: left;
   margin: 0;
   width: 135px;
   height: 82px;
}

#MenuIcon a,
#MenuIcon a:link,
#MenuIcon a:visited {
   position: relative;
   width: 135px;
   height: 82px;
   background-color: transparent;
   text-indent: -1000em;
   color: #955CA1;
   display: block;
   font-weight: bold;
   padding: 0;
   text-decoration: none;
   background-position: left center;
   background-repeat: no-repeat;
}

#MenuIcon a:focus,
#MenuIcon a:hover,
#MenuIcon a:active {
   color: #955CA1;
   text-decoration: underline;
   
}

