/*  Grå, horisontal dagbladet-meny. Brukes bl.a. på MAGASINET*/
.meny-db{ 
	background: #E6E7EC;
	font-size: 11px;
	font-family: verdana,arial,helvetica,sans-serif;
	font-style: normal;
	height: 20px;
	line-height: 20px;
	border-bottom: 1px solid black;
	border-top: 1px solid #CCC;
}
.meny-db select{ 
	height: 16px;
}
.meny-db img {
	width:81px;
	height:20px;
	border:none;
	display:block;
}
.meny-db ul{
	margin: 0;    
	padding: 0;   
}
.meny-db li {
	display: inline;
}
.meny-db li a:link, .meny-db li a:visited {
	color: black; 
	text-decoration: none; 
	float: left; 
	border-right: 1px solid #BFBFC5;
}
.meny-db ul a:hover {
	background: white; 
}
