/* CSS Document tak til www.webdesign101.dk */

#menucontainer {
	padding-left: 35px;
	height:20px;
} /* Højde nødvendig, baggrunden skal have farve 
                      højde = font-size + 2 gange padding på a */
                   
  
#menucontainer ul {
	font-size:100%;
	font-weight:bold;
	line-height:100%;
	margin:0;
	padding:0;
	color: #000000;
	float: left;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-left:1px solid #000000;
	text-align: center;
}

#menucontainer ul li { 
  display: inline;  }

#menucontainer ul li a {
	padding: 0.2em 1em;
	color: #FFDC0C;
	text-decoration: none;
	float: left;
	border-right: 1px solid #000000;
}

#menucontainer ul li a:visited {
 }

#menucontainer ul li a:hover {

}

.faneblad {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	background-color: #390;
	display: block;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}

span.clear {clear:left;}



