*{
padding: 0px;
margin: 0px;
}

.clrboth{
clear: both;
}

#navigation{
position: relative;
width: 932px;
}

.repeatBGNav {
	background: url(../img/navigation/backdrop.gif) repeat-x;
}

#navigation li {
	border-right: solid 2px #A5A5A8;
	display: block;
	float: left;
}

/* Link style */
a.navLinkDrop,  a.navLinkDrop:visited {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: white;
text-decoration: none;
display: block;
font-weight: bold;
background: url(../img/navigation/navblackarrow.gif) no-repeat 10px center;
}
a.navLinkDrop:hover {
background:url(../img/navigation/navbluearrow.gif) no-repeat 10px center;
color: white;
}

a.navLink, a.navLink:visited {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: white;
text-decoration: none;
display: block;	
font-weight: bold;
background: url(../img/navigation/navblackarrow.gif) no-repeat 10px center;
}
a.navLink:hover {
background: url(../img/navigation/navbluearrowright.gif) no-repeat 10px center;	
color: white;
}

#aboutUsNav, #engineeringNav {
	padding: 11px 0px 11px 0px;
	width: 150px;
	text-align: center;
}
#posNav {
	padding: 11px 0px 11px 0px;
	width: 133px;
	text-align: center;
}
#doorsNav {
	padding: 11px 0px 11px 0px;
	width: 177px;
	text-align: center;
}
#newsNav {
	padding: 11px 0px 11px 0px;
	width: 151px;
	text-align: center;
}
#contactNav {
	padding: 11px 0px 11px 0px;
	width: 161px;
	text-align: center;
}

/* drop down style */
#enginSub {
	position: absolute;
	top: 36px;
	left: 152px;
	width: 134px;
	padding: 8px;
	padding-top: 0px;
	background-color: #2F51A3;
}

#enginSub a, #enginSub a:visited {
	width: 105px;
	display: block;
	float: left;
	color: #FFFFFF;
	padding: 6px 0px 6px 25px;
	text-decoration: none;
	border-bottom: solid 1px #6E86BF;
	background: url(../img/navigation/navarrow.gif) no-repeat 3px center;
}


#posSub {
	position: absolute;
	top: 36px;
	left: 304px;
	padding: 8px;
	padding-top: 0px;
	width: 117px;
	background-color: #2F51A3;
}
#posSub a, #posSub a:visited {
	width: 90px;
	display: block;
	float: left;
	color: #FFFFFF;
	padding: 6px 0px 6px 25px;
	text-decoration: none;
	border-bottom: solid 1px #6E86BF;
	background: url(../img/navigation/navarrow.gif) no-repeat 3px center;
}


#doorsSub {
	position: absolute;
	top: 36px;
	left: 439px;
	width: 161px;
	padding: 8px;
	padding-top: 0px;
	background-color: #2F51A3;
}
#doorsSub a, #doorsSub a:visited {
	width: 135px;
	display: block;
	float: left;
	color: #FFFFFF;
	padding: 6px 0px 6px 25px;
	text-decoration: none;
	border-bottom: solid 1px #6E86BF;
	background: url(../img/navigation/navarrow.gif) no-repeat 3px center;
}

#doorsSub a:hover, #posSub a:hover, #enginSub a:hover {
	background-color: #2A4893;
}

#doorsSub li, #posSub li, #enginSub li {
	border-right: none;
}