﻿/* top menuen */
ul#ph_links {
	clear: right; /* no floating on the rigth side */
	float: left;
	margin: 0 0 0 0;
	padding: 0;
}

ul#ph_links li {
	border-right: 1px solid #666666;
	/* border-bottom: 1px solid #ffffff;*/
	/*display: inline;*/
	float:left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 8px 0px 8px;
	/*background-color: Black;*/
	width: 104px;
	height: auto;
	text-align:center;
}

ul#ph_links li.first {
	border-left: 1px solid #666666;
}

ul#ph_links li.last {
	/*border-right: none;*/
}

ul#ph_links li a {
	color: #666666;
	font-weight:normal;
	text-decoration:none;
	white-space: nowrap;
}

ul#ph_links li a:hover,
ul#ph_links li.current a:hover  {
	color: #000000;
}

/* valgte menupunkt */
ul#ph_links li.current a{ 
	color: #666666;
	font-weight:bold;
	background-image:url('');
}

/* section menu */
/* section menu */
/* section menu */

div.menuSection
{
	margin-top: 50px; /* 0px 0px 0px;*/	
	background-color: #ffffff;	
	min-height: 455px;

}

/* top menuen */
ul#ph_menuSection 
{
	
	clear:right; /* no floating on the rigth side */
	float: left;
	padding-top: 5px;
	margin-top:0px;
	margin-bottom:0px;
	list-style-position:outside;
	
	 /* lpf */
	 /*width:182px;*/
	 /*margin-top:50px;*/
	 /*border:solid 1px black;*/
}

ul#ph_menuSection li,
ul#ph_menuSection li.close,
ul#ph_menuSection li.open
{
	border: 1px solid #666666; 
	/* border-bottom: 1px solid #ffffff;*/
	/*display: block; /*float:left;*/
	float:none;
	list-style: none;
	/*padding-left:-20px;*/
	
	margin: 0px 5px 2px -35px;/*
	padding: 0px 5px 0px 5px; /*background-color: Black;*/
	width: 170px;
	height: 23px;
	
	text-align:center;
	padding-top: 7px;
	
	/*background-image: url('/images/stylesheet/backgrounds/Section_menu.gif');
	background-position: top left;
	background-repeat: no-repeat;*/

}

ul#ph_menuSection li.close
{
	background-image: url('/images/stylesheet/backgrounds/Section_menu.gif');
	background-position: top left;
	background-repeat: no-repeat;
}


ul#ph_menuSection li.open
{
	background-image: url('/images/stylesheet/backgrounds/Section_menu_choosen.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

ul#ph_menuSection li.first 
{
	margin-top: 5px;
	border-left: 1px solid #666666;
}

ul#ph_menuSection li.last {
	/*border-right: none;*/
}

ul#ph_menuSection li a {
	color: #666666;
	font-weight:normal;
	text-decoration:none;
	white-space:normal;
}

ul#ph_menuSection li a:hover,
ul#ph_menuSection li.current a:hover  {
	color: #000000;
}

ul#ph_menuSection li.current a{ 
	color: #666666;
	font-weight:bold;
}
