/**
 *	World Link
 *  Screen Navigation Styles
 *	
 *	@author:	www.ignician.net
 *	@date:		04/07/2008	
 *
 *	Table of Contents:
 *		01.	navigation
 *
 */
 
/** navigation
--------------------------------------- */
ul#nav_244038 {
	background:				url(../images/suckerfish.png) no-repeat;
	height:					46px;
	margin:					0;
	width:					660px;
	z-index:				1000;
}

ul#nav_244038 li {
	float:					left;
}

ul#nav_244038 li a {
	color:					#fff;
	display:				block;
	font-size:				1px;
	height:					46px;
	overflow:				hidden;
	text-decoration:		none;
	text-indent:			-9999px;
}

ul#nav_244038 li ul {
	left:					-9999px;
	list-style:				none;
	margin:					0 0 0 4px;
	position:				absolute;
	width:					102px;
	z-index:				10000;
	background-color:		#FFD900;
	border: 				1px solid #E6C300;
}

ul#nav_244038 li ul li {
	background:				url(../images/suckerfish-sub.gif) 0 50% no-repeat;
}

ul#nav_244038 li ul li {
	background:				url(../images/suckerfish-sub.gif) 0 50% no-repeat;
}

ul#nav_244038 li ul li a {
	color:					#083B6A;
	font-size:				11px;
	height:					auto;
	left:					-9999px;
	padding:				6px 6px 7px 6px;
	width:					90px;
	text-align:				left;
	text-indent:			0px;
	border-bottom: 			1px solid #E6C300;
	border-top: 			1px solid #FFFF66;
}

ul#nav_244038 li:hover, ul#nav_244038 li.sfhover {
    position:				static;
}

ul#nav_244038 li:hover ul {
	left:					auto;
}

ul#nav_244038 li:hover ul, #nav_244038 li.sfhover ul {
	left:					auto;
	position:				absolute;
	z-index:				100000;
}

.sfhover {
    z-index:				100000 !important;
}

ul#nav_244038 li a {
	width:					110px;
}

#nav-home.sfhover, #nav-home:hover, #nav-home a:hover, #nav-home a:active, #nav-home a:focus {
    background: url(../images/suckerfish.png) 0px -46px no-repeat !important;
}

#nav-enquiries.sfhover, #nav-enquiries:hover, #nav-enquiries a:hover, #nav-enquiries a:active, #nav-enquiries a:focus {
    background: url(../images/suckerfish.png) -110px -46px no-repeat !important;
}
body.enquiries #nav-enquiries {
    background: url(../images/suckerfish.png) -110px -46px no-repeat !important;
}

#nav-services.sfhover, #nav-services:hover, #nav-services a:hover, #nav-services a:active, #nav-services a:focus {
    background: url(../images/suckerfish.png) -220px -46px no-repeat !important;
}
body.divisions #nav-services {
    background: url(../images/suckerfish.png) -220px -46px no-repeat !important;
}

#nav-tracking.sfhover, #nav-tracking:hover, #nav-tracking a:hover, #nav-tracking a:active, #nav-tracking a:focus {
    background: url(../images/suckerfish.png) -330px -46px no-repeat !important;
}
body.people #nav-tracking {
    background: url(../images/suckerfish.png) -330px -46px no-repeat !important;
}
body.people #nav-tracking.sfhover, body.people #nav-tracking:hover, body.people #nav-tracking a:hover, body.people #nav-tracking a:active, body.people #nav-tracking a:focus {
    background: url(../images/suckerfish.png) -330px -46px no-repeat !important;
}

#nav-resources.sfhover, #nav-resources:hover, #nav-resources a:hover, #nav-resources a:active, #nav-respources a:focus {
    background: url(../images/suckerfish.png) -440px -46px no-repeat !important;
}

#nav-contact-us.sfhover, #nav-contact-us:hover, #nav-contact-us a:hover, #nav-contact-us a:active, #nav-contact-us a:focus {
    background: url(../images/suckerfish.png) -550px -46px no-repeat !important;
}


#nav-home ul li a:hover, #nav-home ul li a:active, #nav-home ul li a:focus { background-image: none !important; }
#nav-enquiries ul li a:hover, #nav-enquiries ul li a:active, #nav-enquiries ul li a:focus { background-image: none !important; }
#nav-services ul li a:hover, #nav-services ul li a:active, #nav-services ul li a:focus { background-image: none !important; }
#nav-tracking ul li a:hover, #nav-tracking ul li a:active, #nav-tracking ul li a:focus,
body.people #nav-tracking ul li a:hover, body.people #nav-tracking ul li a:active, body.people #nav-tracking ul li a:focus { background-image: none !important; }
#nav-resources ul li a:hover, #nav-resources ul li a:active, #nav-resources ul li a:focus { background-image: none !important; }
#nav-contact-us ul li a:hover, #nav-contact-us ul li a:active, #nav-contact-us ul li a:focus { background-image: none !important; }