/* Simple jquery menu */
#jsddm {	
	margin: 0;	
	border-radius: 2em;
	-webkit-border-radius: 2em;
  	-moz-border-radius: 2em;	
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
  	/* for non-css3 browsers */             
	background: #fdfdfd; 
	/* for IE */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#dcdbd9');
  	/* for webkit browsers */ 
	background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#dcdbd9));
  	/* for firefox 3.6+ */ 
	background: -moz-linear-gradient(top,  #fdfdfd,  #dcdbd9); 
	border: solid 1px #dcdbd9;  
	height: 50px;
	width: 970px;
	padding: 5px 0 0 10px;
}
#jsddm li {	
	float: left;
	list-style: none;
	font: 12px Tahoma, Arial
}
#jsddm li:hover, #jsddm li.active, #jsddm li.active a:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#ff8c40), to(#ff6600)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ff8c40,  #ff6600); /* for firefox 3.6+ */			
	_background-color: #ff8c40; /* for non-css3 browsers */
	color: #FFF;
}
#jsddm li a {	
	font-weight: bold;
	color: #000;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	width: auto;	
}
#jsddm li a.primernivell {
	padding: 8px 5px;
}
#jsddm li a:hover {	
	/*
	background: #1A4473
	*/	 
  	text-decoration: none;
  	background: #ff8c40; /* for non-css3 browsers */	
	background: -webkit-gradient(linear, left top, left bottom, from(#ff8c40), to(#ff6600)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ff8c40,  #ff6600); /* for firefox 3.6+ */
	_background-color: #ff8c40; /* for non-css3 browsers */
	/*
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8c40', endColorstr='#ff6600'); /* for IE */
	*/

	color: #FFF;
	 border: solid 1px #ff8c40; 
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}
#jsddm li a:active {	
	color: #FFF;
  	text-decoration: none; 
  	_background-color: #ff8c40 !important; /* for non-css3 browsers */
}
#jsddm li ul {	
	margin: 0;
	padding: 0;
	position: absolute;
	top: 78px;
	/*
	_top: -100px;
	*/
	visibility: hidden;
	border-top: 1px solid white;
	border: 1px solid #CFCFCF;	
	background: #dcdbd9;
}
#jsddm li ul li {	
	float: none;
	display: inline;	
	border-bottom: 1px solid #CFCFCF;
	_border-bottom: 0px solid #CFCFCF;
}
#jsddm li ul li a {	
	width: auto;	
	/*	
	background: #BCBBB9;
	*/	
	background: url("../images/icoArrowLast.gif") no-repeat scroll left center transparent;
	border-bottom: 1px solid #CFCFCF;	
}
#jsddm li ul li a:hover {	
	
	/*
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8c40', endColorstr='#ff6600'); /* for IE */
	*/
	background: url("../images/icoArrowLast.gif") no-repeat scroll left center -webkit-gradient(linear, left top, left bottom, from(#ff8c40), to(#ff6600)); /* for webkit browsers */
	background: url("../images/icoArrowLast.gif") no-repeat scroll left center -moz-linear-gradient(top,  #ff8c40,  #ff6600); /* for firefox 3.6+ */
	_background: url("../images/icoArrowLast.gif") no-repeat scroll left center #ff8c40 !important; /* for non-css3 browsers */	

	color: #FFF;
 
	 border-top: solid 1px #ff8c40; 
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8); 
}
/*  
	LEVEL ONE
*/
ul.dropdown { 
  display: inline-block;
	visibility: visible;
	width: 870px;  
  margin: 0;
	padding: 4px 4px 0;
	line-height: 100%;
  border-radius: 2em;
	-webkit-border-radius: 2em;
  -moz-border-radius: 2em;	
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
  /* for non-css3 browsers */             
	background: #fdfdfd; 
	/* for IE */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#dcdbd9');
  /* for webkit browsers */ 
	background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#dcdbd9));
  /* for firefox 3.6+ */ 
	background: -moz-linear-gradient(top,  #fdfdfd,  #dcdbd9); 
	border: solid 1px #dcdbd9;  
	/*
	position: relative;
	z-index: 2;
	*/
}
ul.dropdown li { 
  margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}

/* main level link */
ul.dropdown a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

ul.dropdown a:hover	{ 
  color: #FFF; 
  text-decoration: none;
}
ul.dropdown a:active { 
  color: #FFF;
  text-decoration: none; 
}
ul.dropdown li a { 
  font-weight: bold;
	color: #000;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3); 
}

ul.dropdown li:hover > a {
  background: #ff6600; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8c40', endColorstr='#ff6600'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ff8c40), to(#ff6600)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ff8c40,  #ff6600); /* for firefox 3.6+ */

	color: #fff;
	 border-top: solid 1px #ff8c40; 
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}
/* 
	LEVEL TWO
*/
ul.dropdown ul { 
  background: #ddd; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #cfcfcf); /* for firefox 3.6+ */

	visibility: hidden; 
	margin: 0;
	padding: 0;
	width: 320px;
	position: absolute;
	top: 50px;
	left: 0;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3); 
}
ul.dropdown ul li { 
  float: none;
	margin: 0;
	padding: 0;
	background: url('../images/icoArrowLast.gif') no-repeat 5px;
  	
	border-bottom: 1px dotted #FFF;
	color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none; 
}							  
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a	{ 
  font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);	
} 
ul.dropdown ul li a:hover { 
	/* background: #0399d4 !important; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8c40', endColorstr='#ff6600'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ff8c40), to(#ff6600)) !important; /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ff8c40,  #ff6600) !important; /* for firefox 3.6+ */

	color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
/* rounded corners for first and last child */
ul.dropdown ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
ul.dropdown ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}
/* 
	LEVEL THREE
*/
ul.dropdown ul ul { 
  left: 100%; 
  top: 0; 
}
ul.dropdown li:hover > ul { 
  visibility: visible; 
}
/* clearfix */
ul.dropdown:after {
	content: ".";
	display: block;
	clear: both;
	visibility: visible;
	line-height: 0;
	height: 0;
}
ul.dropdown {
	display: inline-block;
	visibility: visible;
}
html[xmlns] ul.dropdown {
	display: block;
	visibility: visible;
}
* html ul.dropdown {
	height: 1%;
}