* {padding:0; margin:0}
.dropdown {
	float:left;
	text-align: left;
	vertical-align: bottom;
}
.dropdown dt {
	font-weight:bold;
	cursor:pointer;
	/*background:url(../Copy%20of%20css/images/header.gif);*/
	
	/* this drops the menu below the image defined in the header*/
	padding-bottom: 15px;
}



/*++++++++++++++ ADD a bg colour here for the whole container*/
.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:190px;
	display:none;
	z-index:200;
	opacity:0
}

.dropdown ul {
	width:190px;
	/*border:2px solid #9ac1c9;*/
	list-style:none;
	border-top:none
}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	color:#ccc;
	text-decoration:none;
	background:#5C5D5F;
	width:190px;
	padding: 5px;
}
.dropdown a:hover {background:#00A9C3; color:#f2f2f2}
.dropdown .underline {border-bottom:1px solid #b9d6dc}
#navtable img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navtable td {
	vertical-align: middle;
	height: 27px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#cell_contact  {
	width: 100px;
	padding-top: 8px;
	
}
#cell_logoarea {
	width: 226px;
	padding-top: 8px;
}
#cell_about {
	width: 145px;
	padding-top: 8px;
	
	
}
#cell_services {
	width: 113px;
	padding-top: 8px;
	
}
#cell_projects {
	width: 114px;
	padding-top: 8px;
	
	
	
}



#img_contact {
	padding-left: 18px;
}
#img_about {
	padding-left: 0px;
}
#img_services {
	padding-left: 23px;
}
#img_projects {
	padding-left: 33px;
}

