/* CSS Document */

.MENU{
	width:950px;
	height: 25px;
	background-image: url(../images/topbar/main-bar-bg.gif);
	margin-right:0;
	margin-left: 0;
}

ul{
	list-style-type: none;
	margin: 0;
	padding-left:0px;	
}

li{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
}

li a{
	display: block;
	width: 115px;
	height:25px;
	background-image: url(../images/topbar/bbg1.gif);
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

li a:hover{
	background-image: url(../images/topbar/bbg2.gif);
	color: #ffffff;
}