@charset "UTF-8";
/* Sinclair Hyperlinks */

/* General */

a{
	font-weight:bold;
	text-decoration:none;
	color:#093;
	} 

a:hover{
	color:#093;
	text-decoration: underline;
	}
	
/* services */

#aquatics{
	background-image: url(../images/services.png);
	display: block;
	width: 84px;
	height: 83px;
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}

#aquatics:hover{
	background-position: 0 -83px;
}

#aquatics span{
  display: none;
}

#architecture{
	background-image: url(../images/services.png);
	display: block;
	width: 84px;
	height: 83px;
	background-repeat: no-repeat;
	background-position: -84px 0;
	float: left;
}

#architecture:hover{
	background-position: -84px -83px;
}

#architecture span{
  display: none;
}

#engineering{
	background-image: url(../images/services.png);
	display: block;
	width: 84px;
	height: 83px;
	background-repeat: no-repeat;
	background-position: -168px 0;
	float: left;
}

#engineering:hover{
	background-position: -168px -83px;
}

#engineering span{
  display: none;
}

#surveying{
	background-image: url(../images/services.png);
	display: block;
	width: 84px;
	height: 83px;
	background-repeat: no-repeat;
	background-position: -252px 0;
	float: left;
}

#surveying:hover{
	background-position: -252px -83px;
}

#surveying span{
  display: none;
}

/* Drop Down Menu */

#sddm
{
	z-index: 30;
	margin: 0;
	padding: 0;
}

#sddm li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#sddm li a
{
	display: block;
	width: 100px;
	color: #FFF;
	text-align: left;
	text-decoration: none;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	padding-top: 6px;
	padding-right: 10px;
	padding-left: 10px;
	height: 22px;
	background-image: url(../images/arrow2.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 10px;
}

#sddm li a:hover
{
	background-image: url(../images/arrow3.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CECECE;
	border-right-color: #CECECE;
	border-left-color: #CECECE;
	min-width: 150px;
	background: #eee;
}

	#sddm div a
	{
	position: relative;
	display: block;
	margin: 0;
	width: 150px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #6C655D;
	background-color: #EEEEEE;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CECECE;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

	#sddm div a:hover
	{
	color: #6C655D;
	background-color: #FFF;
}

/* subMenu */

.NavContent{
	height: auto;
}

.NavContent a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #5a5a5a;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 16px;
	background-image: url(../images/arrow1.png);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5A5A5A;
}

.NavContent a:hover{
	color: #5A5A5A;
	background-color: #E1E1E1;
}

