#nav {height:27px;       
	width:900px;
      margin:0px auto; background-color:#51B6FD;}

#nav ul {
  margin: 0;
  padding: 0;
  list-style:none;

}
/* Backslash Hack
   hide from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */

#nav li, #nav li.last {
	float:left;
	height: 27px;
	background:url(../graphics/topmenu/left.gif) no-repeat bottom left;
	margin:0 0 0 1px;
	padding: 0 0 0  8px;
		LIST-STYLE-TYPE: none;
}

#nav li.last {
/*	margin: 0 1px;*/

}

#nav li a {
	float:left;
	display:block;
	line-height: 27px;
	height: 27px;
	background:url(../graphics/topmenu/right.gif) no-repeat 100% 100%;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding-top: 0px;
	padding-right:11px;
	padding-bottom: 0px;
	padding-left: 5px;
}

div#nav li:hover, div#nav li.sfhover {
	background: url(../graphics/topmenu/left_on.gif) no-repeat bottom left;
}
div#nav li:hover a, div#nav li.sfhover a {
  background: url(../graphics/topmenu/right_on.gif) no-repeat bottom right;
  color: #000;
}

div#nav li.selected a {
  background:url(../graphics/topmenu/right_on.gif) no-repeat bottom right;
  color: #000;
}

div#nav li.selected {
  background:url(../graphics/topmenu/left_on.gif) no-repeat bottom left;
}

span.pl_tab_l {
	background-image: url(../graphics/topmenu/left_on.gif);
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
}

span.pl_tab_r {
	background-image: url(../graphics/topmenu/right_on.gif);
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
}
#menycontainer {
	PADDING: 0px 9px 0px 0px;
	height: 28px;
	float: right;
	width: 600px;
	position:absolute;
	top:0;
	left:310px;

}
#menycontainer UL {
	PADDING: 0px; MARGIN: 0px; TEXT-ALIGN: center;	DISPLAY: inline;	float: right;
}
#menycontainer LI {

	DISPLAY: inline;
	FLOAT: left;
	LIST-STYLE-TYPE: none;
	width: 115px;
	margin: 0px;
	padding: 0px;
	background-image: url(../graphics/topmenu/top_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
A.meny {
	DISPLAY: block;  TEXT-DECORATION: none;
	COLOR: #FFF;
}
A.meny:visited {
	DISPLAY: block;  TEXT-DECORATION: none;
	COLOR: #FFF;
}
A.meny:hover{
	color: #FF8C29;
	TEXT-DECORATION: none;
}
A#current .menycontent, A#current .menycontent-start {
	color: #000;
}


.menycontent {
	DISPLAY: block;
	PADDING: 6px 11px 10px 9px;
	font-size: 12px;
	font-weight: bold;
}
.menycontent1 {
	PADDING: 5px 5px 10px 5px;
	DISPLAY: block;
	font: 11px;
	font-weight: bold;

}