#menu-container {
	background: #F1FAFF;
	border:2px solid #00436A;
}
.menu-item {
	
}

.menu-item-act {
	background: #00436A;
}


div.menu-item {	
	padding: 2px 10px;
}

a.menu-item {
	color: #00436A;
	font-weight: bold;
	text-decoration: none;
}

a.menu-item-act {
	color: #F1FAFF;
}

a.menu-item:hover {
	text-decoration: underline;
}
