/* Style_left_county.css */

/* Fjerner understrek under linker og setter fargen */
BODY { font-family:tahoma; font-size:10pt; color:white;}
	A { font-family:tahoma; font-size:8pt; text-decoration:none;}
	A:link { text-decoration: none; color:black; }
	A:visited { text-decoration: none; color:black; }	
	A:hover { font-family:tahoma; font-size:8pt; font-weight:bold; color:#269F09; } /*Maroon*/


/* Oppsett for menu LEFT*/
.menu{ cursor:pointer; margin-bottom: 0.1px; background-color:#146F74; 
	color:#FFFFFF; width:140px; padding:1px; text-align:center; 
	font-weight:bold; /*/*/border:1.5px solid #000000;/* */ }
	
.menutitle{ cursor:pointer; margin-bottom: 0.1px; background-color:#ECECFF; 
	 background:url("../bitmaps/BackButonBlue.jpg");
	color:#000000; width:140px; padding:1px; text-align:center; 
	font-weight:bold; /*/*/border:1.5px solid #000000;/* */ }
	
.submenu{ margin-bottom: 0.2em; background-color:#ffffe7; color:#000000; /*  background-color:#EBDEC3 #FDFFFF  */ 
	width:140px; padding:1px; text-align:left; font-weight:bold; /*/*/border:1px solid #000000;/* */ 
	}
