

/* MENU BOX Tags*/
table.MenuBox
{
	width: 170px;
	padding: 0px;
	margin: 0px;
	background: transparent;
}

table.MenuBoxInner
{
	padding: 0px;
	margin: 0px;
	background: transparent;
	width: 170px;
}

table.MenuBoxInner td.Spacer
{
	height: 14px;
	background: transparent;
}

table.MenuBoxInner td.SpacerSub
{
	height: 4px;
	background: transparent;
}

table.MenuBoxInner td.SpacerTop
{
	height: 0px;
	background: transparent;
}

table.MenuBoxInner td.SpacerBottom
{
	height: 0px;
	background: transparent;
}

table.MenuBoxInner td.Item, table.MenuBox td.ItemActive
{
	height: 35px;
	background: url(./images/menutext_bg.gif) repeat-x;
	padding: 0px 0px 0px 0px;
}

table.MenuBoxInner td.ItemActive
{

}

table.MenuBoxInner td.Item a
{
	color: white;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	font-family: Arial, Verdana, Geneva;
	text-indent: 10px;
}

table.MenuBoxInner td.Item a:hover
{
	color: #fff333;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	font-family: Arial, Verdana, Geneva;
	text-indent: 10px;
}

table.MenuBoxInner td.ItemActive a, table.MenuBoxInner td.ItemActive a:hover
{
	color: #fff333;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	font-family: Arial, Verdana, Geneva;
	text-indent: 10px;
}

table.MenuBoxInner td.SubItem, table.MenuBoxInner td.SubItemActive
{
	background: transparent;
	padding: 0px 0px 0px 0px;
}

table.MenuBoxInner td.SubItemActive
{
}

table.MenuBoxInner td.SubItem a
{
	color: white;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	font-family: Arial, Verdana, Geneva;
	text-indent: 10px;
}

table.MenuBoxInner td.SubItem a:hover
{
	color: #fff333;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	font-family: Arial, Verdana, Geneva;
	text-indent: 10px;
}

table.MenuBoxInner td.SubItemActive a, table.MenuBoxInner td.SubItemActive a:hover
{
	color: #fff333;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	font-family: Arial, Verdana, Geneva;
	text-indent: 10px;
}


td.overskrift
{
	background: url(./images/tpl_page_title.png) no-repeat;
	font-family: Verdana, Geneva, Arial;
	text-indent: 38px;
	font-size: 17px;
	color: #043668;
	letter-spacing: 0.2em;

}