#menu {
	font-size: 10px;
	height: 4.5em;
	margin-bottom: -0.1em;
}

#menu li {
	float: left;
	list-style-type: none;
	width: 17.5em;
	height: 4.5em;
	padding: 0.5em 0 0 1.5em;
}

#menu #lHome {
	padding-left: 1em;
}

#menu #lContact {
	width: 17em;
}

#menu li:hover {
	background: url(/img/menustates.png) -190px 0;
}

#menu #lHome:hover {
	background-position: -195px 0;
}

#home #lHome, #home #lHome:hover {
	background: url(/img/menustates.png) -5px 0;
}

#about #lAbout, #devign #lDevign, #service #lService, #contact #lContact,
#about #lAbout:hover, #devign #lDevign:hover, #service #lService:hover, #contact #lContact:hover {
	background: url(/img/menustates.png) 0 0;
}

	#menu a {
		display: block;
		text-transform: uppercase;
		font-family: "Book Antiqua", Arial;
		color: #515353;
		text-decoration: none;
		font-size: 12px;
	}

	#menu small {
		display: block;
		font-family: Arial;
		font-size: 9px;
	}
