/*Top menu*/
.MenuHead
{
	background-image: url(/OlufLorentzen/Images/bg_topmenu.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F0E5CF;
	display: block;
	padding: 0.25em 0em 0em 0em;
	line-height: 2.0em;
	font-size: 1.2em;
	margin: 0em;
	font-weight: bolder;
	height: 2.3em;
}

.MenuItem, .MenuItem:visited
{
	color: #8D5B05;
	text-decoration: none;
	padding: 0em 0.5em 0em 0.5em;
	border-right: solid 1px #8D5B05;
	height: 2.3em;
}

.ActiveMenuItem, .ActiveMenuItem:visited
{
	color: #aa3300;
	text-decoration: none;
	padding: 0em 0.5em 0em 0.5em;
	border-right: solid 1px #8D5B05;
	height: 2.3em;
}

.MenuItem:hover, .ActiveMenuItem:hover
{
	color: #ff0000;
}

.Flag
{
	height: 2.3em;
	text-decoration: none;
	padding: 0em 0.1em 0em 0.5em;
	vertical-align: middle;
}