/* TABS STYLES */
#toptabs {
	width: 365px;
	height: 30px;
	display: block;
	clear: both;
	float: right;
	margin-top: 29px;
	margin-right: 15px;
}
#ntoptabs {
	width: 850px;
	height: 30px;
	display: block;
	clear: both;
	float:right;
	margin-top: 29px;
	margin-right: 15px;
}
#toptabs span { display: none; }
#ntoptabs span { display: none; }
.ntoptab-home {
	background: url(/assets/html/home2.gif) no-repeat;
	width: 59px;
	height: 30px;
	float: left;
}
a:hover.ntoptab-home {
	background: url(/assets/html/home2_f2.gif) no-repeat;
}
.ntoptab-contact {
	background: url(/assets/html/contact2.gif) no-repeat;
	width: 78px;
	height: 30px;
	float: left;
}
a:hover.ntoptab-contact {
	background: url(/assets/html/contact2_f2.gif) no-repeat;
}
.toptab-huntsville {
	background: url(/assets/html/tab_huntsville.gif) no-repeat;
	width: 106px;
	height: 30px;
	float: left;

}
.ntoptab-huntsville {
	background: url(/assets/html/tab_huntsville.gif) no-repeat;
	width: 106px;
	height: 30px;
	float: left;
	margin-left: 340px;
}
a:hover.toptab-huntsville, a:hover.ntoptab-huntsville {
	background: url(/assets/html/tab_huntsville_f2.gif) no-repeat;
}
.toptab-lob, .ntoptab-lob {
	background: url(/assets/html/tab_lob.gif) no-repeat;
	width: 121px;
	height: 30px;
	float: left;
}
a:hover.toptab-lob, a:hover.ntoptab-lob {
	background: url(/assets/html/tab_lob_f2.gif) no-repeat;
}
.toptab-algonquin, .ntoptab-algonquin {
	background: url(/assets/html/tab_algonquin.gif) no-repeat;
	width: 138px;
	height: 30px;
	float: left;
}
a:hover.toptab-algonquin, a:hover.ntoptab-algonquin {
	background: url(/assets/html/tab_algonquin_f2.gif) no-repeat;
}
#allbelow-lefttabs {
	float: left;
	height: auto;
	width: 37px;
	display: block;
	margin-left: -1px;
}
#nallbelow-lefttabs {
	float: left;
	height: auto;
	width: 37px;
	display: block;
	border: 1px solid #GGG;
}
#allbelow-lefttabs span { display: none; }


.lefttab-home {
	background: url(/assets/html/tabs_home.gif) no-repeat;
	width: 33px;
	height: 62px;
	display: block;
}
a:hover.lefttab-home {
	background: url(/assets/html/tabs_home_f2.gif) no-repeat;
}
.lefttab-contact {
	background: url(/assets/html/tabs_contact.gif) no-repeat;
	width: 33px;
	height: 80px;
	display: block;
}
a:hover.lefttab-contact {
	background: url(/assets/html/tabs_contact_f2.gif) no-repeat;
}
