#menu {
	clear:			both;
	height:			40px;
	width:			882px;
	margin:			0px auto 3px auto;
}

#menu ul {
	width:			882px;
	height:			40px;
	margin:			0 auto;
}

#menu ul li {
	float:			left;
	width:			126px;
	height:			40px;
	background:		transparent url(../images/menu_separator.png) top right repeat-y;
}

#menu ul li a {
	display:		block;
	width:			124px;
	height:			40px;
	text-align:		center;
	line-height:	40px;
	color:			white;
	font-size:		115%;
	font-weight:	bold;
	background: transparent url(../images/menu_button.png) left top no-repeat;
}

#menu ul li a:hover, #menu ul li a.active {
	background: transparent url(../images/menu_button.png) left bottom no-repeat;
}

	#menu_01 {
		width:			127px !important;
	}

	#menu_01 a {
		width:			125px !important;
		background: transparent url(../images/menu_button_first.png) left top no-repeat !important;
	}
	
	#menu_01 a:hover, #menu_01 a.active {
		width:			125px;
		background: transparent url(../images/menu_button_first.png) left bottom no-repeat  !important;
	}
	
		
	#menu_07 {
		width:			125px !important;
		background:		none !important;
	}

	#menu_07 a {
		width:			125px !important;
		background: transparent url(../images/menu_button_last.png) left top no-repeat !important;
	}
	
	#menu_07 a:hover, #menu_07 a.active {
		width:			125px;
		background: transparent url(../images/menu_button_last.png) left bottom no-repeat  !important;
	}