#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: 96px;
        background-image: url(../img/b_home1.gif);
        background-repeat: no-repeat;
}
li.profile a {
        width: 40px;
        background-image: url(../img/b_profile1.gif);
        background-repeat: no-repeat;
}
li.manage a {
        width: 70px;
        background-image: url(../img/b_manage1.gif);
        background-repeat: no-repeat;
}
li.prodserv a {
        width: 90px;
        background-image: url(../img/b_prodserv1.gif);
        background-repeat: no-repeat;
}
li.finance a {
        width: 120px;
        background-image: url(../img/b_finance1.gif);
        background-repeat: no-repeat;
}
li.nyus a {
        width: 40px;
        background-image: url(../img/b_news1.gif);
        background-repeat: no-repeat;
}
li.contact a {
        width: 46px;
        background-image: url(../img/b_contact1.gif);
        background-repeat: no-repeat;
}
li.sitemap a {
        width: 64px;
        background-image: url(../img/b_sitemap1.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; }