@CHARSET "UTF-8";
/* MENU */
.menu {
	float: left;
	width: 995px;
	border: none;
	background: #ECEDEF url(../images/layout/bg_head_bottom_nav.jpg) no-repeat;
	color: #646464;
	font-size: 110%;
}  
.menu ul {
	list-style-type: none;	
}
.menu ul li {
	float: left;
	/*position: relative;*/
	border-right: solid 1px rgb(175, 175, 175);
}
.menu ul li a {	
	height: 3.1em;
	line-height: 3.1em;
	padding: 0 16px 0 16px;
	text-decoration: none;
	font-weight: bold;
	color: #646464;
	display: block;
	float: left;
}
.menu ul li:hover a {
	background-color: #D2D2D2;
	text-decoration: none;
}