
#subnavigation {
	position: absolute;
	left: 337px;
	top: 65px;
	width: 400px;
	height: 55px;
	text-align: left;
}

.sub_nav, .sub_nav_on  {
	width: 180px;
	height: 25px;
	float: left;
}

.sub_nav a {
	color: #565857;
	padding-left: 14px;
	text-decoration: none;
	font: bold italic 11px verdana, arial, sans-serif;
	background: url(images/nav-arrow-right.gif) no-repeat left center;
}

.sub_nav_on a {
	color: #951717;
	padding-left: 14px;
	text-decoration: none;
	font: bold italic 11px verdana, arial, sans-serif;
	background: url(images/nav-arrow-down.gif) no-repeat left center;
}


#navcontent {
	position: absolute;
	left: 330px;
	top: 0px;
	width: 409px;
	height: 60px;
	background: transparent url(images/nav.jpg) no-repeat top;
}
#navigation { position: relative; width: 775px; text-align: left; }


div#home {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 81px;
	height: 46px;
}
div#home a {
	width: 81px;
	height: 46px;
	display: block;
}

div#company {
	position: absolute;
	left: 81px;
	top: 0px;
	width: 81px;
	height: 46px;
}
div#company a {
	width: 81px;
	height: 46px;
	display: block;
}

div#services {
	position: absolute;
	left: 162px;
	top: 0px;
	width: 82px;
	height: 46px;
}
div#services a {
	width: 82px;
	height: 46px;
	display: block;
}

div#solutions {
	position: absolute;
	left: 244px;
	top: 0px;
	width: 81px;
	height: 46px;
}
div#solutions a {
	width: 81px;
	height: 46px;
	display: block;
}

div#contact {
	position: absolute;
	left: 325px;
	top: 0px;
	width: 81px;
	height: 46px;
}
div#contact a {
	width: 81px;
	height: 46px;
	display: block;
}

