#nav-example {
background:url('images/topnav.jpg') no-repeat;
width:799px;
height:27px;
margin:0;
padding:0;
}

#nav-example span {
display: none;
}

#nav-example li, #nav-example a {
height:27px;
display:block;
}

#nav-example li {
float:left;
list-style:none;
display:inline;
}

#nav-example-01 {
width: 75px;
}
#nav-example-02 {
width: 85px;
}
#nav-example-03 {
width: 192px;
}
#nav-example-04 {
width: 57px;
}
#nav-example-05 {
width: 68px;
}
#nav-example-06 {
width: 139px;
}
#nav-example-07 {
width: 183px;
}

#nav-example-01 a:hover {
background:url('images/topnav.jpg') 0px -27px no-repeat;
}
#nav-example-02 a:hover {
background:url('images/topnav.jpg') -75px -27px no-repeat;
}
#nav-example-03 a:hover {
background:url('images/topnav.jpg') -160px -27px no-repeat;
}
#nav-example-04 a:hover {
background:url('images/topnav.jpg') -352px -27px no-repeat;
}
#nav-example-05 a:hover {
background:url('images/topnav.jpg') -409px -27px no-repeat;
}
#nav-example-06 a:hover {
background:url('images/topnav.jpg') -477px -27px no-repeat;
}
#nav-example-07 a:hover {
background:url('images/topnav.jpg') -616px -27px no-repeat;
}
	
/*</group>*/

