/* Header Links */

#nav {
	text-align:left;
	z-index:999;
	list-style:none;
	padding:0;
	margin:0;
	width:800px;
}
#nav a:visited{color:#333333;font-weight:bold;}

	#nav .navHome a{background:url(/images/buttons/btn_home.gif) no-repeat;height:27px;width:94px;display:block;text-indent:-999999em;}
		#nav .navHome a:hover{background-position:0 -27px;}
	#nav a.navAbout{background:url(/images/buttons/btn_about.gif) no-repeat;height:27px;width:113px;display:block;text-indent:-999999em;}
		#nav a.navAbout:hover{background-position:0 -27px;}
	#nav a.navServices{background:url(/images/buttons/btn_services.gif) no-repeat;height:27px;width:85px;display:block;text-indent:-999999em;}
		#nav a.navServices:hover{background-position:0 -27px;}
	#nav .navClient a{background:url(/images/buttons/btn_client.gif) no-repeat;height:27px;width:138px;display:block;text-indent:-999999em;}
		#nav .navClient a:hover{background-position:0 -27px;}
	#nav .navAlliances a{background:url(/images/buttons/btn_alliances.gif) no-repeat;height:27px;width:94px;display:block;text-indent:-999999em;}
		#nav .navAlliances a:hover{background-position:0 -27px;}
	#nav .navContact a{background:url(/images/buttons/btn_contact.gif) no-repeat;height:27px;width:177px;display:block;text-indent:-999999em;}
		#nav .navContact a:hover{background-position:0 -27px;}
	
		
#nav a {
	text-decoration: none;
}

#nav li {
	float: left;
	text-align:left;
	position: relative;
	z-index:999;
	padding:0;
	margin:0;
	list-style:none;
}


.nav2 {
	display: none;
	position: absolute;
	top:27px;
	padding:0;
	margin:0;
}

.nav2 a
{
	display:block;
	text-indent:1px;
	color:#333333;
	margin:0;
	padding:0;
	font-size:11px;
	text-indent:3px;
	font-weight:bold;
}
.nav2 a:hover
{
	display:block;
	color:#333333;
	font-weight:bold;
	text-indent:3px;
	font-size:11px;
}

.nav2 li {
	background-color:#c4c4c4;
	clear: both;
}
a.subnav{display:block;background:url(/images/buttons/btn_sub.gif) no-repeat;height:20px;width:110px;}
	a.subnav:hover{background-position: 0 -20px;}
	
.subnavShift{position:relative;top:3px;}
