@charset "UTF-8";

#menu {
	position: relative;
	height: 28px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 40px;
	float: none;
	clear: both;
	padding-bottom: 30px;
	padding-right: 10px;
}

#menu 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 */
	
#menu ul li {
	float: left;
	list-style: none;
	margin-right: 30px;
}

#menu ul li a {
	text-indent: -9999px;
	z-index: 10;
	display: block;
	float: left;
	height: 28px;
	position: relative;
	overflow: hidden;
	text-align: left;
}

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

#menu_talent a {
	width: 130px;
	background: url('../common/menu_talent.png') no-repeat center !important;	
	background: url('../common/menu_talent.gif') no-repeat center;
}

#menu_information a {
	width: 130px;
	background: url('../common/menu_information.png') no-repeat center !important;	
	background: url('../common/menu_information.gif') no-repeat center;
}

#menu_regular a {
	width: 130px;
	background: url('../common/menu_regular.png') no-repeat center !important;	
	background: url('../common/menu_regular.gif') no-repeat center;
}

#menu_audition a {
	width: 130px;
	background: url('../common/menu_audition.png') no-repeat center !important;	
	background: url('../common/menu_audition.gif') no-repeat center;
}

#menu_blog a {
	width: 130px;
	background: url('../common/menu_blog.png') no-repeat center !important;	
	background: url('../common/menu_blog.gif') no-repeat center;
}

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

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