@charset "utf-8";

.menu{
height:60px;
width:555px;
margin-left: 350px;
padding:30px 0 0 0;
}

#nav {
background:url(../images/NavBar.gif) no-repeat;
width:555px;
height:37px;
margin:0;
margin-left: 50px;
padding:0;
}

#nav span {
display: none;
}

#nav li, #nav a {
height:37px;
display:block;
}

#nav li {
float:left;
list-style:none;
display:inline;
}

#nav-01 { width: 76px; }
#nav-02 { width: 82px; }
#nav-03 { width: 107px; }
#nav-04 { width: 183px; }
#nav-05 { width: 107px; }

#nav-01 a:hover {background:url(../images/NavBar.gif) 0px -37px no-repeat; }
#nav-02 a:hover {background:url(../images/NavBar.gif) -76px -37px no-repeat; }
#nav-03 a:hover {background:url(../images/NavBar.gif) -158px -37px no-repeat; }
#nav-04 a:hover {background:url(../images/NavBar.gif) -265px -37px no-repeat; }
#nav-05 a:hover {background:url(../images/NavBar.gif) -448px -37px no-repeat; }
