#menu a
{
	display:block;
	background-color:Transparent;
	border-bottom:solid 1px black;
}
#kvHome
{
	background: url(../images/leftMenu/kv_home.jpg) no-repeat top left;
	height:30px;
}
#overview 
{
	background: url(../images/leftMenu/overview.jpg) no-repeat top left;
	height:30px;
}

#kvHome:hover, #overview:hover , #Anaesthesia:hover, #Cryosurgery:hover , 
#Liquid:hover ,#Gas:hover,#Clean:hover
{
		background-position: 0px -30px;
}
#Anaesthesia
{
	background: url(../images/leftMenu/anaesthesia.jpg) no-repeat top left;
	height:30px;
}
#Cryosurgery
{
	background: url(../images/leftMenu/cyrosurgery.jpg) no-repeat top left;
	height:30px;
}
#Dental
{
	background: url(../images/leftMenu/dental.jpg) no-repeat top left;
	height:30px;
}
#Liquid
{
	background: url(../images/leftMenu/Liquid.jpg) no-repeat top left;
	height:40px;
}
#Gas
{
	background: url(../images/leftMenu/gas_n_va.jpg) no-repeat top left;
	height:30px;
}
#Clean
{
	background: url(../images/leftMenu/clean_room.jpg) no-repeat top left;
	height:30px;
}
#contact
{
	background: url(../images/leftMenu/contact.jpg) no-repeat top left;
	height:30px;
}