#menuArea {
	padding: 5px;
	padding-left: 45px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	z-index: 1;
	clear:both;
	list-style-type:none;
	list-style: url(none) none inside;
	text-align: center;
	width: 100%;
}
#menuArea ul {
	position: relative;
	padding: 0px;
	margin: 0px auto;
	border: 0px red solid;
	display: block;
	text-align: center;
	width: 100%;
}
#menuArea li {
	display: block;
	padding: 0px;
	margin: 0px;
	float: left;
	text-align: center;
}
#menuArea li a, #menuArea li a:link, #menuArea li a:visited {
	padding: 0px;
	margin: 0px;
   font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:14px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	padding-right: 10px;
	padding-left: 10px;
	border: 0px red solid;
	word-spacing: 0em;
	display: inline-block;
	display: block;
	text-decoration: none;
	background: transparent url(/images/Untitled-2.png) no-repeat -20px center;
	overflow: hidden;
	width: 120px;
	border-right: #AAAAAA 2px double;
	color: black;
}
#menuArea li#contactLink a {
	border-right: none;
}
#menuArea li.leftNav a {
	background-position:  left center;
	padding-left: 15px;
	text-decoration: none;
}
#menuArea li.rightNav a {
	background-position:  center right;
	text-decoration: none;
}
#menuArea li a:hover {
	background-image: url(/images/Untitled-1.png);
	color: white;
}
#menuArea li.current a,
#menuArea li a:active {
	background-image: url(/images/Untitled-3.png);
	color: white;
}
#ServiceList li {
	color: blue;
	font-weight: bold;
	margin-left: 20px;
}
#ServiceList li p {
	color: black;
	font-weight: normal;
}
.more, .more a {
	font-size: 1.0em;
	font-weight: bold;
	text-align: right;
	margin-bottom: 2px;
   font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #62B625;
}
.more a {
	text-decoration: underline;
}
.more a:hover {
	font-weight: bolder;
	color: #627825;
}
