ul.menu
{
	list-style-type: none;
	height: 27px;
	font-weight: bold;
	margin: 0;
	padding: 11px 0 0 10px;
}
ul.menu li
{
	float: left;
	margin: 0 0 0 5px;
	height: 27px;
}
ul.menu li a
{
	float: left;
	font-size: larger;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	color: white;
	background: #e98f3f; /* orange/marron */
	line-height: 27px;
	text-decoration: none;
	padding: 0 15px 0 15px;
	height: 27px;
}
ul.menu li a:hover
{
	background: #efbb50;
}
ul.menu li a.current
{
	padding-top: 5px;
	position: relative;
	top: -5px;
	color: black;
	background: white;
}
ul.menu li a.current:hover
{
	background: white;
}

#content ul.submenu
{
	list-style-type: none;
	list-style-image: none;
	margin-right: 20px;
	padding-left: 20px;
	font-size: larger;
}
#content ul.submenu li a
{
	color: white;
	text-decoration: none;
}
#content ul.submenu li a:hover
{
	text-decoration: underline;
}
