@charset "UTF-8";

nav #menu {
	/*background: url(../img/nav_ul_bg.png) no-repeat center bottom;
	padding-bottom: 15px;*/
}

nav #menu ul {
	background-color: #F5F7F8;
	border: #E7EBED solid 1px;
	padding: 20px 0 20px 17px;
}
nav #menu ul li {
	margin: 0px !important;
	padding: 0px !important;
}
nav #menu a {
	width: 231px;
	height: 28px;
	display: block;
	outline:none;
	margin-bottom: 3px;
}


