#T2o {
	padding:				0 36px;
}

#T2i {
	overflow:				hidden;
	border-bottom:			1px solid #999;
	padding-top:			20px;
	padding-bottom:			10px;
}

#T2i ul,
#T2i li {
	margin:					0;
	padding:				0;
	list-style-type:		none;
}

#T2i li {
	float:					left;
	padding:				0 20px;
	border-right:			1px solid #999;
}

#T2i li.first {
	padding-left:			0;
}

#T2i li.last {
	padding-right:			0;
	border-right:			none;
}

#T2i li a {
	display:				block;
	height:					11px;
	text-indent:			-9999px;
	line-height:			11px;
}

#T2i li a.home {
	width:					35px;
	background:				transparent url(../images/structure/nav.gif);
}

#T2i li a.about {
	width:					84px;
	background:				transparent url(../images/structure/nav.gif) -81px 0;
}

#T2i li a.services {
	width:					53px;
	background:				transparent url(../images/structure/nav.gif) -214px 0;
}

#T2i li a.contact {
	width:					54px;
	background:				transparent url(../images/structure/nav.gif) -314px 0;
}

#T2i li a.home:hover,
#T2i li.active a.home {
	width:					35px;
	background:				transparent url(../images/structure/nav.gif) 0 -11px;
}

#T2i li a.about:hover,
#T2i li.active a.about {
	width:					84px;
	background:				transparent url(../images/structure/nav.gif) -81px -11px;
}

#T2i li a.services:hover,
#T2i li.active a.services {
	width:					53px;
	background:				transparent url(../images/structure/nav.gif) -214px -11px;
}

#T2i li a.contact:hover,
#T2i li.active a.contact {
	width:					54px;
	background:				transparent url(../images/structure/nav.gif) -314px -11px;
}
