﻿.undermeny_table
{
	border-collapse: 		collapse;
	width: 					100%;
}
.hovedmenyvalgt
{
    width: 					100%;
    height: 				24px;
	padding-left:			5px;
 	border: 				1px solid #CCCCCC;
	background-color: 		#DFDFDF;
    font-family:			Arial;
    font-size:				13px;
	font-weight:			bold; 
    color:					#000000;   
}
/*--------------------------------------------*/
a.undermeny_href:link, a.undermeny_href:visited, a.undermeny_href:hover
{
    font-family:			Arial;
    font-size:				13px;
	font-weight:			normal; 
    color:					#006699;
	text-decoration:		none;
}
.undermeny1_off
{
    width: 					100%;
    height: 				24px;
	padding-left:			5px;
	border-bottom: 			1px solid #CCCCCC;
	cursor:					hand;
	cursor:					pointer;  
}
.undermeny1_on
{
    width: 					100%;
    height: 				24px;
	padding-left:			5px;
	border-bottom: 			1px solid #CCCCCC;
	cursor:					hand;
	cursor:					pointer;
	text-decoration:		underline;	
}
.undermeny1_selected
{
    width: 					100%;
    height: 				24px;
	padding-left:			5px;
	border-bottom: 			1px solid #CCCCCC;
	text-decoration:		underline;	
}
/*--------------------------------------------*/
.undermeny2_off
{
    width: 					100%;
    height: 				24px;
	padding-left:			10px;
	border-bottom: 			1px solid #CCCCCC;
	cursor:					hand;
	cursor:					pointer; 	    
}
.undermeny2_on
{
    width: 					100%;
    height: 				24px;
	padding-left:			5px;
	border-bottom: 			1px solid #CCCCCC;
	cursor:					hand;
	cursor:					pointer;
	text-decoration:		underline;	  
}
.undermeny2_selected
{
    width: 					100%;
    height: 				24px;
	padding-left:			10px;
	border-bottom: 			1px solid #CCCCCC;
	text-decoration:		underline;	     
}
/*--------------------------------------------*/
.undermeny3_off
{
    width: 					100%;
    height: 				24px;
	padding-left:			15px;
	border-bottom: 			1px solid #CCCCCC;
	cursor:					hand;
	cursor:					pointer;   
}
.undermeny3_on
{
    width: 					100%;
    height: 				24px;
	padding-left:			15px;
	border-bottom: 			1px solid #CCCCCC;
	cursor:					hand;
	cursor:					pointer;
	text-decoration:		underline;	 
}
.undermeny3_selected
{
    width: 					100%;
    height: 				24px;
	padding-left:			15px;
	border-bottom: 			1px solid #CCCCCC;
	text-decoration:		underline;		     
}