@charset "utf-8";
/* CSS Document */

#firstLevelNavigation ul{
	list-style:none;
	margin:0;
	display:inline;
	position:relative;
	left:2px;
}

#firstLevelNavigation ul li{
	display:inline;
	position:relative;
}

#firstLevelNavigation ul li.selected {
	display:inline;
	position:relative;
}

#firstLevelNavigation .left {
	float:left;
	width:7px;
	height:34px;
}

#firstLevelNavigation .right{
	float:left;
	width:7px;
	height:34px;
}

#firstLevelNavigation .item{
	float:left;
	width:217px;
	text-align:center;
}

#firstLevelNavigation .selected .left {
	float:left;
	width:7px;
	height:34px;
}

#firstLevelNavigation .selected .right{
	float:left;
	width:7px;
	height:34px;
}

#firstLevelNavigation .selected .item{
	height:34px;
	width:217px;
	text-align:center;
}


#firstLevelNavigation ul li a{
	font-family:Tahoma;
	font-size:13px;
	text-decoration:none;
	line-height:30px;
}

#firstLevelNavigation ul li a:hover{
}


#firstLevelNavigation ul li.selected a{
	font-family:Tahoma;
	font-size:13px;
	text-decoration:none;
	line-height:32px;
}

/* Second level navigation */

#secondLevelNavigation ul{
	margin-top:0;
	margin-left:3px;
	margin-right:0px;
	padding:0;
	display:inline;
	list-style:none;
	position:relative;
	left:0px;
}

#secondLevelNavigation ul li{
	display:inline;
}

#secondLevelNavigation ul li.selected {
	display:inline;
	position:relative;
}

#secondLevelNavigation .left {
	float:left;
	width:1px;
	height:21px;
}

#secondLevelNavigation .right{
	float:left;
	width:1px;
	height:21px;
}

#secondLevelNavigation .item{
	height:21px;
	float:left;
	text-align:center;
	padding-left:8px;
	padding-right:8px;
}

#secondLevelNavigation .selected .left {
	float:left;
	width:1px;
	height:21px;
	background-image: url(../images/sundhedshuset/2levelSelectedLeft.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#secondLevelNavigation .selected .right{
	float:left;
	width:1px;
	height:21px;
	background-image: url(../images/sundhedshuset/2levelSelectedleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#secondLevelNavigation .selected .item{
	height:21px;
	background-color:#dbe3d6;
	text-align:center;
	padding-left:8px;
	padding-right:8px;
}


#secondLevelNavigation ul li a {
	color:#6e7869;
	font-family:Tahoma;
	font-size:11px;
	text-decoration:none;
	line-height:19px;
}

#secondLevelNavigation ul li a:hover {
}


#secondLevelNavigation ul li.selected a {
	color:#6e7869;
	font-family:Tahoma;
	font-size:11px;
	text-decoration:none;
	line-height:19px;
}

#secondLevelNavigation ul li.selected a:hover {
	color:#6e7869;
	font-family:Tahoma;
	font-size:11px;
	text-decoration:none;
	line-height:19px;
}


/* 3 level navigation */
#thirdLevelNavigation {
	margin:0;
}

#thirdLevelNavigation ul{
	margin:0;
	padding:0;
	list-style:none;
}

#thirdLevelNavigation  ul li{
	width:100%;
}

#thirdLevelNavigation  ul li a {
	display:block;
	line-height:25px;
	background-image: url(../images/common/stroke_dashed.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top:-1px;
}

#thirdLevelNavigation  ul li a:hover {
	text-decoration:none;
}


#thirdLevelNavigation .selected {
	font-weight:bold;
}


#thirdLevelNavigation li.level2 a{
	padding-left:10px;
	margin-top:-2px;
}

/* Fix IE. Hide from IE Mac */
 *#thirdLevelNavigation ul li a { height: 1%; }
/* End */

/* Other navigation */

#breadCrumb {
	margin:0;
	padding-left:15px;
}

#breadCrumb ul {
	list-style:none;
	padding:0;
	margin:0;
}

#breadCrumb li {
	display:inline;
	list-style:none;
	font-family:Tahome, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}

#breadCrumb ul li a {
	font-family:Tahome, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#000000;
}


