@charset "ISO-8859-2";
/* CSS Document */

/* remove the list style */
	.text_menu {
		margin:0; 
		padding:0; 
		list-style:none;
		margin-top: -8px;
		z-index:999;
		
	}	
	
		/* make the LI display inline */
		/* it's position relative so that position absolute */
		/* can be used in submenu */
		.text_menu li {
			
			float:left; 
			display:block; 
			width:175px; 
			
			 
			position:relative;
			z-index:999; 
			margin:0 1px;
			
		}
		
		/* this is the parent menu */
		.text_menu li a {
			display:block; 
			padding:8px 5px 0 5px; 
			height:auto; 
			text-decoration:none; 
			color:#fff; 
			text-align: center; 
			
		}
		

	.text_menu li h6 {
			display:block; 
			padding: 3px 5px 0 5px; 
			
			height:auto; 
			text-decoration:none; 
			color:#fff; 
			text-align: center; 
			
		}
		

		.text_menu li a:hover {
			color:#FFF;
			border:0px solid #efab20;
			/*background-image:url(../media/img/bg_black_OP800.png);*/
			/*background-image:url(../media/img/bg_mainorange_OP80.png);*/
			background-repeat:no-repeat;
			background-image: url(../media/img/temasider_button_bg_stor.png);
			background-position: -2px -5px;
			background-clip:border-box;
	
		}
			
			.text_menu li h6 a:hover {
			color:#FFF;
			border:0px solid #efab20;
			background-image:none; 
			}
			
			.text_menu li h6  {
			color:#FFF;
			border:0px solid #efab20;
			background-image:none;
		}
		/* you can make a different style for default selected value */
		.text_menu a.selected {
			color:#FFF;
		}
	
		/* submenu, it's hidden by default */
		.text_menu ul {
			position:absolute; 
			left:0; 
			display:none; 
			margin:0 0 0 -1px; 
			padding:0; 
			list-style:none;
			padding-top: 0px; /*AVSTAND FRA TOP ELEMENTET */
		}
		
		.text_menu ul li {
			width: 175px; 
			float:left; 
			border-top:1px solid #555;
			border-bottom:1px solid #666;
			
		}
		
		/* display block will make the link fill the whole area of LI */
		.text_menu ul a {
			display:block; 
			width: 155px;
			height:15px;
			padding: 10px 10px 15px 10px;
			
			/* background-image:url(../media/img/bg_black_OP90.png); */
			
			background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */


			
		}
		
		.text_menu ul a:hover {
			text-decoration:underline;	
			color: #efa91f;
			text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
			text-decoration:none;
		  /*color: #FFF;*/
		}
		/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */
		*html .text_menu ul {
			margin:0 0 0 -2px;
		}
		
		/* GENERELLE STYLING ELEMENTER SLUTT */

.text_menu {
	color: #FFF;
	font-size:16px;
	}
	
	.text_menu h6 {
	color: #FFF;
	font-size:30px;
	}
	

.text_menu a:link {
	color: #FFF;
	text-decoration:none;

}
.text_menu a:visited {
	color: #FFF;
	text-decoration:none;

}
.text_menu a:hover {
	color: #8ac53e;
	text-decoration:underline;
}
.text_menu a:active {
	color: #FFF;
	text-decoration:none;
}