/* Top Bar nav  */

#navColLeft ul, #navColMid ul, #navColRight ul {
	list-style-type: none;
}

#navColLeft ul li, #navColMid ul li, #navColRight ul li {
	float: left;
}

#navColLeft ul li span, #navColMid ul li span, #navColRight ul li span {
	display: none;
}

#navColLeft ul li a, #navColMid ul li a, #navColRight ul li a {
	display: block;
	height: 21px;
}

#navColLeft ul li a.Home {
	background: url(../images/nav-home.gif) top no-repeat;
	width: 183px;
}

#navColLeft li a.Reasons {
	background: url(../images/nav-reasons.gif) top no-repeat;
	width: 183px;
}

#navColLeft ul li a.Faqs {
	background: url(../images/nav-faqs.gif) top no-repeat;
	width: 183px;
}

#navColLeft ul li a.Clients {
	background: url(../images/nav-clients.gif) top left no-repeat;
	width: 183px;
}

#navColMid ul li a.Emergency {
	background: url(../images/nav-emergency.gif) top no-repeat;
	width: 177px;
}

#navColMid li a.Reusable {
	background: url(../images/nav-reusable.gif) top no-repeat;
	width: 177px;
}

#navColMid ul li a.Sportsheet {
	background: url(../images/nav-sportsheets.gif) top no-repeat;
	width: 177px;
}

#navColMid ul li a.Survival {
	background: url(../images/nav-survival.gif) top no-repeat;
	width: 177px;
}

#navColRight li a.Buying {
	background: url(../images/nav-buying.gif) top no-repeat;
	width: 135px;
}

/*#navColRight ul li a.Clients {
	background: url(../images/nav-clients.gif) top no-repeat;
	width: 135px;
}*/

#navColRight ul li a.Contact {
	background: url(../images/nav-contact.gif) top no-repeat;
	width: 135px;
}

#navColLeft ul li a:hover, #navColMid ul li a:hover, #navColRight ul li a:hover {
	background-position: center left;
}

#navColLeft ul li a.active, #navColMid ul li a.active, #navColRight ul li a.active {
	background-position: bottom left !important;
}
