﻿#menu p { 
	display: none; 
}


#menu { 
	float:left;
	height: 275px; 
	width: 122px; 
	background-image: url('../images/menu_bg.jpg'); 
	background-repeat: no-repeat; 
	background-position: top left; 

} 


#menu ul { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
} 

#menu ul li { 
	float: left; 
	margin: 0; 
	padding: 0; 
} 

#menu ul li a { 
	display: block; 
	margin: 0; 
	padding: 0; 
} 

#menu ul li#profile a { 
	width: 31px; 
	height: 275px; 
	background-image: url(../images/menu_profile.jpg); 
	background-repeat: no-repeat; 
	background-position:500px 500px;
} 

#menu ul li#profile a:hover { 
	width: 30px; 
	height: 275px; 
	background-image: url(../images/menu_profile.jpg); 
	background-repeat: no-repeat; 
	background-position: top left; 
} 


#menu ul li#services a { 
	width: 30px; 
	height: 275px; 
	background-image: url(../images/menu_services.jpg); 
	background-repeat: no-repeat; 
	background-position:500px 500px;
} 

#menu ul li#services a:hover { 
	width: 30px; 
	height: 275px; 
	background-image: url(../images/menu_services.jpg); 
	background-repeat: no-repeat; 
	background-position: top left; 
} 

#menu ul li#quote a { 
	width: 31px; 
	height: 275px; 
	background-image: url(../images/menu_quote.jpg); 
	background-repeat: no-repeat; 
	background-position:500px 500px;
} 
#menu ul li#quote a:hover { 
	width: 31px; 
	height: 275px; 
	background-image: url(../images/menu_quote.jpg); 
	background-repeat: no-repeat; 
	background-position: top left; 
} 

#menu ul li#customers a { 
	width: 30px; 
	height: 275px; 
	background-image: url(../images/menu_customers.jpg); 
	background-repeat: no-repeat; 
	background-position:500px 500px;
} 
#menu ul li#customers a:hover { 
	width: 30px; 
	height: 275px; 
	background-image: url(../images/menu_customers.jpg); 
	background-repeat: no-repeat; 
	background-position: top left; 
} 


