/* Menu */
#menu {float: right; display: block; margin-top: 7px; /*position: relative; top: 7px; left: 21px;*/}
#menu div {float: left; display: block; }

#menu a#button-home {width: 69px; height: 37px;background: url(/graphics/menu/home.jpg);display: block;}
#menu a#button-home:hover {width: 69px;height: 37px;background: url(/graphics/menu/home-over.jpg);display: block;}
#menu a#button-services {width: 80px; height: 37px;background: url(/graphics/menu/services.jpg);display: block;}
#menu a#button-services:hover {width: 80px;height: 37px;background: url(/graphics/menu/services-over.jpg);display: block;}
#menu a#button-team {width: 80px; height: 37px;background: url(/graphics/menu/team.jpg);display: block;}
#menu a#button-team:hover {width: 80px;height: 37px;background: url(/graphics/menu/team-over.jpg);display: block;}
#menu a#button-company {width: 80px; height: 37px;background: url(/graphics/menu/company.jpg);display: block;}
#menu a#button-company:hover {width: 80px;height: 37px;background: url(/graphics/menu/company-over.jpg);display: block;}
#menu a#button-clients {width: 80px; height: 37px;background: url(/graphics/menu/clients.jpg);display: block;}
#menu a#button-clients:hover {width: 80px;height: 37px;background: url(/graphics/menu/clients-over.jpg);display: block;}
#menu a#button-work {width: 80px; height: 37px;background: url(/graphics/menu/work.jpg);display: block;}
#menu a#button-work:hover {width: 80px;height: 37px;background: url(/graphics/menu/work-over.jpg);display: block;}
#menu a#button-awards {width: 80px; height: 37px;background: url(/graphics/menu/awards.jpg);display: block;}
#menu a#button-awards:hover {width: 80px;height: 37px;background: url(/graphics/menu/awards-over.jpg);display: block;}
#menu a#button-sotw {width: 153px; height: 37px;background: url(/graphics/menu/sotw.jpg);display: block;}
#menu a#button-sotw:hover {width: 153px;height: 37px;background: url(/graphics/menu/sotw-over.jpg);display: block;}

#menu a span {display: none;}

body#home a#button-home, body#home a#button-home:hover {background: url(/graphics/menu/home-over.jpg);display: block;cursor:default;}





.imageLoader1 {
background: url(/graphics/menu/home-over.jpg);
visibility: hidden;
}
.imageLoader2 {
background: url(/graphics/menu/company-over.jpg);
visibility: hidden;
}
.imageLoader3 {
background: url(/graphics/menu/services-over.jpg);
visibility: hidden;
}
.imageLoader4 {
background: url(/graphics/menu/team-over.jpg);
visibility: hidden;
}
.imageLoader5 {
background: url(/graphics/menu/work-over.jpg);
visibility: hidden;
}
.imageLoader6 {
background: url(/graphics/menu/awards-over.jpg);
visibility: hidden;
}
.imageLoader7 {
background: url(/graphics/menu/sotw-over.jpg);
visibility: hidden;
}
.imageLoader7 {
background: url(/graphics/menu/clients-over.jpg);
visibility: hidden;
}