#menu a
{
	display:block;
	background-color:Transparent;
	border-bottom:solid 1px black;
}
#browse 
{
	background: url(../images/leftMenu/browse.jpg) no-repeat top left;
	height:40px;
}
#browse:hover 
{
	background-position: 0px -40px;
}
#sysSolutions:hover, #mobileSystem:hover , #lifeScience:hover , #kvRapid:hover, #cps:hover ,  #processControl:hover,  #atex:hover
{
		background-position: 0px -30px;
}
#sysSolutions
{
	background: url(../images/leftMenu/pneumatic_sys_sol.jpg) no-repeat top left;
	height:30px;
}
#mobileSystem
{
	background: url(../images/leftMenu/mobile_systems.jpg) no-repeat top left;
	height:30px;
}
#lifeScience
{
	background: url(../images/leftMenu/life_science.jpg) no-repeat top left;
	height:30px;
}
#kvRapid
{
	background: url(../images/leftMenu/kv_rapid.jpg) no-repeat top left;
	height:30px;
}
#cps
{
	background: url(../images/leftMenu/cps.jpg) no-repeat top left;
	height:30px;
}
#processControl{
	background: url(../images/leftMenu/process_control.jpg) no-repeat top left;
	height:30px;
}
#atex{
	background: url(../images/leftMenu/atex.jpg) no-repeat top left;
	height:30px;
}