/* Public: System */

a.menulink {
	font-weight: bold;
	color: #F7EFCE;
	text-decoration: none;
}

#topLevelLinks {
	width: 400px;
}

#secondLevelLinks {
	background: #EFEAD8;
	border: 1px solid #B9AB7C;
	margin-top: 20px;
	padding: 4px;
	width: 400px;
}

#secondLevelLinks a {
	text-decoration: none;
	color: #730010;
}

#secondLevelLinks a:hover {
	text-decoration: underline;
}