/*

*, html {
	margin: 0;
	padding: 0;
}

*/

/**************************************************************

	Image Menu
	v 2.3

**************************************************************/


.imageMenu {
	position: relative;
	width: 580px;
	height: 145px;
	overflow: hidden;
	margin-top: 10px;
	margin-left: 20px;
	float: left;
	border: 1px solid #9EBBEB;
}



.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 145px;
	width: 1000px;
	padding: 0;
	}

.imageMenu ul li {
	float: left;
	margin: 0;
	padding: 0;
}

.imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 1px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width: 38px;
	height: 145px;
}

.imageMenu ul li.capability a {
	background: red url(../img/capability.gif) repeat scroll 0%;
}

.imageMenu ul li.red a {
	background: red url(../img/red.gif) repeat scroll 0%;
}

.imageMenu ul li.redspeed a {
	background: red url(../img/redspeed.gif) repeat scroll 0%;
}

.imageMenu ul li.speedfixed a {
	background: green url(../img/speedfixed.gif) repeat scroll 0%;
}

.imageMenu ul li.speedfixedradar a {
	background: green url(../img/speedfixedradar.gif) repeat scroll 0%;
}

.imageMenu ul li.speedfixedpoint a {
	background: green url(../img/speedfixedpoint.gif) repeat scroll 0%;
}

.imageMenu ul li.speedfixedWIM a {
	background: green url(../img/speedfixedWIM.gif) repeat scroll 0%;
}
.imageMenu ul li.speedmobileradar a {
	background: green url(../img/speedmobileradar.gif) repeat scroll 0%;
}

.imageMenu ul li.transit a {
	background: yellow url(../img/transit.gif) repeat scroll 0%;
}

.imageMenu ul li.rail a {
	background: yellow url(../img/rail.gif) repeat scroll 0%;
}

.imageMenu ul li.toll a {
	background: yellow url(../img/toll.gif) repeat scroll 0%;
}

.imageMenu ul li.swIIPS a {
	background: purple url(../img/swIIPS.gif) repeat scroll 0%;
}

.imageMenu ul li.SVP a {
	background: purple url(../img/SVP.gif) repeat scroll 0%;
}

.imageMenu ul li.DCMS a {
	background: purple url(../img/DCMS.gif) repeat scroll 0%;
}

.imageMenu ul li.ANPR a {
	background: purple url(../img/ANPR.gif) repeat scroll 0%;
	width: 258px;
}
.clear {
	clear: both;
}

/*************************************************************/

