ul#testmenu{
    list-style:none;
    width:100%;
}
ul#testmenu li{
    list-style:none;
    float:left;
    width:105px;
	margin:0px;
}
ul#testmenu a{
    display:block;
    width:640px;
    height:105px;
    text-indent:-100px;
    background-image:url(img/menu4.gif);
    overflow:hidden;
}

a.aaa{
    background-position:0px 0px;
}
a:hover.aaa{
    background-position:0px -105px;
}
a.bbb{
    background-position:-148px 0px;
}
a:hover.bbb{
    background-position:-148px -105px;
}
a.ccc{
    background-position:-262px 0px;
}
a:hover.ccc{
    background-position:-262px -105px;
}
a.ddd{
    background-position:-389px 0px;
}
a:hover.ddd{
    background-position:-389px -105px;
}
a.eee{
    background-position:-497px 0px;
}
a:hover.eee{
    background-position:-497px -105px;
}


a:fff{
	background-position::-650px 0pxx;
}
a:hover.fff{
	background-position:-650px -105px;
}

ul#testmenu a{
    display:block;
    width:640px;
    height:105px;
	text-indent:-50px;
    background-image:url(img/menu4.gif);
	overflow:hidden;
}

