/* --------------------------------------------------------- TOP NAV */

#subnavlinks ul{
	list-style-type: none;
}

/*#subnavlinks ul li {
	float: left;
}*/

#subnavlinks ul li span {
	display: none;
}

#subnavlinks ul li a {
	display: block;
}

#subnavlinks ul li a.navPhotoServices {
	background: url(/assets/images/btn_photo-services.jpg) top no-repeat;
	width: 241px;
	height: 34px;
}

#subnavlinks ul li a.navAudioServices {
	background: url(/assets/images/btn_audio-services.jpg) top no-repeat;
	width: 241px;
	height: 37px;
}

#subnavlinks ul li a.navVideoServices {
	background: url(/assets/images/btn_video-services.jpg) top no-repeat;
	width: 241px;
	height: 33px;
}

#subnavlinks ul li a.navScanningServices {
	background: url(/assets/images/btn_scanning-services.jpg) top no-repeat;
	width: 241px;
	height: 36px;
}

#subnavlinks ul li a.navPrintingServices {
	background: url(/assets/images/btn_printing-services.jpg) top no-repeat;
	width: 241px;
	height: 33px;
}

#subnavlinks ul li a.navDataRetrieval {
	background: url(/assets/images/btn_image-retrieval.jpg) top no-repeat;
	width: 241px;
	height: 33px;
}


#subnavlinks ul li a:hover {
	background-position: bottom;
}

#subnavlinks ul li a.active {
	background-position: bottom !important;
}