/* CSS Document */
#navigation {
	width: 925px;
	height: 39px;
	background-color: #000;
	margin: 0;
	padding: 0 0 0 35px;
}
#navigation li {
	list-style-type: none;
	float: left;
	height: 39px;
}

#navigation li a {
	display: block;
	height: 39px;
}

#navigation li a span {
	display: none;
}



#navigation li#home a {

	background: url(../grfx/nav/navigation.jpg) -34px 0px no-repeat;
	width: 79px;

}



#navigation li#home a:hover {

	background: url(../grfx/nav/navigation.jpg) -34px -39px no-repeat;

}



#navigation li#home a.active {

	background: url(../grfx/nav/navigation.jpg) -34px -39px no-repeat;

}

#navigation li#about a {

	background: url(../grfx/nav/navigation.jpg) -113px 0px no-repeat;
	width: 103px;

}



#navigation li#about a:hover {

	background: url(../grfx/nav/navigation.jpg) -113px -39px no-repeat;

}



#navigation li#about a.active {

	background: url(../grfx/nav/navigation.jpg) -113px -39px no-repeat;

}

#navigation li#hireterms a {

	background: url(../grfx/nav/navigation.jpg) -216px 0px no-repeat;
	width: 117px;

}



#navigation li#hireterms a:hover {

	background: url(../grfx/nav/navigation.jpg) -216px -39px no-repeat;

}



#navigation li#hireterms a.active {

	background: url(../grfx/nav/navigation.jpg) -216px -39px no-repeat;

}

#navigation li#hints a {

	background: url(../grfx/nav/navigation.jpg) -333px 0px no-repeat;
	width: 142px;

}



#navigation li#hints a:hover {

	background: url(../grfx/nav/navigation.jpg) -333px -39px no-repeat;

}



#navigation li#hints a.active {

	background: url(../grfx/nav/navigation.jpg) -333px -39px no-repeat;

}

#navigation li#contact a {

	background: url(../grfx/nav/navigation.jpg) -475px 0px no-repeat;
	width: 138px;

}



#navigation li#contact a:hover {

	background: url(../grfx/nav/navigation.jpg) -475px -39px no-repeat;

}



#navigation li#contact a.active {

	background: url(../grfx/nav/navigation.jpg) -475px -39px no-repeat;

}


/*Left Navigation*/

.access {
	width: 204px;
	height: 34px;
	display: block;
	cursor: pointer;
	background:url(../grfx/24x7.jpg) no-repeat;
	margin-bottom: 2px;
}

	.access:hover {
		background-position: 0 -34px;
	}
	
	.access span {
		display: none;
	}
	
.storageunits {
	width: 204px;
	height: 34px;
	display: block;
	cursor: pointer;
	background:url(../grfx/storage_units.jpg) no-repeat;
	margin-bottom: 2px;
}

	.storageunits:hover {
		background-position: 0 -34px;
	}
	
	.storageunits span {
		display: none;
	}
	
.securitybtn {
	width: 204px;
	height: 34px;
	display: block;
	cursor: pointer;
	background:url(../grfx/security.jpg) no-repeat;
	margin-bottom: 2px;
}

	.securitybtn:hover {
		background-position: 0 -34px;
	}
	
	.securitybtn span {
		display: none;
	}
	
.emailus {
	width: 204px;
	height: 34px;
	display: block;
	cursor: pointer;
	background:url(../grfx/email_us.jpg) no-repeat;
	margin-bottom: 2px;
}

	.emailus:hover {
		background-position: 0 -34px;
	}
	
	.emailus span {
		display: none;
	}


