@charset "utf-8";
/* CSS Document */

/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
	z-index: 998;
	position: relative;
}
.nav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	padding: 0;
}

.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
	color: #fff;
	display: block;
	text-decoration: none;
	font-size: 12px;
}

#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
	color: #ffffff;	
	font-weight:bold;
	padding: 0 5px 0 5px;
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
	color: #ffffff;	
	background: #7A0303;
	padding: 0 5px 0 5px;
}

.nav ul {
	background: #bc0606;
	list-style: none;
	margin: 5px 0px 0px 2px;
	position: absolute;
	top: -999em;
	left: 0px;
	z-index: 999;
}

.nav li li {
	line-height:25px;
	width: 200px;
	border-bottom: 1px solid #939596;
}

.nav li:hover ul,
.nav li.sfHover ul {
	top: 29px;
}
.nav ul li {
	float: none;
}


.nav-industries {background:url(http://fibertown.com/images/site_images/nav-sprite.jpg) no-repeat;
	background-position: 0 0px;
	width: 148px;
	height: 43px;
	text-indent: -9999px;
}
.nav-industries:hover {
	background-position: 0 -43px;
}
.nav-industries.active {
	background-position: 0 -43px;
}

.nav-datacenter {background:url(http://fibertown.com/images/site_images/nav-sprite.jpg) no-repeat;
	background-position: -151px 0;
	width: 147px;
	height: 43px;
	text-indent: -9999px;
}
.nav-datacenter:hover {
	background-position: -151px -43px;
}
.nav-datacenter.active {
	background-position: -151px -43px;
}

.nav-office {background:url(http://fibertown.com/images/site_images/nav-sprite.jpg) no-repeat;
	background-position: -299px 0;
	width: 173px;
	height: 43px;
	text-indent: -9999px;
}
.nav-office:hover {
	background-position: -299px -43px;
}
.nav-office.active {
	background-position: -299px -43px;
}

.nav-partners {background:url(http://fibertown.com/images/site_images/nav-sprite.jpg) no-repeat;
	background-position: -474px 0;
	width: 126px;
	height: 43px;
	text-indent: -9999px;
}
.nav-partners:hover {
	background-position: -474px -43px;
}
.nav-partners.active {
	background-position: -474px -43px;
}

.nav-news {background:url(http://fibertown.com/images/site_images/nav-sprite.jpg) no-repeat;
	background-position: -600px 0;
	width: 102px;
	height: 43px;
	text-indent: -9999px;
}
.nav-news:hover {
	background-position: -600px -43px;
}
.nav-news.active {
	background-position: -600px -43px;
}


.nav-blog {background:url(http://fibertown.com/images/site_images/nav-sprite.jpg) no-repeat;
	background-position: -702px 0;
	width: 105px;
	height: 43px;
	text-indent: -9999px;
}
.nav-blog:hover {
	background-position: -702px -43px;
}
.nav-blog.active {
	background-position: -702px -43px;
}


.nav-contact {background:url(http://fibertown.com/images/site_images/nav-sprite.jpg) no-repeat;
	background-position: -808px 0;
	width: 158px;
	height: 43px;
	text-indent: -9999px;
}
.nav-contact:hover {
	background-position: -808px -43px;
}
.nav-contact.active {
	background-position: -808px -43px;
}