/* =================================================== */
/* == MENU ======== */

/* Menu items */

#Menu a {
	
	line-height: 30px;
	font-size: 13px;
	font-weight: plain;
	color: white;
	
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 5px;
	padding-bottom: 7px;
	
	text-align: left;
	text-decoration: none;
	display: inline;
}

.menu:hover {
	color: white;
	background-color: #200F09;
	border-top: 1px solid #111111;
}
