﻿.undermeny_table
{
	border-collapse: 		collapse;
	width: 					100%;
	margin-bottom:			25px;
}
/*--------------------------------------------*/
.hovedmenyvalgt
{
    width: 					100%;
    height: 				24px;
	padding-left:			5px;
    
    font-family:			Verdana;
    font-size:				13px;
	font-weight:			bold; 
    color:					#000000;
	cursor:					hand;
	cursor:					pointer;    
}
/*--------------------------------------------*/
.undermeny1_off
{
    width: 					100%;
    height: 				24px;
	padding-left:			5px;
	
	border-bottom: 			1px dotted #CCCCCC;
	
    font-family:			Verdana;
    font-size:				12px;
	font-weight:			normal; 
    color:					#000000;
	cursor:					hand;
	cursor:					pointer;    
}
.undermeny1_on
{
    width: 					100%;
    height: 				24px;
	padding-left:			5px;
	
	border-bottom: 			1px dotted #CCCCCC;
	background-color:		#F3F3F3;
		
    font-family:			Verdana;
    font-size:				12px;
	font-weight:			normal;
    color:					#000000;
	cursor:					hand;
	cursor:					pointer;    
}
.undermeny1_selected
{
    width: 					100%;
    height: 				24px;
	padding-left:			5px;
	   
	border-bottom: 			1px dotted #CCCCCC;
	background-color:		#F9F9F9;

    font-family:			Verdana;
    font-size:				12px;
	font-weight:			bold;
    color:					#000000;    
}
/*--------------------------------------------*/
.undermeny2_off
{
    width: 					100%;
	height: 				24px;
	padding-left:			10px;
	
	border-bottom: 			1px dotted #CCCCCC;
		
    font-family:			Verdana;
    font-size:				12px;
	font-weight:			normal; 
    color:					#000000;   
	cursor:					hand;
	cursor:					pointer;	    
}
.undermeny2_on
{
    width: 					100%;
	height: 				24px; 
	padding-left:			10px;
	
	border-bottom: 			1px dotted #CCCCCC;	
	background-color:		#F3F3F3;
	
    font-family:			Verdana;
    font-size:				12px;
	font-weight:			normal;
    color:					#000000;     
	cursor:					hand;
	cursor:					pointer;    
}
.undermeny2_selected
{
    width: 					100%;
	height: 				24px;
	padding-left:			10px;
	
	border-bottom: 			1px dotted #CCCCCC;
	background-color:		#F9F9F9;
	
    font-family:			Verdana;
    font-size:				12px;
	font-weight:			bold;
    color:					#000000;	     
}
/*--------------------------------------------*/
.undermeny3_off
{
    width: 					100%;
	height: 				24px;
	padding-left:			15px;
	
	border-bottom: 			1px dotted #CCCCCC;
		
    font-family:			Verdana;
    font-size:				12px;
	font-weight:			normal; 
    color:					#000000;   
	cursor:					hand;
	cursor:					pointer;   
}
.undermeny3_on
{
    width: 					100%;
   	height: 				24px;
	padding-left:			15px;
	
	border-bottom: 			1px dotted #CCCCCC;
	background-color:		#F3F3F3;
	
    font-family:			Verdana;
    font-size:				12px;
	font-weight:			normal;
    color:					#000000;     
	cursor:					hand;
	cursor:					pointer;     
}
.undermeny3_selected
{
    width: 					100%;
	height: 				24px;
	padding-left:			15px;
	
	border-bottom: 			1px dotted #CCCCCC;
	background-color:		#F9F9F9;

    font-family:			Verdana;
    font-size:				12px;
	font-weight:			bold;
    color:					#000000;	     
}
