
#Navi {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	align: left;
	valign: top;
	background: #005588;
  width: 140px;
  height: auto;
  font-size: 11px;
  display: block;
  margin: 0px;
	padding: 0px;
}

.MenuItem {
}

.MenuItem a:Link, .MenuItem a, .MenuItem a:link, .MenuItem a:active, .MenuItem a:visited, .MenuItem a:visited:active
{
  display: block;
  color: #EEEEEE;
 	background: #005588;
  width: 140px;
	border-left-width: 00px;
	border-top-width: 0px;
	border-left-style: solid;
	border-top-style: solid;
	border-left-color: #CBDADC;
	border-top-color: #CBDADC;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CBDADC;
	border-bottom-color: #CBDADC;
  padding: 4px;
  margin: 0px;
  text-decoration:none;
	text-align: left;
}

.MenuItem a:hover, .MenuItem a:visited:hover, .MenuItem a:active:hover {
  display: block;
	color:  #EEEEEE;
	background: #FF8800;
  width: 140px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-left-style: solid;
	border-top-style: solid;
	border-left-color: #FF8800;
	border-top-color: #FF8800;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
  padding: 4px;
  margin: 0px;
  text-decoration:none;
	text-align: left;
}
.MenuItemAktiv  {
  display: block;
	color: #EEEEEE;
	background: #FF8800;
  width: 140px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-left-style: solid;
	border-top-style: solid;
	border-left-color: #FF8800;
	border-top-color: #FF8800;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
  padding: 4px;
  margin: 0px;
  text-decoration:none;
	text-align: left;
}

.SubMenuItem a:Link, .SubMenuItem a, .SubMenuItem a:link, .SubMenuItem a:active, .SubMenuItem a:visited, .SubMenuItem a:visited:active
{
  display: block; 
  color: #005588;
	background: #FFFFFF;
  width: 140px;
  padding: 4px;
  margin: 0px;
  font-size: 11px;
	text-align:left;
  text-decoration:none;
	text-align: left;
}

.SubMenuItem a:hover, .SubMenuItem a:visited:hover, .SubMenuItem a:active:hover {
  display: block;   
	color: #005588;
  width: 140px;
	background: #FFFFFF;
  padding: 4px;
  margin: 0px;
  font-size: 11px;
	text-align:right;
  text-decoration:underline;
	text-align: left;
}

.SubMenuItemAktiv {
  display: block; 
  width: 140px;
	color: #005588;
	background: #FFFFFF;
  padding: 4px;
  margin: 0px;
  font-size: 11px;
	text-align:left;
  text-decoration:none;
	text-align: left;
}

