

/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;}.qmmc {position:relative;}.qmmc a {float:left;display:block;white-space:nowrap;}.qmmc div a {float:none;}.qmmc div {visibility:hidden;position:absolute;}


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* Remove the comments bleow for vertical mains and change the false value to
           true in the qm_create function after the menus structure. */
	/*.qmmc a {float:none}*/



#qm0 #mitem0 {
    text-align:center;
    /*background-image: url( /ogn/gfx/meny_innkvartering_1.gif );*/
    padding-right: 20px;
    width: 110px;
    height: 30px;
}

#qm0 #mitem0.qmactive {
    /*background-image: url( /ogn/gfx/meny_innkvartering_on_1.gif );*/
}

#qm0 #mitem1 {
    /*background-image: url( /ogn/gfx/meny_aktiviteter_1.gif );*/
    border-left: white 1px solid;
    width: 100px;
    height: 30px;
}

#qm0 #mitem1.qmactive {
    /*background-image: url( /ogn/gfx/meny_aktiviteter_on_1.gif );*/
}

#qm0 #mitem2 {
    /*background-image: url( /ogn/gfx/meny_attraksjoner_1.gif );*/
    border-left: white 1px solid;
    width: 120px;
    height: 30px;
}

#qm0 #mitem2.qmactive {
    /*background-image: url( /ogn/gfx/meny_attraksjoner_on_1.gif );*/
}

#qm0 #mitem3 {
    /*background-image: url( /ogn/gfx/meny_palandet_1.gif );*/
    border-left: white 1px solid;
    width: 130px;
    height: 30px;
}

#qm0 #mitem3.qmactive {
    /*background-image: url( /ogn/gfx/meny_palandet_on_1.gif );*/
}

#qm0 #mitem4 {
    /*background-image: url( /ogn/gfx/meny_firma_1.gif );*/
    border-left: white 1px solid;
    width: 140px;
    height: 30px;
}

#qm0 #mitem4.qmactive {
    /*background-image: url( /ogn/gfx/meny_firma_on_1.gif );*/
}

#qm0 #mitem5 {
    /*background-image: url( /ogn/gfx/meny_reisemal_1.gif );*/
    border-left: white 1px solid;
    width: 90px;
    height: 30px;
}

#qm0 #mitem5.qmactive {
    /*background-image: url( /ogn/gfx/meny_reisemal_on_1.gif );*/
}

/*Mattopplevelse menu*/
#qm0 #mitemMAT0 {
    background-image: url( /ogn/gfx/meny_mesterkokk_1.gif );
    padding-right: 20px;
    text-align: right;
    width: 215px;
    height: 30px;
}

#qm0 #mitemMAT0.qmactive {
    background-image: url( /ogn/gfx/meny_mesterkokk_on_1.gif );
}

#qm0 #mitemMAT1 {
    background-image: url( /ogn/gfx/meny_regspes_1.gif );
    border-left: white 1px solid;
    width: 195px;
    height: 30px;
}

#qm0 #mitemMAT1.qmactive {
    background-image: url( /ogn/gfx/meny_regspes_on_1.gif );
}

#qm0 #mitemMAT2 {
    background-image: url( /ogn/gfx/meny_drikke_1.gif );
    border-left: white 1px solid;
    width: 110px;
    height: 30px;
}

#qm0 #mitemMAT2.qmactive {
    background-image: url( /ogn/gfx/meny_drikke_on_1.gif );
}

#qm0 #mitemMAT3 {
    background-image: url( /ogn/gfx/meny_spisesteder_1.gif );
    border-left: white 1px solid;
    width: 180px;
    height: 30px;
}

#qm0 #mitemMAT3.qmactive {
    background-image: url( /ogn/gfx/meny_spisesteder_on_1.gif );
}
/*end Mattopplevelse menu*/

    /*"""""""" (MAIN) Container """"""""*/
	#qm0
	{
		background-color:transparent;
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
		/*color:#000000;*/
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		text-decoration:none;
		border-style:none;
		border-color:#dddddd;
		background-repeat:no-repeat;
		background-position:center center;
		/*margin-right:20px;*/
        text-align:center;
        padding-top:5px;
        font-size:14px;
        font-weight:bold;
        color:#ffffff;
    }


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{
		/*background-color:#efefef;*/
        color:yellow;
        text-decoration:none;
    }


	/*"""""""" (MAIN) Active State """"""""*/
	#qm0 .qmactive
	{
		/* Note: Add '!important' after each style */

		/*background-color:#efefef !important;*/
		text-decoration:underline !important;
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{


	}


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		background-color:#ffffff;
		padding:5px;
		border-style:solid;
		border-width:1px;
		border-color:#cccccc;
		margin-top:-1px;
    }


	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
		text-decoration:underline;
    }


	/*""""""""[SUB] Active State """"""""*/
	#qm0 div .qmactive
	{
		/* Note: Add '!important' after each style */

		background-color:#3b4394 !important;
    }


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent
	{
        background-color:#3b4394 !important;
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{
		background-color:#ffffff;
        text-align:left;
		padding:3px;
        font-size:12px;
        color:#000;
        font-weight:normal;
        /*border-style:none;
		border-color:#3b4394;
		background-position:95%;
		background-repeat:no-repeat;
		*/
	}

#qm0 div a:hover
{
    background-color:#eeeeee;
    color:#3b4394;
}

#qm0 div
{
    border-style:solid;
    border-color:#3b4394;
}

/*#qmSubDiv0 {*/
    /*padding:2px 40px 2px 5px;*/
    /*text-align:left;*/
    /*width:200px;*/
    /*color:red;*/
    /*border: 1px solid #3b4394;*/
/*}*/

/*#qmSubDiv0 {*/
    /*padding:2px 40px 2px 5px;*/
    /*text-align:left;*/
    /*width:200px;*/
    /*border: 1px solid #3b4394;*/
/*}*/
