@charset "utf-8";
/* CSS Document */

/* #left .left_menu_top
---------------------------------------- */
#left .left_menu_top {
	padding-left:22px;
}
#left .left_menu_top ul {
	padding:0;
	margin:0;
}
#left .left_menu_top ul li.forside {
	list-style:none;
	background: url(../gfx/mainmenu/forside.gif) no-repeat;
}
#left .left_menu_top ul li.omchili {
	list-style:none;
	background: url(../gfx/mainmenu/omchili.gif) no-repeat;
}
#left .left_menu_top ul li.ansatte {
	list-style:none;
	background: url(../gfx/mainmenu/ansatte.gif) no-repeat;
}
#left .left_menu_top ul li.nyheter {
	list-style:none;
	background: url(../gfx/mainmenu/nyheter.gif) no-repeat;
}
#left .left_menu_top ul li.portefolio {
	list-style:none;
	background: url(../gfx/mainmenu/portefolio.gif) no-repeat;
}
#left .left_menu_top ul li.produkter {
	list-style:none;
	background: url(../gfx/mainmenu/produkter.gif) no-repeat;
}
#left .left_menu_top ul li.webshop {
	list-style:none;
	background: url(../gfx/mainmenu/webshop.gif) no-repeat;
}
#left .left_menu_top ul li.snacks {
	list-style:none;
	background: url(../gfx/mainmenu/snacks.gif) no-repeat;
}

/* HOVER */
#left .left_menu_top ul li:hover.forside {
	list-style:none;
	background: url(../gfx/mainmenu/forside_selected.gif) no-repeat;
}
#left .left_menu_top ul li:hover.omchili {
	list-style:none;
	background: url(../gfx/mainmenu/omchili_selected.gif) no-repeat;
}
#left .left_menu_top ul li:hover.ansatte {
	list-style:none;
	background: url(../gfx/mainmenu/ansatte_selected.gif) no-repeat;
}
#left .left_menu_top ul li:hover.nyheter {
	list-style:none;
	background: url(../gfx/mainmenu/nyheter_selected.gif) no-repeat;
}
#left .left_menu_top ul li:hover.portefolio {
	list-style:none;
	background: url(../gfx/mainmenu/portefolio_selected.gif) no-repeat;
}
#left .left_menu_top ul li:hover.produkter {
	list-style:none;
	background: url(../gfx/mainmenu/produkter_selected.gif) no-repeat;
}
#left .left_menu_top ul li:hover.webshop {
	list-style:none;
	background: url(../gfx/mainmenu/webshop_selected.gif) no-repeat;
}
#left .left_menu_top ul li:hover.snacks {
	list-style:none;
	background: url(../gfx/mainmenu/snacks_selected.gif) no-repeat;
}


/* SELECTED */
#left .left_menu_top ul li.forside_selected {
	list-style:none;
	background: url(../gfx/mainmenu/forside_selected.gif) no-repeat;
}
#left .left_menu_top ul li.omchili_selected {
	list-style:none;
	background: url(../gfx/mainmenu/omchili_selected.gif) no-repeat;
}
#left .left_menu_top ul li.ansatte_selected {
	list-style:none;
	background: url(../gfx/mainmenu/ansatte_selected.gif) no-repeat;
}
#left .left_menu_top ul li.nyheter_selected {
	list-style:none;
	background: url(../gfx/mainmenu/nyheter_selected.gif) no-repeat;
}
#left .left_menu_top ul li.portefolio_selected {
	list-style:none;
	background: url(../gfx/mainmenu/portefolio_selected.gif) no-repeat;
}
#left .left_menu_top ul li.produkter_selected {
	list-style:none;
	background: url(../gfx/mainmenu/produkter_selected.gif) no-repeat;
}
#left .left_menu_top ul li.webshop_selected {
	list-style:none;
	background: url(../gfx/mainmenu/webshop_selected.gif) no-repeat;
}
#left .left_menu_top ul li.snacks_selected {
	list-style:none;
	background: url(../gfx/mainmenu/snacks_selected.gif) no-repeat;
}
#left .left_menu_top ul li a {
	width:149px;
	height:28px;
	display:block;
	color:#000000;
}