/* SWIM2.0 :: Simple website menu
****************************************************************
* DOM scripting by brothercake -- http://www.brothercake.com/
* Licensed under GPL -- http://www.gnu.org/copyleft/gpl.html
****************************************************************
* For professional menu solutions visit -- http://www.udm4.com/ 
****************************************************************
*/



ul.horizontal, ul.horizontal li {
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:100%;
	}

ul.horizontal {
	position:relative;
	left:0;
	width:100%;
	cursor:default;
	z-index:2000;
	top:0;
	}

ul.horizontal li {
	width:auto;
	float:left;
	position:relative;
	cursor:pointer;
	cursor:hand;
	text-align:left;
	left:0;
	margin:0 0 0 -1px;
	}
	
* html ul.horizontal li {
	margin:0;
	}

ul[class^="horizontal"] li {
	margin:0;
	left:0;
	}

ul.horizontal ul {
	z-index:2020;
	padding:0;
	cursor:default;
	position:absolute;
	top:auto;
	/* Bredde af niveau 2 */
	/*width:8.2em; */
	width: 10.5em;
	margin:0 0 0 0;
	left:-10000px;
	}
	
ul.horizontal ul li {
	/* bredde af niveau 3 */
	/* width:8.2em; */
	width: 10.5em;
	left:auto;
	margin:-1px 0 0 0;
	}

ul.horizontal ul.wider, ul.horizontal ul.wider li {
	width:12.2em;
	}

ul.horizontal ul ul {
/* position af 3. niveau */
	margin:1 0 0 10.5em;
	}

@media Screen, Projection { 
	ul.horizontal li:hover > ul { left:auto; }
	ul.horizontal ul li:hover > ul { top:0; }
	}

ul.horizontal a, ul.horizontal a:visited {
	display:block;
	cursor:pointer;
	cursor:hand;

	padding-top:3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	font:normal normal bold 10px verdana;
	color:#000000;
	text-decoration:none;
	letter-spacing:1px;
	white-space: nowrap;
	}
	
ul.horizontal a:hover, ul.horizontal a:focus, ul.horizontal a.rollover, ul.horizontal a.rollover:visited {

	color:#555555;
	text-decoration: none;
	display: block;
	}



ul.horizontal a { float:left; }
@media Screen, Projection { ul.horizontal a { float:none; } }
ul.horizontal a:not(:nth-child(n)) { float:left; }
ul.horizontal ul a { float:none !important; }
@media screen, projection {
	* html ul.horizontal li {
		display:inline; 
		f\loat:left; 
 		
		}
	}
* html ul.horizontal li { position:static; }
* html ul.horizontal a { position:relative; }
ul[class^="horizontal"] ul { display:none; }
ul[class^="horizontal"] ul { display:block; }


#BG
{
background: #CFCFCF;
}


#BG2
{
background: #CFCFCF;
}