﻿.hovedmeny_main_table
{
	border-collapse: 		collapse;
    width: 					924px;
    margin-left: 			auto;
    margin-right: 			auto;
}
.hovedmeny_table
{
	border-collapse: 		collapse;
    width: 					924px;
    height: 				28px; 
    margin-left: 			auto;
    margin-right: 			auto;            
}
/*--------------------------------------------*/
.hovedmeny_off a
{
    font-family:			Tahoma;
    font-size:				13px;
	font-weight:			normal;
    color:					#000000;
    text-align:				center;
    text-decoration: 		none;
}
.hovedmeny_on a
{
    font-family:			Tahoma;
    font-size:				13px;
	font-weight:			normal;
    color:					#000000;
    text-align:				center;
}
.hovedmeny_selected a
{
    font-family:			Tahoma;
    font-size:				13px;
	font-weight:			normal;
    color:					#000000;
    text-align:				center;
}

/*--------------------------------------------*/
.hovedmeny_off
{
    padding-left: 			10px; 
    padding-right: 			10px;
    font-family:			Tahoma;
    font-size:				13px;
	font-weight:			normal;    
    color:					#000000;
    text-align:				center;       
	cursor:					hand;
	cursor:					pointer;
}
.hovedmeny_on
{
    padding-left: 			10px; 
    padding-right: 			10px;
    font-family:			Tahoma;
    font-size:				13px;
	font-weight:			normal;
    color:					#000000;
    text-align:				center;
	cursor:					hand;
	cursor:					pointer;
    text-decoration: 		underline;	
}
.hovedmeny_selected
{
    padding-left: 			10px; 
    padding-right: 			10px;
    font-family:			Tahoma;
    font-size:				13px;
	font-weight:			normal;    
    color:					#000000;
    text-align:				center;    
	cursor:					hand;
	cursor:					pointer;
    text-decoration: 		underline;		      
}