#t_nav {
	border-bottom:1px solid #444;
	margin:0;
	padding:0;
	list-style:none;
	height:87px;
	background:url(/i/t_nav_bg.jpg) repeat-x;
	position:relative;
	z-index:200;
}
#t_nav li {
	float:left;
	height:87px;
}

#t_nav li a {
	display:block;
	float:left;
	height:87px;
}
#t_nav li a i {
	visibility:hidden;
}

#t_home {
	height:87px;
	background:url(/i/t_nav.jpg) 0 0 no-repeat;
}
#t_home a {
	height:87px;
	width:334px;
}

#t_prod {
	margin:0;
}
#t_nav #t_prod a{
	width:92px;
	background:url(/i/t_nav.jpg) -331px 0 no-repeat;
}

#t_nav #t_prod a:hover{
	background: url(/i/t_nav.jpg) -331px -87px no-repeat;
}

#t_precast {
	margin:0;
}
#t_nav #t_precast a{
	width:101px;
	background:url(/i/t_nav.jpg) -423px 0 no-repeat;
}

#t_nav #t_precast a:hover{
	background: url(/i/t_nav.jpg) -423px -87px no-repeat;
}

#t_proj {
	margin:0;
}
#t_nav #t_proj a{
	width:90px;
	background:url(/i/t_nav.jpg) -524px 0 no-repeat;
}

#t_nav #t_proj a:hover{
	background: url(/i/t_nav.jpg) -524px -87px no-repeat;
}

#t_news {
	margin:0;
}
#t_nav #t_news a{
	width:124px;
	background:url(/i/t_nav.jpg) -614px 0 no-repeat;
}

#t_nav #t_news a:hover{
	background: url(/i/t_nav.jpg) -614px -87px no-repeat;
}

#t_contact {
	margin:0;
}
#t_nav #t_contact a{
	width:89px;
	background:url(/i/t_nav.jpg) -738px 0 no-repeat;
}

#t_nav #t_contact a:hover{
	background: url(/i/t_nav.jpg) -738px -87px no-repeat;
}

#t_services {
	margin:0;
}
#t_nav #t_services a{
	width:86px;
	background:url(/i/t_nav.jpg) -827px 0 no-repeat;
}

#t_nav #t_services a:hover{
	background: url(/i/t_nav.jpg) -827px -87px no-repeat;
}

#t_links {
	margin:0;
}
#t_nav #t_links a{
	width:63px;
	background:url(/i/t_nav.jpg) -913px 0 no-repeat;
}

#t_nav #t_links a:hover{
	background: url(/i/t_nav.jpg) -913px -87px no-repeat;
}



/*   SUB NAVIGATION   */

ul#t_nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	padding:0;
	margin:0;
	border:1px #36c;
	border-style:solid none solid solid;
	list-style:none;
	width:651px;
	height:40px;
	background:url(/i/subnav_bg.jpg) center repeat-x;
	z-index:1000;
}
#t_nav li ul li {
	padding:0;
	margin:0;
	height:40px;
	float:left;
	display:inline;
}

#t_nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#t_nav li:hover ul, #t_nav li.over ul { /* lists nested under hovered list items */
	display: inline !important;
}

ul#t_nav li#t_prod ul {
	margin:62px 0 0 -78px;
}

ul#t_nav li#t_services ul {
	margin:62px 0 0 -568px;
}
ul#t_nav li#t_proj ul {
	margin:62px 0 0 -268px;
}
ul#t_nav li#t_contact ul {
	margin:62px 0 0 -482px;
}

#t_nav #t_prod  ul li a, #t_nav #t_services  ul li a, #t_nav #t_proj  ul li a , #t_nav #t_contact  ul li a {
	background:none;
	width:auto !important;
}
#t_nav #t_prod ul li a:hover, #t_nav #t_services ul li a:hover, #t_nav #t_proj ul li a:hover, #t_nav #t_contact ul li a:hover {
	background:url(/i/subnav_bg_over.jpg) repeat-x;	
}
#t_nav li ul li a i {
	visibility:visible;
	font-style:normal;
}

#t_nav li ul li a {
	height:12px;
	font:bold 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding:12px 15px 16px 15px;
	color:#b2b2b2;
}
#t_nav li ul li a:hover {
	background:url(/i/subnav_bg_over.jpg) repeat-x;
	color:#fff;
}

a#adventure:link, a#adventure:visited, a#adventure:hover, a#adventure:active {
	color:#999;
}