.BaseMenuLayer
	{
		position:absolute;
		visibility:hidden;
		padding: 0px;
	}

table.BaseMenuTable
	{
		background-color: #ffffff;
		border: 1px solid #999999;
	}

.MenuItemContainer
	{
		padding: 4px 0px 4px 0px;
	}

a.MenuItem:link,
a.MenuItem:active,
a.MenuItem:visited,
a.MenuItem:hover
	{
		color:black;
		text-decoration:none;
		padding:4px 5px;
		font-size:8pt;
		font-weight:normal;
		display:block;
	}

a.MenuItem:hover
	{
		background:#3366cc;
		padding:4px 5px;
		border: 0px solid #666666;
		color:#ffffff;
		display:block;
	}

a.MenuItemWithSub
	{
		color:black;
		text-decoration:none;
		padding:4px 5px;
		font-size:8pt;
		font-weight:normal;
		display:block;
	}

a.MenuItemWithSubSelected,
a.MenuItemWithSubSelected:hover,
a.MenuItemWithSubSelected:active
	{
		color: #ffffff;
		background:#3366cc;
		text-decoration:none;
		border: 0px solid #666666;
		padding:4px 5px;
		font-size:8pt;
		font-weight:normal;
		display:block;
	}


a.MenuHeaderItem
	{
		color: #003366;
		text-decoration:none;
		padding:5px 20px 5px 10px;
		font-size:8pt;
		font-weight:normal;
		height:100%;
	}

a.MenuHeaderItemSelected,
a.MenuHeaderItemSelected:active,
a.MenuHeaderItemSelected:hover,
a.MenuHeaderItem:active,
a.MenuHeaderItem:hover

	{
		color: #003366;
		text-decoration:none;
		padding:5px 20px 5px 10px;
		font-size:8pt;
		font-weight:normal;
		height:100%;
	}

a.MenuHeaderItemVertical
	{
		color: #000000;
		width: 100%;
		text-decoration:none;
		padding:4px 7px;
		font-size:8pt;
		font-weight:normal
	}

a.MenuHeaderItemVerticalSelected
	{
		color: #ffffff;
		background:#999999;
		width: 100%;
		text-decoration:none;
		padding:4px 7px;
		font-size:8pt;
		font-weight:normal
	}















a.tl:link,
a.tl:active,
a.tl:visited,
a.tl:hover
   {
         color: #ffffff;
         font-family:verdana,geneva,arial,helvetica,sans-serif;
         font-size:10px;
         text-decoration:none;
         width:73px;
         height:17px;
         font-weight:normal;
   }

td.tlsel,
a.tlsel:link,
a.tlsel:active,
a.tlsel:visited,
a.tlsel:hover
   {
         background:#ffffff;
         color:black;
   }

#DropDownElement1,
#DropDownElement2,
#DropDownElement3,
#DropDownElement4,
#DropDownElement5,
#DropDownElement6,
#DropDownElement7,
#DropDownElement8
   {
         position:absolute;
         visibility:hidden;
         width:190px;
         top:34px;
         left:100px;
   }

#DropDownElement1{height:auto;clip:auto;}
#DropDownElement2{height:auto;clip:auto;}
#DropDownElement3{height:auto;clip:auto;}
#DropDownElement4{height:auto;clip:auto;}
#DropDownElement5{height:auto;clip:auto;}
#DropDownElement6{height:auto;clip:auto;}
#DropDownElement7{height:auto;clip:auto;}
#DropDownElement8{height:auto;clip:auto;}

td.DropList
   {
         background:#ffffff;
         color:black;
         font-family:verdana,geneva,arial,helvetica,sans-serif;
         font-size:10px;
         line-height: 20px;
   }

td.oeover,.mbg
   {
         background:#808080;
         color:white;
   }

.minaktiv
   {
         padding:2px;
         color:#808080;
         font-weight:bold;
   }

a.DropListItem:link,
a.DropListItem:active,
a.DropListItem:visited,
a.DropListItem:hover
   {
         color:black;
         text-decoration:none;
         width:100%;
         padding:1px 5px;
         font-size:10px;
         font-weight:normal
   }

td.Item
   {
         color: #000000;
         font-color: #000000;
   }

a.DropListItem:hover
   {
         background:#999999;
         color:#ffffff
   }

a.DropListItemNS:link,
a.DropListItemNS:active,
a.DropListItemNS:visited
   {
         color:black;
         text-decoration:none;
         font-weight:normal
   }

table
   {
         empty-cells:show
   }
