#menu li {
	margin-left: 20px;
	margin-bottom: 4px;
	margin-right: 0;
	margin-top: 0;
	display: block;
	padding: 0;
}

#menu a {
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0;
	font-size: 0.9em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-decoration: none; color: black;
	line-height: 1em;
}

#menu a:hover {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

#home .homeP,
#service .serviceP,
#custom .customP,
#sales .salesP,
#mot .motP,
#contact .contactP {
	font-weight: bold;
	list-style-type: square;
	text-decoration: none;
}