/* HUVUDMENY */
div#menu{
	height:35px;
	background:white;
	background-image:url(../images/bg-menu-719.gif);
	background-repeat:repeat-x;
	font-family:arial;
	position:relative;
}

div#menu a{
	color:white;
	text-decoration:none;
}

div#menu ul{
	height:25px;
	overflow:hidden;
}

div#menu li{
	float:left;
	height:25px;
	background:url(../images/menu-divider.gif) right no-repeat;
	padding-right:10px;
	padding-left:10px;
	color:white;
	font-weight:bold;
	line-height:24px;
	display:block;
}

div#menu .menu-selected{
	background:url(../images/bg-menu-selected.gif) right no-repeat;
	color:#3f6f8e;
}


div#menu .menu-first:hover{
	background:url(../images/bg-menu-first-selected.gif) right no-repeat;
}

div#menu li:hover{
	background:url(../images/bg-menu-selected.gif) right no-repeat;
}

div#menu .menu-first-selected{
	background:url(../images/bg-menu-first-selected.gif) right no-repeat;
}