﻿/* CSS Document */ 

/*#####*/
/* Dette er en test */
.produktMenyTable{
	/*background-color: #006699;
	*/
width: 157px;
	background-image: url(../img/menu_prod_vareback.jpg);
}
/*#####*/
/* Dette er en test */
.produktMenyHeadTd{
}
/*#####*/
/* Dette er en test */
.produktMenuTextTd{
}
/*#####*/
/* Dette er en test */
.produktMenuItem{
}
/*#####*/
/* Dette er en test */
.produktMenyFooterTd{
}
/*#####*/
/* Dette er en test */
.chromestyle{
	width: 99%;
	font-weight: bold;
}
/*#####*/
/* Dette er en test */
.chromestyle:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*#####*/
/* Dette er en test */
.chromestyle ul{
	border: 1px solid #BBB;
	width: 100%;
	background: url('../img/chromebg2.gif') repeat-x center;
	/*THEME CHANGE HERE*/
margin: 0;
	text-align: center;
	padding-left:0;
	padding-right:0;
	padding-top:4px;
	padding-bottom:4px;
}
/*#####*/
/* Dette er en test */
.chromestyle ul li{
	display: inline;
}
/*#####*/
/* Dette er en test */
.chromestyle ul li a{
	color: #494949;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #B5E2FE;
	/*THEME CHANGE HERE*/;
}
/*#####*/
/* Dette er en test */
.chromestyle ul li a:hover{
}
/*#####*/
/* Dette er en test */
.chromestyle ul li a[rel]:after{
	/*HTML to indicate drop down link*/
content: "v";
	/*content: " " url(downimage.gif);
	/*uncomment this line to use an image instead*/;
}
/*#####*/
/* Dette er en test */
.dropmenudiv{
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-top:1px solid #cccccc;
	border-bottom:0px solid #cccccc;
	position:absolute;
	top: 0;
	/*THEME CHANGE HERE*/
line-height:18px;
	z-index:100;
	background-color: #e6e7e7;
	width: 150px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:12px;
	font-family:Verdana;
}
/*#####*/
/* Dette er en test */
.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #cccccc;
	/*THEME CHANGE HERE*/
padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}
/*#####*/
/* Dette er en test */
.dropmenudiv a:hover{
	/*THEME CHANGE HERE*/
background-color: #e6e7e7;
	color:#5C5C5C;
}
/*#####*/
