/* ================================================================ 
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/simple_dropline.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#nav 
{
	/*display: none;*/
	width:962px;
	height: 59px;
	position:relative;
	margin: -54px 0px 0px 6px;
}
#nav ul
{
	border: 0px solid blue;
	dislay: inline;
	text-align: center;
}
#nav .select, #nav .current 
{
	margin:0;
	padding:0;
	list-style:none;
}
#nav li 
{
	float: left;
	display: inline;
	margin:0;
	padding:0px;
	height:auto;
}
#nav .sub li
{
	margin: 0 auto;
	background-color: #a7bd14;
}

/* use this additional class if you want the links on the right */

#nav .sub.right li
{
	float: right;
}


#nav .select A, #nav .current A 
{
	border: 0px dashed #ccc;
	height: 42px;
	padding: 0px;
	margin: 0px;
	display:block;
	text-indent: -90000em;
	overflow: hidden;
	float:left;
	text-decoration:none;
	font-size:12px;
	font-weight: bold;
	line-height:20px;
	white-space:nowrap;
	color:#5a5a5a;
	background-repeat: no-repeat;
	background-position: 0 0;
	/* added to make sub-menu appear behind */
	position: relative;
	z-index:500;
}
#nav .select A:hover, #nav .select li:hover A 
{
	background-position: 0 -43px;
	cursor:pointer;
	color:#333;
}
#nav .sub 
{
	display:none;
}
#nav .current A 
{
	background-position: 0 -86px;
}
#nav .sub_active .current_sub a, #nav .sub_active a:hover 
{
	background:#666;
	color:#ff0;
	text-indent: 0;
}
#nav .select li a:hover .sub, #nav .select li:hover .sub 
{
	text-indent: 0;
	display:block;
	position:absolute;
	width:949px;	
	top:-33px;
	left:0;
	background:#333;
	margin:0px 0px 0px 0px;
	padding:0;
	color:#fff;
	font-size:11px;
}
#nav .sub, #nav .sub_active 
{
	text-indent: 0;
	margin:0;
	padding:0;
	list-style:none;
}
#nav .sub ul
{
	position:absolute;
	top:-30px;
	background:#666;
	margin:0;
	padding:0;
}
#nav .sub ul li A
{
	background:#666;
}
#nav .sub_active 
{
	display:block;
	position:absolute;
	/*width:750px;*/
	top:50px;
	left:0;
	background:#666;
	margin-top:0;
	padding:0;
	z-index:10;
	text-indent: 0;
}
#nav .sub_active a {
	/*height:21px;*/
	text-decoration:none;
	line-height:20px;
	white-space:nowrap;
	display:block;
	float:left;
	background:#666;
	padding: 5px 10px 10px 10px;
	margin:0;
	font-size:12px;
	white-space:nowrap;
	text-indent: 0;
	border:0;
	color:#fff;
}

/* SUB-NAV HOVER STYLING */

#nav .select A:hover .sub li A, #nav .select li:hover .sub li A 
{
	z-index:2;	
	display:block;
	background:#333;
	height: 25px;
	padding:6px 40px 2px 40px;
	margin:0;
	white-space:nowrap;
	text-indent: 0;	
	border:0;
	color:#ccc;
	font-size:12px;
	font-style: bold;
	border-right: 1px solid #444;
}

/* these styles are used to center sub-nav over correct place */

#nav ul.select ul.sub li A.spacer1
{
	border-right: 0;
	width: 198px;
	padding:0;
}
#nav ul.select ul.sub li A.spacer2
{
	border-right: 0;
	width: 42px;
	padding:0;
}
#nav ul.select ul.sub li A.spacer3
{
	border-right: 0;
	width: 150px;
	padding:0;
}

/* SUB-MENU A:HOVER STYLE */

#nav .sub li a:hover, #nav .select a:hover .sub li a:hover, #nav .select li:hover .sub li a:hover 
{
	color: #fff;
	text-indent: 0;
}

A#homeLnk
{
	background: url(../images/homeLnk.gif) 0 0 no-repeat;
	width: 106px;	
}
A#aboutLnk
{
	background: url(../images/aboutLnk.gif) 0 0 no-repeat;
	width: 126px;	
}
A#jobLnk
{
	background: url(../images/jobLnk.gif) 0 0 no-repeat;
	width: 143px;	
}

A#itLnk
{
	background: url(../images/itLnk.gif) 0 0 no-repeat;
	width: 165px;	
}
A#seniorLnk
{
	background: url(../images/seniorLnk.gif) 0 0 no-repeat;
	width: 271px;	
}
A#contactLnk
{
	background: url(../images/contactLnk.gif) 0 0 no-repeat;
	width: 138px;	
}

/* ----------------------------------- IE 6 Nav styling -----------------------------------*/

* html #nav .sub_active, * html #nav .select a:hover .sub 
{
	z-index:-1;
	margin-top:0;
	margin-t\op:1px;
}
#nav table 
{
	position:absolute;
	border-collapse:collapse;
	left:0;
	top:0;
}
* html #nav .select A, * html #nav .current A 
{
	position: static;
}
