#menu a
{
	display:block;
	background-color:Transparent;
	height:30px;
}
#kvHome
{
	background: url(../images/leftMenu/kv_home.jpg) no-repeat top left;
}
#overview 
{
	background: url(../images/leftMenu/overview.jpg) no-repeat top left;
}

#kvHome:hover, #overview:hover , #cv:hover, #rail:hover , 
#bc:hover 
{
		background-position: 0px -30px;
}
#cv
{
	background: url(../images/leftMenu/comm_vehicles.jpg) no-repeat top left;
	height:30px;
}
#rail
{
	background: url(../images/leftMenu/rail.jpg) no-repeat top left;
	height:30px;
}
#bc
{
	background: url(../images/leftMenu/bus_coach.jpg) no-repeat top left;
	height:30px;
}

#contact
{
	background: url(../images/leftMenu/contact.jpg) no-repeat top left;
}