/* Allir blubbar*/

#nav, #nav ul {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1;
	font-weight: normal;
	padding: 0;
	border-top: 0px solid #333;
	border-bottom: 0px solid #333;
	margin: 0 0 0 0;
	clear:both;
	display:block;
	background-image: url(../img/menu-backgr.gif);
	background-repeat: repeat-x;
	font-size:12px;
	z-index : 80000;
}

#nav li {
	background-image : url(../img/bullet.gif);
	background-position : left;
	background-repeat : no-repeat;
	padding-left:35px;
	}
/* Top tenglar */
#nav a  {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 5px;
	line-height:30px;
	padding-left:15px;
	margin-left:0px;
}
#nav a:hover {
	font-weight: normal;
	text-decoration: underline;
}

#nav li:hover a, #nav li.sfhover a {

}
#nav li ul a:link,
#nav li ul a:visited {
	color:white;
}

/* If toplevel item has children */
#nav a.parent,
#nav a.parent:visited {
background-image : url(../img/top_parent.gif);
background-repeat : no-repeat;
background-position : right;
padding-right:12px;
}

/* If submenu item has children */
#nav ul li .parent,
#nav ul li .parent:visited,
#nav ul li .parent:hover {
background-image : url(../img/parent_1.gif);
background-repeat : no-repeat;
background-position : right;
padding-right:5px;
}

/* Allt */
#nav li {
	float: left;
	padding: 0;
	margin-right:15px;
}
#nav li ul li {
	float: left;
	padding: 0;
	margin-right:0px;
}

/* Submenus */
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	w\idth: 170px;
	font-weight: normal;
	border-width: 0px;
	margin: 0;
	background:none;
	background-color: #333;
}

#nav li li {
	padding-right: 0px;
	width: 170px;
	border-bottom: 1px solid #3f3f3f;
	background : none;
	margin:0px;
	padding:0px;
}

#nav li ul a {
	w\idth: 150px;
	width: 150px !important;
	width: 160px;
	color:white;
}
#nav li ul a:hover {
	color:#999;
	background-color: #3f3f3f;
	text-decoration: none;
}
#nav ul li a {
	line-height:14px;
}
#nav li ul li:hover, #nav li ul li.sfhover {
	background: none;
}
#nav ul li:hover , #nav li.sfhover {
	color:red;
}
#nav li ul ul {
	float:left;
	border-left:1px solid #3f3f3f;
	margin-top:-24px;
	margin-left: 170px !important;
	margin-left: 170px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li ul li:hover, #nav li ul li.sfhover  {

}

#content {
	clear: left;
}

#content a {
	color: #7C6240;
}

#content a:hover {
	text-decoration: none;
}

#scaffolding {
	height: 70px;
	background: white url(/images/header_bg.gif) no-repeat;
	border: solid #eda;
	border-width: 1px 0 0 0;
	margin: 1em 0 0 0;
}

#scaffolding a {
	text-decoration: none;
	text-indent: -999em;
	display: block;
	height: 70px;
	background: url(/images/hdlogo_flip2.gif) no-repeat;
	background-position: 181px 0;
}

#scaffolding a:hover {
	background-position: 181px -70px;
}


#scaffolding a:hover {
	background-position: 181px -70px;
}
