#fancymenu {
	position: relative;
	height: 20px;
	width: 757px;
	/*	background: url('../img/menu/bg.gif') no-repeat top;*/
	padding: 0;
	margin: 0;
	overflow: hidden;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

#fancymenu ul {
	padding: 0;
	margin: 0;
}

/* Don't apply padding here (offsetWidth will differ in IE)
    If you need padding add it to the child anchor */
#fancymenu ul li {
	float: left;
	list-style: none;
}

#fancymenu ul li a  {
	text-indent: -500em;
	z-index: 10;
	display: block;
	float: left;
	height: 25px;
	position: relative;
	overflow: hidden;
}

#menu_home a {
	width: 48px;
	background: url('../img/menu/menu_home.png') no-repeat center !important;	
	background: url('../img/menu/menu_home.gif') no-repeat center;
}

#menu_news a {
	width: 54px;
	background: url('../img/menu/menu_news.png') no-repeat center !important;	
	background: url('../img/menu/menu_news.gif') no-repeat center;
}

#menu_profile a {
	width: 70px;
	background: url('../img/menu/menu_profile.png') no-repeat center !important;	
	background: url('../img/menu/menu_profile.gif') no-repeat center;
}

#menu_digitalrelease a {
	width: 120px;
	background: url('../img/menu/menu_dr.png') no-repeat center !important;	
	background: url('../img/menu/menu_dr.gif') no-repeat center;
}
#menu_discography a {
	width: 105px;
	background: url('../img/menu/menu_disco.png') no-repeat center !important;	
	background: url('../img/menu/menu_disco.gif') no-repeat center;
}
#menu_diary a {
	width: 60px;
	background: url('../img/menu/menu_diary.png') no-repeat center !important;	
	background: url('../img/menu/menu_diary.gif') no-repeat center;
}
#menu_blog a {
	width: 55px;
	background: url('../img/menu/menu_blog.png') no-repeat center !important;	
	background: url('../img/menu/menu_blog.gif') no-repeat center;
}

#menu_fanclub a {
	width: 75px;
	background: url('../img/menu/menu_fc.png') no-repeat center !important;	
	background: url('../img/menu/menu_fc.gif') no-repeat center;
}
#menu_mailservice a {
	width: 100px;
	background: url('../img/menu/menu_ms.png') no-repeat center !important;	
	background: url('../img/menu/menu_ms.gif') no-repeat center;
}
#menu_link a {
	width: 50px;
	background: url('../img/menu/menu_link.png') no-repeat center !important;	
	background: url('../img/menu/menu_link.gif') no-repeat center;
}
#menu_contact a {
	width: 80px;
	background: url('../img/menu/menu_contact.png') no-repeat center !important;	
	background: url('../img/menu/menu_contact.gif') no-repeat center;
}


#fancymenu li.background {
	/*background: url('../img/menu/bg_menu_right.png') no-repeat top right !important;*/
	background: url('../img/menu/bg_menu_right.gif') no-repeat top right;
	z-index: 8;
	position: absolute;
	visibility: hidden;
}

#fancymenu .background .left {
	/*background: url('../img/menu/bg_menu.png') no-repeat top left !important;*/
	background: url('../img/menu/bg_menu.gif') no-repeat top left;
	height: 25px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
