@charset "UTF-8";
/* CSS Document */

.menu{
	position:absolute;
	top:5px;
	left:0px;
	width:689px;
	_width:822px;
	height:30px;	
	float:left;
	font-size:13px;
	padding-left:233px;
	z-index:2000;
}

.menu a{
	color:#fff;
	text-decoration:none;
	font-weight:normal;
	float:left;
	height:23px;
	padding-top:7px;
	_margin-top:5px;
	padding-right:10px;
	padding-left:10px;
	background-image:url(../images/spacer_nav.gif);
	background-repeat:no-repeat;
	background-position:right center;
}


.menu a:hover{
	color:#000;
	text-decoration:none;
	float:left;
	
}


