/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position:absolute;
	z-index:100;
	padding: 0;
	width: 955px;
	top: 26px;
	background-color: #083755;
}
.menu ul li a, .menu ul li a:visited {
	display:block; 
	text-decoration:none; 
	color:#fff;
	background-color: #083755;
	font-size:11px;
	text-indent: -2500px;
}
.menu ul {
	padding:0; 
	margin:0;
	list-style: none;
}
.menu ul li {
	float:left;
	position:relative;
	z-index:100;
}
.menu ul li ul {
	display: none;
}

/* specific to non IE browsers */

.menu ul li:hover ul {display:block; position:absolute; top:71px; left: 0px; width:120px; z-index: 100;}

/* sub menu up state */
.menu ul li:hover ul li a {
	display:block;
	background-color: #083755;
	color:#FFF;
	height: 20px;
	width: 160px;
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-top: 7px !important;
	text-indent: 0px !important;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	z-index:100;
}
/* sub menu hover state */
.menu ul li:hover ul li a:hover {
	background-color:#3C0;
	color:#fff;
	z-index:100;
}

.menu a:hover span{
	display: block;
	z-index:100;
}

/* main menu placement and graphic elements */
.menu .home {
	width: 399px;
	height: 71px;
	background: url(../images/logo.gif) no-repeat;
	left: 0px;
	top: 0px;
}

.menu .about {
	width: 157px;
	height: 71px;
	background: url(../images/navAbout.gif) no-repeat;
	left: 0px;
	top: 0px;
}
.menu .aboutOn {
	width: 157px;
	height: 71px;
	background: url(../images/navAbout2.gif) no-repeat;
	left: 0px;
	top: 0px;
}

.menu .services {
	width: 134px;
	height: 71px;
	background: url(../images/navServices.gif) no-repeat;
	left: 0px;
	top: 0px;
}
.menu .servicesOn {
	width: 134px;
	height: 71px;
	background: url(../images/navServices2.gif) no-repeat;
	left: 0px;
	top: 0px;
}

.menu .equipment {
	width: 162px;
	height: 71px;
	background: url(../images/navEquipment.gif) no-repeat;
	left: 0px;
	top: 0px;
}
.menu .equipmentOn {
	width: 162px;
	height: 71px;
	background: url(../images/navEquipment2.gif) no-repeat;
	left: 0px;
	top: 0px;
}


.menu .contact {
	width: 103px;
	height: 71px;
	background: url(../images/navContact.gif) no-repeat;
	left: 0px;
	top: 0px;
}
.menu .contactOn {
	width: 103px;
	height: 71px;
	background: url(../images/navContact2.gif) no-repeat;
	left: 0px;
	top: 0px;
}


.menu ul li:hover a {
	background-repeat: no-repeat;
	background-position: left bottom;
	z-index:100;
}

