@charset "UTF-8";

nav #menu {
}

nav #menu ul {
	width: 230px;
	margin: 20px 0 0 30px;
}
nav #menu li {
	/*border-bottom: #8187A8 solid 1px;*/
	margin: 0px !important;
	padding: 0px !important;
}
nav #menu a {
	width: 230px;
	height: 34px;
	display: block;
	outline:none;
	margin-bottom: 3px;
}
nav #menu li:last-child {
	border: 0;
}

