/******************* CCTV Cameras No/Low light *******************/
#no_lo_light {
	background-image:url(../../assets/graphics/menu-cctv_cameras.jpg);
	background-repeat:no-repeat;
	
	display: block;
	width: 180px;
	height: 16px;
	background-position: 0 0;
}
#no_lo_light:hover {
	background-position: -180px 0px;
}
#no_lo_light span {
	display: none;
}

/******************* CCTV Cameras Bullet/Mini Dome *******************/
#bullet_mini_dome {
	background-image:url(../../assets/graphics/menu-cctv_cameras.jpg);
	background-repeat:no-repeat;
	display: block;
	width: 180px;
	height: 16px;
	background-position: 0px -20px;
}
#bullet_mini_dome:hover {
	background-position: -180px -20px;
}
#bullet_mini_dome span {
	display: none;
}

/******************* CCTV Cameras Box Style C-Mount *******************/
#box_style_c_mount {
	background-image:url(../../assets/graphics/menu-cctv_cameras.jpg);
	background-repeat:no-repeat;
	display: block;
	width: 180px;
	height: 16px;
	background-position: 0px -40px;
}
#box_style_c_mount:hover {
	background-position: -180px -40px;
	
}
#box_style_c_mount span {
	display: none;
}

/******************* CCTV Cameras Pan Tilt Zoom *******************/
#pan_tilt_zoom {
	background-image:url(../../assets/graphics/menu-cctv_cameras.jpg);
	background-repeat:no-repeat;
	
	display: block;
	width: 180px;
	height: 16px;
	background-position: 0 -60px;
}
#pan_tilt_zoom:hover {
	background-position: -180px -60px;
}
#pan_tilt_zoom span {
	display: none;
}

/******************* Cameras Covert/Nanny *******************/
#covert_nanny {
	background-image:url(../../assets/graphics/menu-cctv_cameras.jpg);
	background-repeat:no-repeat;
	display: block;
	width: 180px;
	height: 16px;
	background-position: 0px -80px;
}
#covert_nanny:hover {
	background-position: -180px -80px;
}
#covert_nanny span {
	display: none;
}

/******************* Cameras Wireless *******************/
#wireless {
	background-image:url(../../assets/graphics/menu-cctv_cameras.jpg);
	background-repeat:no-repeat;
	display: block;
	width: 180px;
	height: 16px;
	background-position: 0px -100px;
}
#wireless:hover {
	background-position: -180px -100px;
	
}
#wireless span {
	display: none;
}

/******************* Weatherproof/Outdoor *******************/
#weatherproof {
	background-image:url(../../assets/graphics/menu-cctv_cameras.jpg);
	background-repeat:no-repeat;
	display: block;
	width: 180px;
	height: 16px;
	background-position: 0px -120px;
}
#weatherproof:hover {
	background-position: -180px -120px;
	
}
#weatherproof span {
	display: none;
}
/******************* END MENU *******************/
