h2, h3, h4 {
	color: #73B32B;
}

a:hover {
	color: #92C45A;
}

ul li {
	font-size: 9px;
	color: #92C45A;
}

div#header p {
	background-image: url(../images/phone_green.png);
}

div#menu ul ul {
	background: #92c45b;
}

div#menu ul li a.selected,
div#menu ul li a:hover {
	background-color: #73B32B;
	background-position: center center;
}

div#sidebar div {
	border-bottom-color: #92C45A;
}

ul.selectReplacement li {
	background: #fff url(../images/select_arrow_green.jpg) no-repeat right bottom;
}

p.errorMessage {
	color: #73B32B;
	border-color: #92C45A;
}

table.stripe th {
	color: #73B32B;
}
