#mainmenu{

margin-bottom: 20px;

display: table;

width:973px;

padding-bottom: 18px;

border-bottom: 1px dotted #cacaca;

}



#mainitemholder{

margin-left: 17px;

margin-top: 50px;  /* ursprungsvarde: 22px, okar margin for att fa ner lankar narmre divider : Nico */

width: 500px;

float: left;

clear: none;

display: block;

}



#mainitem1, #mainitem2, #mainitem3, #mainitem1_focus, #mainitem2_focus, #mainitem3_focus{

float: left;
cursor: pointer;

}



#mainitem1{

background-image: url(lib/top_item_1_off.png);

width: 76px;

height: 9px;

margin-right: 18px;

}



#mainitem2{

background-image: url(lib/top_item_2_off.png);

width: 50px;

height: 9px;

margin-right: 18px;

}



#mainitem3{

background-image: url(lib/top_item_3_off.png);

width: 79px;

height: 9px;

}



#mainitem1_focus{

background-image: url(lib/top_item_1_on.png);

width: 76px;

height: 9px;

margin-right: 18px;

}



#mainitem2_focus{

background-image: url(lib/top_item_2_on.png);

width: 50px;

height: 9px;

margin-right: 18px;

}



#mainitem3_focus{

background-image: url(lib/top_item_3_on.png);

width: 79px;

height: 9px;

}





#logo{

background-image: url(lib/stitchByLampGustaf.jpg);
background-repeat: no-repeat;
width: 140px;
height: 58px;
float: right;
clear: none;
display: block;
margin-right: 6px;
cursor: pointer;

}
