/* CSS Document */

.MENU{
	width: 950px;
	height: 40px;
	background-image: url(4.gif);
	margin-right: auto;
	margin-left: auto;
}

ul{
	list-style-type: none;
	margin: 0;
	padding-left: 120px;	
}

li{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 40px;
}

li a{
	display: block;
	width: 120px;
	height: 40px;
	background-image: url(menu_up.gif);
	text-decoration: none;
	color: #000000;
	text-align: center;
}

li a:hover{
	background-image: url(menu_ov.gif);
	color: #006699;
}
