/* CSS Document */

#nav {
	list-style-type: none;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 152px;
	border-bottom: 1px solid #ccc;
}

#nav li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
}

#nav ul li a{
	display: block;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
	color: #275C85;
	background: #EFEFEF;
	padding: 5px 0px 5px 15px;
	border-bottom: 2px solid #fff;
}

li:hover ul, li.over ul { 
	display: block;
}

#nav ul li a:hover {
	color: #6E6E6E;
	background: #CCCCCC;	
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */


#handlekurv {
	background: #EFEFEF;
	padding: 5px 0px 5px 15px;
	/*border-bottom: 2px solid #fff;*/
}

#handlekurv p {
	margin: 5px 0px;
		font-size: 10px;
	line-height:1.3em;
}

#nav_bilde {
	background: url(../_gfx/meny.jpg) no-repeat;
	height: 1088px;
}