#menu h2 {
	background-image: url(images/menu_heading.gif);
	display: block;
	height: 34px;
	width: 205px;
	color: #FFF;
	font-size: 16px;
	font-weight: normal;
	line-height: 34px;
	text-indent: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#menu ul {
	display: block;
	width: 205px;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.menu {
	display: block;
}
.menu a {
	display: block;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 9px 7px;
	height: 30px;
	padding-left: 32px;
	text-decoration: none;
	font-size: 13px;
	color: #5F0523;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #657B88;
}
.menu a:hover {
	text-decoration: underline;
}
.menu_dwn {
	display: block;
}
.menu_dwn a {
	display: block;
	background-image: url(images/bullet_dwn.gif);
	background-repeat: no-repeat;
	background-position: 9px 7px;
	height: 30px;
	padding-left: 32px;
	text-decoration: none;
	font-size: 13px;
	color: #03313f;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #657B88;
}
.menu_dwn a:hover {
	text-decoration: underline;
}

.quote2 {
	background-image: url(images/quote_system_02.gif);
	display: block;
	height: 54px;
	width: 205px;
	color: #FFF;
	text-decoration: none;
	font-size: 15px;
	line-height: 54px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-indent: 50px;
}
.quote2:hover {
		text-decoration: underline;
		}

