#container {
	margin-top:39px;
}
#serviceMenu {
	width:100%;
	position:absolute;
	top:0; 
	font-family:Verdana;
	border-bottom:2px solid #993300;
	height:39px;
	overflow:hidden;
	text-align:center;
}
#serviceMenu a {
	color:#000;
	text-decoration:none;
}
#serviceMenu a:hover {
	text-decoration:underline;
}
#serviceMenu ul {
	list-style:none;
	margin-left:20px;
}
#serviceMenu ul li {	
	float:left; height:39px;
	font-size:14px;	font-weight:bold;
	margin-left:20px; padding-top:11px;
}
#serviceMenu h3 {
	display:inline-block;
	width:162px; height:39px;
	padding-top:13px; 
	text-transform: uppercase;
	background:#993300 url("../img/triangle.jpg") no-repeat top right;
	color:#fff;	
}
#serviceMenu span {
	position:absolute;
	left:160px;
}

#serviceMenu #firstServiceColumn {
	left:0;
}
