#menu {
	height: 20px;
}
ul.menu {
        padding: 0px;
		margin-top: 5px;
        margin-bottom: 5px;       
        float: right;
}
ul.menu li {
        list-style-type: none;
        float: left;
}
ul.menu li a {
        height: 10px;
        float: left;
}
ul.menu li a:hover {
        background-position: 0px -10px;
}
li.home a {
        width: 33px;
        background-image: url(../img/b_home.gif);
        background-repeat: no-repeat;
}
li.profile a {
        width: 46px;
        background-image: url(../img/b_profile.gif);
        background-repeat: no-repeat;
}
li.manage a {
        width: 79px;
        background-image: url(../img/b_manage.gif);
        background-repeat: no-repeat;
}
li.prodserv a {
        width: 131px;
        background-image: url(../img/b_prodserv.gif);
        background-repeat: no-repeat;
}
li.finance a {
        width: 129px;
        background-image: url(../img/b_finance.gif);
        background-repeat: no-repeat;
}
li.nyus a {
        width: 33px;
        background-image: url(../img/b_news.gif);
        background-repeat: no-repeat;
}
li.contact a {
        width: 54px;
        background-image: url(../img/b_contact.gif);
        background-repeat: no-repeat;
}
li.sitemap a {
        width: 49px;
        background-image: url(../img/b_sitemap.gif);
        background-repeat: no-repeat;
}
li.space {
	width: 13px;
	background-image:url(../img/spc_menu.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
li.home a span, li.profile a span, li.manage a span, li.prodserv a span, li.finance a span, li.nyus a span, li.contact a span, li.sitemap a span { display: none; }