@charset "utf-8";
/* CSS Document */

/*------------------------ MENU CSS DECLARATIONS --------------------------*/

#menu {
   list-style: none;
   width: 455px;
   top: 3px;
   margin-right: 0px;
   height: 32px;
   float:right;
   position:relative;
   z-index:1;
}

#menu a {
   display: block;
   text-indent: -900%;
   position: absolute;
   outline: none;
   border-bottom: none;
}

#menu a:hover {
   background-position: left bottom;
   border-bottom: none;
}

#menu a:hover span{
   display: block;
   border-bottom: none;
}

#menu .home {
   width: 56px;
   height: 26px;
   background: url(../images/header/menu/home.png) no-repeat;
   left: 4px;
   top: 0px;
}

#menu .about {
   width: 60px;
   height: 26px;
   background: url(../images/header/menu/about.png) no-repeat;
   left: 70px;
   top: 0px;
}

#menu .portfolio {
   width: 100px;
   height: 26px;
   background: url(../images/header/menu/portfolio.png) no-repeat;
   left: 140px;
   top: 0px;
}

#menu .testimonials {
   width: 120px;
   height: 26px;
   background: url(../images/header/menu/testimonials.png) no-repeat;
   left: 240px;
   top: 0px;
}

#menu .contact {
   width: 80px;
   height: 26px;
   background: url(../images/header/menu/contact.png) no-repeat;
   left: 370px;
   top: 0px;
}

