/* top Nav */

#topNav {
	list-style-type:none;
	font-size:1em;
}
#topNav li {
	float:left;
	padding-right:5px;
}
#topNav li a {
	display:block;
	width:90px;
	background-color:#002E4D;
	height:11px;
	color:#97B7D2;
	text-decoration:none;
	padding:4px 0 8px 10px;
	background-image:url(../images/menu-arrow-ltblue.png);
	background-repeat:no-repeat;
	background-position:88px 11px;
}

#topNav li a:hover {
	color:#FFFFFF;
	background-image:url(../images/white-arrow.gif);
	background-repeat:no-repeat;
	background-position:88px 11px;
}

/* topNav selectors */


body.homepage #topNav li a.homepage,
body.circsubpage #topNav li a.circsubpage,
body.driftingpage #topNav li a.driftingpage, 
body.topjetpage #topNav li a.topjetpage,
body.contactspage #topNav li a.contactspage
 {
	display:block;
	width:90px;
	background-color:#005581;
	height:11px;
	color:#FFFFFF;
	text-decoration:none;
	padding:4px 0 8px 10px;
	background-image:url(../images/white-arrow.gif);
	background-repeat:no-repeat;
	background-position:88px 11px;
}



/* left Nav */

#leftCol #leftNav {
	list-style-type:none;
	font-size:1em;
}
#leftNav li {
	border-top:1px solid #EEEEEE;
	width:180px;
}
#leftNav li a {
	display:block;
	padding:6px 0 6px 0;
	background-image:url(../images/left-menu-arrow-dkblue.gif);
	background-repeat:no-repeat;
	background-position: 173px 14px;
	color:#333333;
	text-decoration:none;
}

#leftNav li a:hover {
	display:block;
	padding:6px 0 6px 0;
	background-image:url(../images/left-menu-arrow-ltblue.gif);
	background-repeat:no-repeat;
	background-position: 173px 14px;
	color:#005480;
	text-decoration:none;
}

#leftNav li.first {
	border-top:1px solid #929292;
}

#leftNav li.last {
	border-bottom:1px solid #EEEEEE;
}

/* leftNav class selectors */

body.leftmenudriftingpage #leftNav li a.leftmenudriftingpage,
body.completionspage #leftNav li a.completionspage,
body.lossespage #leftNav li a.lossespage,
body.holecleaningpage #leftNav li a.holecleaningpage, 
body.cleanoutspage #leftNav li a.cleanoutspage,
body.dstickingpage #leftNav li a.dstickingpage,
body.floatspage #leftNav li a.floatspage
{
	display:block;
	padding:6px 0 6px 0;
	background-image:url(../images/left-menu-arrow-ltblue.gif);
	background-repeat:no-repeat;
	background-position: 173px 14px;
	color:#005480;
	text-decoration:none;
	font-weight:bold;
}


/* Jquery menu styling */

#topNav {
position:relative;
}

#topNav li ul {
	position: absolute;
	width: 150px;
	top: 23px;
	display: none;
	padding: 0;
	color:#FFF;
	background-color: #002e4d;
	list-style-type:none;
	border-top:#FFFFFF solid 1px;
}

#topNav li ul li a{
	display:block;
	width:150px;
	background-color:#002E4D;
	height:11px;
	color:#97B7D2;
	text-decoration:none;
	padding:4px 0 8px 10px;
	background-image:url(../images/menu-arrow-ltblue.png);
	background-repeat:no-repeat;
	background-position:147px 11px;
}

#topNav li ul li a:hover {
	background-image:url(../images/white-arrow.gif);
	background-repeat:no-repeat;
	background-position:147px 11px;
}thedriftingpage { display:block; width:90px; background-color:#005581; height:11px; color:#FFFFFF; text-decoration:none; padding:4px 0 8px 10px; background-image:url(../images/white-arrow.gif); background-repeat:no-repeat; background-position:88px 11px; }
