ul#menu{
	list-style:none;
	width:100%;
}
ul#menu li{
    list-style:none;
    float:right;
    width:140px;
	margin-left:8px;
}
ul#menu a{
    display:block;
    width:140px;
    height:34px;
    text-indent:-100px;
    overflow:hidden;
}


a.greeting{
    background-image:url(../imgs/button01.jpg);
	color: #ffffff;
	text-decoration: none;
}
a:hover.greeting{
    background-position:0px -34px;
	color: #ffffff;
}
a.about{
    background-image:url(../imgs/button02.jpg);
	color: #ffffff;
	text-decoration: none;
}
a:hover.about{
    background-position:0px -34px;
	color: #ffffff;
}
a.actors{
    background-image:url(../imgs/button03.jpg);
	color: #ffffff;
	text-decoration: none;
}
a:hover.actors{
    background-position:0px -34px;
	color: #ffffff;
}
a.top{
    background-image:url(../imgs/button04.jpg);
	color: #ffffff;
	text-decoration: none;
}
a:hover.top{
    background-position:0px -34px;
	color: #ffffff;
}
a.wanted{
    background-image:url(../imgs/button05.jpg);
	color: #ffffff;
	text-decoration: none;
}
a:hover.wanted{
    background-position:0px -34px;
	color: #ffffff;
}