/* CSS du menu horizontal, bieler batiste */

.menu{
	display:block;
	margin:0;
	padding:0;
	
	width:100%;
	height:20px;
	color: #E2AD49;
	border:solid 0px #000;

    }

.menu ul{
	position:absolute;
	display:block;
	width:100%;
	border: 1px #000 solid;
	background-color:#000;
	margin-left: 0px !important;
	* margin-left: -75px !important;
	
	z-index: 74;
    }
    
.menu li ul{
	visibility:hidden;
	width:150px;
	line-height: 11px;
    }

.menu li li ul{
    position:absolute;
	width:100%;
    margin-top:-13px;
	margin-left: 50px;	
	background-color:#000;
	
    }
    
.menu li{
    list-style:none;
    height:auto;
    display:inline;
    display:block;
    float:left;
	width: 150px;
	margin: 0 auto;
	text-align: center;
	padding-left:10px;

	
}
    
.menu li li{
    display:block;
    float:none;
    
	*margin: 0 0 5px -1px;
	margin-top:10px;
    padding:0;
	width:100%;
	background-color: #000;
	
	
}
    
/* correct a little IE bug */
* html .menu li li{
  display:inline;
  width:100%;
}

.menu a{
  font-weight:  bold;
    text-align:center;
    /*background-color: #C6C7C9;*/
    /*border:1px #333 solid;*/
    color:#E2AD49;
    display:block;

    text-decoration:none;
    padding:2px 0;
    height: 17px;
    margin:0px;
	
	
	
    }
#huvudknapp{
	border-right:solid 1px #000 !important;
	border-top:solid 1px #000 !important;
	
}
.huvudknapp{
	border-right:solid 1px #000 !important;
	border-top:solid 1px #000 !important;
}
.menu a:hover{

  height: 17px;
  color:#000;
  border:0px #aaa dashed;
  background-color:#FFF;
  
    /*border:1px #aaa solid;*/
    }
    
/* for a mozilla better display with key nav */
.menu a:focus{

    height: 17px;
    color:#E2AD49;
}

a.linkOver{

  color:#E2AD49;
}
.menu  li.section{
  display: block;
  font-weight: bold;
  color: #E2AD49;
  width: 124px;
  padding: 4px 0;
  background-color: #f1f1f1;
  
  /*padding:2px 0;*/
}
.menu  li.separator{
  width: 150px;
  height: 0px;
  border-bottom: 1px solid #666;
  background-color: inherit;
  /*padding:2px 0;*/
}
.content-sub {
width: 100%;
}
.content-menu {
	width: 100%;
	text-align:center;
	margin-top:0px;
}
#menu h5{
	margin:0px;
	padding:0px;
}
