#navigation { margin-left:10px;}
/* IE HACK kör enbart denna regel för IE */
* html #navigation { margin: 0 0 0px 2px;}
#navigation ul{ clear: both;}
#navigation li {
	float:left;
	display: block;
	background:url("grafik/navigation-left_both3.gif") no-repeat left top;
	margin:0 0 0 2px;
	padding:0 0 0 2px;
}
#navigation a {
  float:left;
  display:block;
 /* width:.1em;*/
  background:url("grafik/navigation-right_both3.gif") no-repeat right top;
  padding: 2px 10px 1px 6px;
  text-decoration:none;
  color:#ffffff;
}
#navigation > ul a {width:auto;}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation a {float:none;}
/* End IE5-Mac hack */
#navigation a:hover { color:#999999;}
#navigation .current {
  background-position:0 -150px;
  border-width:0;
}
#navigation .current a {background-position:100% -150px;}

/* --- för startsidan när man inte ska kunna välja allt --- */
#navigation em {
	float:left;
	display:block;
	width:.1em;
	background:url("grafik/navigation-right_both3.gif") no-repeat right top;
	padding: 2px 15px 1px 6px;
	text-decoration:none;
	color:#aaaaaa;
	font-style:italic;
}
#navigation > ul em {width:auto;}



/* --- menyn till en user --- */
#main_top ul			{ padding-left: 10px; }
#main_top ul li		{ display: inline; /* padding-left: 5px;*/}
#main_top ul li a		{ text-decoration: none; padding: 0 5px 0 5px; color: #ffffff;} 
#main_top a:hover		{ background: #cccccc; color: #000000;}
#main_top li.current	{ background: #000000; color: #cccccc;}
/* #main_top a:link, #main_top a:visited { }
#main_top a#current{ background: #000000; color: #CCCCCC;}*/




/* ------ ny nav 081124 -----*/
#jsddm
{	margin: 0;
	padding: 0}
	
	#jsddm li
	{	float: left;
		list-style: none;
		font: 12px Tahoma, Arial;}

	#jsddm li a
	{	display: block;
		background: #20548E;
		padding: 5px 12px;
		text-decoration: none;
		border-right: 1px solid white;
		width: 70px;
		color: #EAFFED;
		white-space: nowrap;}

	#jsddm li a:hover
	{	background: #1A4473}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white;}
		
		#jsddm li ul li
		{	float: none;
			display: inline;}
		
		#jsddm li ul li a
		{	width: auto;
			background: #9F1B1B;}
		
		#jsddm li ul li a:hover
		{	background: #7F1616;}
