﻿/* CSS menu */

h1 {font: 250% Verdana, Arial, Helvetica, sans-serif;color: white;}
#content{margin: 1em 1em 1em 1em; padding: 5; float: left;}

#portfolio_menucontainer
 {
	position: absolute;
	margin: 1em 0 0 1em;
	width: 15em;
	font: 75% Verdana, Helvetica, sans-serif;
	top: 27em;
	left: 20px;
	z-index: 15;
	border: thick;
}
#meny{margin: 0; padding: 0; list-style-type: none;}
#meny a{display: block;	padding: 0.1em 0.3em 0.4em; text-decoration: none; height: 90%; border: 1px solid #000000;	margin-top: 0.2em; background: #bd4d0d url(list-bg.jpg);}
#meny ul{list-style-type: none;} 
#meny ul a{padding: 1.0em;}	
#meny a:link{color: #ffffff;}
#meny a:visited{color: #ffffff;}
#meny a:hover{background: #a92907;}

x#meny a:hover{background: #b64a0b;}

x#meny a#current{font-weight: bold; background: #efece3;}
x#meny a#current{font-weight: bold; background: #DCD147;}

#meny a#current{font-weight: bold; background: #f58124;}
x#meny a#current{font-weight: bold; background: #ea8416;}


x#meny a#current{font-weight: bold; background: #bd4d0d url(list-bg.jpg);}



.headbox
	{
	padding: 0.3em 0.3em 0.7em;
	text-decoration: none;
	height: 100%;
	border: 1px solid black;
	margin-top: 0.2em;
	color: white;
	font-weight: bold;
	background: #bd4d0d url('../images/bg_brown.gif');
}
