@charset "utf-8";
#menu {
	margin: 0px;
	background: #5F5D50;
}
#menu ul/* mainNav
=======================*/

 {
	padding: 0;
	float: left;
	width: 850px;
	background: url(../images/core/navbg.gif) repeat-x;
	list-style: none;
	text-transform: uppercase;
	font-family: "Lucida Sans", Times, "Times New Roman";
	height: 51px;
	margin: 0;
}
#menu  ul li {
	float: left;
	display: block;
	width: 120px;
}


#menu ul a {
	text-decoration: none;
	color: #2E2D26;
	float: left;
	display: block;
	height: 33px;
	padding-top: 18px;
	font-family: "Lucida Sans", Times, "Times New Roman";
	text-align: center;
	padding-right: 2.5em;
	padding-left: 2.5em;
}


#menu ul a:hover {
	color: #FFFFFF;
	background: #5F5D50 repeat-x;
	display: block;

}
#menu li.current a {
	color: #2E2D26;
	background: url(../images/core/mii-koru.gif) no-repeat center 92%;
	
}
