#menu {
 color: #F4F3CB;
 font-size: 1.4em; 
 font-weight: bold;
}


#menu a {
 color: #FF6A00;
 display: block;
 height: 40px;
 width: 386px;
 margin-top: 3px;
 font-size: 1.4em; 
 font-weight: bold;
 text-align: right;
 text-decoration: none;
}

#menu a.menu_home {
 background: transparent url(../images/menu_home.jpg) no-repeat;
 background-position: -386px 0px;
}
#menu a.menu_news {
 background: transparent url(../images/menu_news.jpg) no-repeat;
 background-position: -386px 0px;
}
#menu a.menu_contact {
 background: transparent url(../images/menu_contact.jpg) no-repeat;
 background-position: -386px 0px;
}
#menu a.menu_products {
 background: transparent url(../images/menu_products.jpg) no-repeat;
 background-position: -386px 0px;
}

#menu a.menu_home_active {
 background: transparent url(../images/menu_home.jpg) no-repeat;
 background-position: -772px 0px;
}
#menu a.menu_news_active {
 background: transparent url(../images/menu_news.jpg) no-repeat;
 background-position: -772px 0px;
}
#menu a.menu_contact_active {
 background: transparent url(../images/menu_contact.jpg) no-repeat;
 background-position: -772px 0px;
}
#menu a.menu_products_active {
 background: transparent url(../images/menu_products.jpg) no-repeat;
 background-position: -772px 0px;
}

#menu a:hover {
 background-position: 0px 0px;
}






















#products {
 color: #F4F3CB;
 font-size: 0.8em; 
 font-weight: bold;
 display: none;
}

#products a {
 color: #fff;
 display: block;
 height: auto;
 margin-top: 0px; 
 padding: 0px 6px 0px 10px;
 font-size: 0.8em; 
 font-weight: bold;
 text-align: right;
 text-decoration: none;
}

#products a:hover {
 background-color: #fff;
 color: #FFE800;
}

#products a.aktief {
 background-color: #fff;
 text-align: left; 
 color: #FF6A00;
}
