#cssmenu {
	background: #ffffff;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#cssmenu li {
	margin: 0px;
	padding: 0px;
	text-align: left;
	border-bottom: 1px solid #ededed;
}
#cssmenu a {
	background: #fff;
	color: #666;
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 5px 10px;
	text-decoration: none;
}
#cssmenu a:hover {
	border-right: 5px solid #F70D1A;
	color: #666;
	padding-bottom: 5px;
	background: #F9F9F9;
	font-stretch:
}
#cssmenu a.current {
	border-right: 5px solid #D1D0CE;
	color: #666;
	padding-bottom: 5px;
	background: #F9F9F9;
}