/*
 * Menu Stylesheed Silvestrum
 ******************************
 * Created October 28th 2008
 * menu.css
 * 
 * 
 */

/** CSS for a top align list */
.topmenu ul {
	list-style-type: none;
	margin: 0px;
	padding: .8em 0em;
}

.topmenu ul li {
	display: inline;
}

.topmenu ul li a {
	color: #0066b3;
	padding: .8em 1em;
	text-decoration: none;
}
.topmenu ul li a:hover {
	color: white;
	background-color: #0066b3;
}
.topmenu ul li a label {
	cursor: pointer;
}