﻿.undermeny_table
{
	border-collapse: 		collapse;
	width: 					100%;
}
/*--------------------------------------------*/
.hovedmenyvalgt
{
    width: 					100%;
    height: 				22px;
    font-family:			Arial;
    font-size:				12px;
	font-weight:			bold; 
    color:					#000000;
	cursor:					hand;
	cursor:					pointer;    
}
/*--------------------------------------------*/
.undermeny1_off
{
    width: 					100%;
    height: 				22px;
	padding-left:			5px;
	
	border-bottom: 			1px dotted #CCCCCC;
	
    font-family:			Arial;
    font-size:				12px;
	font-weight:			normal; 
    color:					#000000;
	cursor:					hand;
	cursor:					pointer;    
}
.undermeny1_on
{
    width: 					100%;
    height: 				22px;
	padding-left:			5px;
	
	border-bottom: 			1px dotted #CCCCCC;
	background-color:		#F3F3F3;
		
    font-family:			Arial;
    font-size:				12px;
	font-weight:			normal;
    color:					#000000;
	cursor:					hand;
	cursor:					pointer;    
}
.undermeny1_selected
{
    width: 					100%;
    height: 				22px;
	padding-left:			5px;
    
	background-image:		url('../img/reddot.jpg');
	background-repeat: 		no-repeat;
	background-position:	0px center;    
	border-bottom: 			1px dotted #CCCCCC;	

    font-family:			Arial;
    font-size:				12px;
	font-weight:			bold;
    color:					#000000;    
}
/*--------------------------------------------*/
.undermeny2_off
{
    width: 					100%;
	height: 				22px;
	padding-left:			10px;
	
	border-bottom: 			1px dotted #CCCCCC;
		
    font-family:			Arial;
    font-size:				12px;
	font-weight:			normal; 
    color:					#000000;   
	cursor:					hand;
	cursor:					pointer;	    
}
.undermeny2_on
{
    width: 					100%;
	height: 				22px; 
	padding-left:			10px;
	
	border-bottom: 			1px dotted #CCCCCC;	
	background-color:		#F3F3F3;
	
    font-family:			Arial;
    font-size:				12px;
	font-weight:			normal;
    color:					#000000;     
	cursor:					hand;
	cursor:					pointer;    
}
.undermeny2_selected
{
    width: 					100%;
	height: 				22px;
	padding-left:			10px;
	
	background-image:		url('../img/reddot.jpg');
	background-repeat: 		no-repeat;
	background-position:	5px center;
	border-bottom: 			1px dotted #CCCCCC;	
	
    font-family:			Arial;
    font-size:				12px;
	font-weight:			bold;
    color:					#000000;	     
}
/*--------------------------------------------*/
.undermeny3_off
{
    width: 					100%;
	height: 				22px;
	padding-left:			15px;
	
	border-bottom: 			1px dotted #CCCCCC;
		
    font-family:			Arial;
    font-size:				12px;
	font-weight:			normal; 
    color:					#000000;   
	cursor:					hand;
	cursor:					pointer;   
}
.undermeny3_on
{
    width: 					100%;
   	height: 				22px;
	padding-left:			15px;
	
	border-bottom: 			1px dotted #CCCCCC;
	background-color:		#F3F3F3;
	
    font-family:			Arial;
    font-size:				12px;
	font-weight:			normal;
    color:					#000000;     
	cursor:					hand;
	cursor:					pointer;     
}
.undermeny3_selected
{
    width: 					100%;
	height: 				22px;
	padding-left:			15px;
	
	background-image:		url('../img/reddot.jpg');
	background-repeat: 		no-repeat;
	background-position:	10px center;
	border-bottom: 			1px dotted #CCCCCC;	

    font-family:			Arial;
    font-size:				12px;
	font-weight:			bold;
    color:					#000000;	     
}