#navMain
{
    /* main navigation */
    padding: 0 2px 0 0px; 
    float: left;
    margin: 0px 0 0 0; /* top */
    background: url(../images/navmain_divider.gif) top right no-repeat;
    z-index: 1;
}
/* ul block */
#navMain ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#navMain li
{
    float: left;
    margin: 0;
    padding: 0;
}


/* Basis styles */
#navMain a, #navMain a:active, #navMain a:visited
{
    display: block;
    text-decoration: none;
    padding: 0;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    height: 33px;
    width: 82px;
}
#navMain a:link, #navMain a:visited, #navMain a:active, #navMain a:hover
{
    float: left; /* IE mac  */
}

#navMain li.hjemn a
{
    /* home page */
    background: url(../Images/hjem.gif) top left no-repeat;
	 width: 82px;
    height: 33px;
}

#navMain li.pricer a
{
    /* produkt page */
   background: url(../Images/priser.gif) top left no-repeat;
	 width: 85px;
    height: 33px;
     
}

#navMain li.brochurer a
{
    /* about us page */
   background: url(../Images/broch.gif) top left no-repeat;
	 width: 107px;
    height: 33px;
}

#navMain li.presse a
{
    /* kontakt page */
   background: url(../Images/presse.gif) top left no-repeat;
	 width: 88px;
    height: 33px;
}
#navMain li.kontakt a
{
    /* referencer page */
  background: url(../Images/kontak.gif) top left no-repeat;
	 width: 95px;
    height: 33px;
   
}
#navMain li.forhandler a
{
    /* referencer page */
   background: url(../Images/forh.gif) top left no-repeat;
	 width: 118px;
    height: 33px;
   
}
#navMain li.rightside a
{
    /* referencer page */
   background: url(../Images/graybright.jpg) top left no-repeat;
	 width: 215px;
    height: 33px;
   
}

#navMain li a:hover
{
    background-position: left -40px; /* 61 */
}

#navMain .act a:link, #navMain .act a:visited, #navMain .act a:active
{
    /* Active item */
    background-position: left -80px; /* 122 */
}

#navMain .act a:hover, /* items roll over */ #navMain2 .act a:hover
{
}

 /* NAVIGATION GREEN MENU */
 
 #navMainGreen
{
    /* main navigation */
    /*padding: 0 2px 0 0px; */
    float: left;
    margin: -32px 0 0 0; /* top */
 	margin-left:334px;
    background: url(../images/navmain_divider.gif) top right no-repeat;
    z-index: 1;
}
/* ul block */
#navMainGreen ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#navMainGreen li
{
    float: left;
    margin: 0;
    padding: 0;
}


/* Basis styles */
#navMainGreen a, #navMainGreen a:active, #navMainGreen a:visited
{
    display: block;
    text-decoration: none;
    padding: 0;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    height: 80px;
    width: 82px;
}
#navMainGreen a:link, #navMainGreen a:visited, #navMainGreen a:active, #navMainGreen a:hover
{
    float: left; /* IE mac  */
}

#navMainGreen li.gelleri a
{
    /* home page */
    background: url(../Images/galle.gif) top left no-repeat;
	 width: 88px;
    height: 80px;
}

#navMainGreen li.farver a
{
    /* produkt page */
   background: url(../Images/farve.gif) top left no-repeat;
	 width: 87px;
    height: 80px;
     
}

#navMainGreen li.demo a
{
    /* about us page */
   background: url(../Images/demo.gif) top left no-repeat;
	 width: 139px;
    height: 80px;
}

#navMainGreen li.service a
{
    /* kontakt page */
   background: url(../Images/servi.gif) top left no-repeat;
	 width: 94px;
    height: 80px;
}
#navMainGreen li.salg a
{
    /* referencer page */
  background: url(../Images/salg.gif) top left no-repeat;
	 width: 117px;
    height: 80px;
   
}
#navMainGreen li.bruger a
{
    /* referencer page */
   background: url(../Images/brug.gif) top left no-repeat;
	 width: 171px;
    height: 80px;
   
}
 
#navMainGreen li a:hover
{
    background-position: left -40px; /* 61 */
}

#navMainGreen .act a:link, #navMainGreen .act a:visited, #navMainGreen .act a:active
{
    /* Active item */
    background-position: left -80px; /* 122 */
}

#navMainGreen .act a:hover, /* items roll over */ #navMain2Green .act a:hover
{
}

 