#menu {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
#menu li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EA4E31;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #EA4E31;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #EA4E31;
	border-right-color: #EA4E31;
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
#menu li a {
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#menu li a:hover {
	background-color: #FFCED9;
	display: block;
}
#menu li a:active {
	text-decoration: none;
	display: block;
}
#menu li a:visited {
	text-decoration: none;
	display: block;
}
#menu ul {
	font-size: 15px;
	line-height: 150%;
	width: 220px;
	float: left;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.banner{
	border: 1px solid #CCCCFF;
	padding: 0px;
	text-align: center;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 7px;
}
