#margin { margin-left: 10px;}
/* Huvudmeny */

#ddcolortabs{
margin-left: 15px;
padding: 0;
width: 100%;
background: black;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 5px;
}

#ddcolortabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
background: white;
}

#ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
background: white;
}


#ddcolortabs a{
float:left;
color: black;
background: white;
border: 2px red solid;
border-style: solid solid none solid;
/*background: transparent url(../image/menu/color_tabs_left.gif) no-repeat left top;*/
margin:0 4px 0 0;
padding:0 0 1px 03px;
text-decoration:none;
letter-spacing: 0px;
}

#ddcolortabs a span{
float:left;
display:block;
background: white;
/*background: transparent url(../image/menu/color_tabs_right.gif) no-repeat right top;*/
padding:4px 9px 2px 6px;
}

#ddcolortabs a span{
float:none;

}


#ddcolortabs a:hover{
background-color: black;
color: white;
}

#ddcolortabs a:hover span{
background-color: black;
color: white;
}

#ddcolortabs #current a, #ddcolortabs #current span{ /*currently selected tab*/
background-color: red; /* backgroundcolor på current */
color: white; /* textcolor på current */
}


/* Medlemsmeny */
#leftmenutabs ul{}
#leftmenutabs li{display: block; margin: 0; padding-top:10;}
#leftmenutabs ul a{
width: 100%;
text-decoration: none;
font-weight: bold;
color: orange;
background: red;
margin: 0;
padding: 5px 10px 1px 10px;
}

#leftmenutabs a:link{}
#leftmenutabs a:visited{}
#leftmenutabs a:hover{background-color: #FF3300;}
#leftmenutabs a#current{background: green; color: blue; border-top: 1px solid #000000; border-right: 1px solid #000000; border-left: 1px solid #000000;}






/* Linjer */
#ddcolortabslineup{
clear: both;
padding: 0;
width: *;
height: 6px;
line-height: 6px;
background: #FF3300;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}
#ddcolortabslinedown{
clear: both;
padding: 0;
margin-left: 5;
margin-right: 5;
width: *;
height: 6px;
line-height: 6px;
background: #808080;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}



