@charset "utf-8";
#menu-example {
background-image:url(../images/menu.jpg);
background-repeat:no-repeat;
width:550px;
height:30px;
margin:0;
padding:0;

}
#menu-example span {
display: none;
}
#menu-example li, #menu-example a {
height:30px;
display:block;
}
#menu-example li {
float:left;
list-style:none;
display:inline;
}
#menu-example-01 {width: 56px;}
#menu-example-02 {width: 92px;}
#menu-example-03 {width: 71px;}
#menu-example-04 {width: 98px;}
#menu-example-05 {width: 71px;}
#menu-example-06 {width: 79px;}
#menu-example-07 {width: 83px;}
#menu-example-01 a:hover {background:url("../images/menu.jpg") 0px -30px no-repeat; }
#menu-example-02 a:hover {background:url("../images/menu.jpg") -56px -30px no-repeat; }
#menu-example-03 a:hover {background:url("../images/menu.jpg") -148px -30px no-repeat; }
#menu-example-04 a:hover {background:url("../images/menu.jpg") -219px -30px no-repeat; }
#menu-example-05 a:hover {background:url("../images/menu.jpg") -317px -30px no-repeat; }
#menu-example-06 a:hover {background:url("../images/menu.jpg") -388px -30px no-repeat; }
#menu-example-07 a:hover {background:url("../images/menu.jpg") -467px -30px no-repeat; }