#navtableJS {
	float: right;
	width: 707px;
	padding: 0px;
}
.megamenu{
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	/*border-width: 5px 1px;*/
	padding: 24px;
	z-index: 100;
	background-color: #758686;
	color: #FFFFFF;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style: normal;
	font-variant: normal;
}

.megamenu .column{
float: left;
width: 180px; /*width of each menu column*/
margin-right: 5px;
}

.megamenu .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.megamenu .column ul li{
padding-bottom: 5px;
}

.megamenu .column h3{
	margin: 0 0 5px 0;
	font-family: Arial;
	font-size: 14pt;
	font-weight: normal;
	color: #DDD1B9;
}

.megamenu .column ul li a{
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: block;
	color: #FFFFFF;
}

.megamenu .column ul li a:hover{
	color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}#serviceArea {
	width: 201px;
}
#contactArea {
	width: 150px;
}
#aboutArea {
	width: 180px;
}
#teamArea {
	width: 180px;
}
#megamenuService {
	top: 50px;
}
