/* CSS Document */
body { behavior:url(csshover.htc); }
#meny {
	background:url(../_gfx/meny_bg.gif) left bottom no-repeat;
	height:35px;
	display:block;
	width:950px;
}
#meny li {
	float:left;
	list-style:none;
	position: relative;
	display:block;
	height:35px;
	width:80px;
}
#meny li a {
	width:100%;
	height:31px;
	text-align:center;
	display:block;
	background:url(../_gfx/meny_sep.gif) left bottom no-repeat;
	text-transform:uppercase;
	font:10px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	padding:4px 0 0 0;
}
#meny li a.current,
#meny li a:hover {
	background:url(../_gfx/meny_hover.gif) left bottom no-repeat;
	color:#be1e2c;
}
#meny li.first {
	width:390px;
	height:35px;
	text-indent:-9999px;
	background:url(../_gfx/logo.gif) center top no-repeat;
}
#meny li.first a.current:hover,
#meny li.first a {
	width:390px;
	background:none;
}
#meny li.first a:hover {
	background:url(../_gfx/meny_hover.gif) left bottom no-repeat;
}

#meny ul {
	position: absolute;
	z-index: 500;
	top:35px;
	display:none;
}
#meny ul li {
	width:161px;
	height:auto;
	padding:0;
}
#meny ul li a {
	background:#000000;
	display:block;
	padding:5px 0 5px 0;
	text-indent:5px;
	text-align:left;
	width:100%;
	color:#ffffff;
	margin:0;
	height:auto;
}
#meny ul li a:hover {
	background:#be1e2c;
	color:#fbfbfb;
}
#meny li li {
	float:none;
}

#meny li:hover ul {
	display: block;
}
