/****************************************************************************************************************************/
/*MAIN MENU*/
div#main_menu {
	float: left;
	display: block;
         margin: 50px 0px 0px 10px;
	background: transparent;
	}

div#main_menu a {
	display: block;
         float: left;
         width: 180px;
         height: 30px;
         margin: 0px 0px 10px 0px;
         padding: 2px 0px 0px 0px;
         border: 1px solid black;
         text-align: center;
         text-transform: uppercase;
         text-decoration: none;
         font-size: 13px;
         color: #FFFFFF;
         border:none;
         }
div#main_menu a span {display: none;}

a#main {background: url("img/BT_main.jpg") top center no-repeat;}
a#main:hover {background: url("img/BT_main_hover.jpg")}
a#main_active {background: url("img/BT_main_active.jpg")}

a#lafamilia {background: url("img/BT_lafamilia.jpg") top center no-repeat;}
a#lafamilia:hover {background: url("img/BT_lafamilia_hover.jpg")}
a#lafamilia_active {background: url("img/BT_lafamilia_active.jpg")}

a#impressum {background: url("img/BT_impressum.png") top center no-repeat;}
a#impressum:hover {background: url("img/BT_impressum_hover.png")}
a#impressum_active {background: url("img/BT_impressum_active.png")}

a#wasgeht {background: url("img/BT_wasgeht.jpg") top center no-repeat;}
a#wasgeht:hover {background: url("img/BT_wasgeht_hover.jpg")}
a#wasgeht_active {background: url("img/BT_wasgeht_active.jpg")}

a#streetwear {background: url("img/BT_streetwear.jpg") top center no-repeat;}
a#streetwear:hover {background: url("img/BT_streetwear_hover.jpg")}
a#streetwear_active {background: url("img/BT_streetwear_active.jpg")}

a#boards {background: url("img/BT_boards.jpg") top center no-repeat;}
a#boards:hover {background: url("img/BT_boards_hover.jpg")}
a#boards_active {background: url("img/BT_boards_active.jpg")}

a#leute {background: url("img/BT_leute.jpg") top center no-repeat;}
a#leute:hover {background: url("img/BT_leute_hover.jpg")}
a#leute_active {background: url("img/BT_leute_active.jpg")}

a#press {background: url("img/BT_pressreleases.jpg") top center no-repeat;}
a#press:hover {background: url("img/BT_pressreleases_hover.jpg")}
a#press_active {background: url("img/BT_pressreleases_active.jpg")}

a#lookbook {background: url("img/BT_lookbook.jpg") top center no-repeat;}
a#lookbook:hover {background: url("img/BT_lookbook_hover.jpg")}
a#lookbook_active {background: url("img/BT_lookbook_active.jpg")}

#newsletter {background: url("img/BT_newsletter.jpg") top center no-repeat;}
#newsletter:hover {background: url("img/BT_newsletter_hover.jpg")}
#newsletter_active {background: url("img/BT_newsletter_active.jpg")}
/****************************************************************************************************************************/