/*Stylar menyn*/
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width:100%; }

ul li {
	position: relative;
	border: 0px solid #ccc;
	text-align: right;
	padding-right:12px; /*Mellanrum till höger om alla nivåerna*/}
	
/* keep folowing styles together..........................*/
* html ul ul {
	margin-left:-16px;/* ie5 fix */
	voice-family: "\"}\""; 
	voice-family: inherit;
}	
* html ul li {float:left;/* hide float from ie5*/}
* html ul ul {
	width:100%;	
	voice-family: "\"}\""; 
	voice-family: inherit;	
}
* html ul ul {margin-left:0;/* hide margin from ie5*/}

/* keep above styles together .............*/

li ul {
	position: relative;
	display:none;}
	
li ul li {
	padding-right:12px; /*Mellanrum till höger om alla undernivåerna*/}

/* Styles for Menu Items */
ul li a {
	display:block;
	text-decoration: none;
	color: #EEEEEE;
	background: none; /* IE6 Bug  -- bakgrund till högsta nivån*/
	line-height:2em;
	height:2em;	
	padding:0 5px;
	font-size: medium;
	font-weight: bold;}

li li a {
	background:none; /*Bakgrundsfärg för alla rubriker på undernivå */
	font-size: small;} 

/* set dropdown to default */
li:hover li a, li.over li a {
	color: #EEEEEE; /*background-color: none; */ /*Alla rubriker på undernivå byter bakgrundsfärg vid hover*/}

li a:hover,
li:hover a, li.over a,
li:hover li a:hover, li.over li a:hover {
   color: #666666;
   /*background-color: none;*/ /*Aktivt menyval+alla undermenyer byter bakgrundsfärg*/}

li ul li  {  } /* Sub Menu Styles */
li.on ul { display:block  } /* The magic */
li.off ul{display:none}
