/* 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:absolute;
	left:0;
	width:100%;
	cursor:default;
	z-index:2000;
/* --  below is where you set the spacing of the menu from the top of the page -- */
	top:123px;
	}

ul.horizontal li {
	width:auto;
	float:left;
	position:relative;
	cursor:pointer;
	cursor:hand;
	text-align:left;
/* --  setting the spacing of the menu from the left edge of the page requires changing 5 values 
			Begin changes -- */
	left:238px;
	margin:0 0 0 -1px;
	}
	
* html ul.horizontal li {
	margin:0 -238px 0 237px;
	}

ul[class^="horizontal"] li {
	margin:0 -238px 0 234px;
/* --  End Changes 
			of menu spacing from the left edge of the page settings -- */
	left:0.05em;
	}

ul.horizontal ul {
	z-index:2020;
	padding:0px;
	cursor:default;
	position:absolute;
	top:auto;
	width:12.2em;
	margin:0 0 0 -30px;
	left:-10000px;
	}
#horiz-8 ul {
	margin-left: -150px;
}
	
ul.horizontal ul li {
/*  sets width of drop-down menu items  */
	width:19em;
	left:auto;
	margin:-1px 0 0 0;
	font-size: 14px;
	letter-spacing: 1px;
	font-family: Arial, "Trebuchet MS", "Lucida Grande", sans-serif;
	}

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

ul.horizontal ul ul {
	margin: -5px 0 0 120px;
	border:2px solid #fff;
	}

@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;
	background:#cbc2ff;
	border:1px solid #ffffff;
	padding:3px 13px;
	font:normal normal normal 15px Arial, "Trebuchet MS", "Lucida Grande", sans-serif;
	color: #000000;
	text-decoration:none;
	letter-spacing:1px;
	}
	
ul.horizontal a:hover, ul.horizontal a:focus, ul.horizontal a.rollover, ul.horizontal a.rollover:visited {
	background:#583ef4;
	color: #fffcf6;
	}

/*  TDOR meny items treated specially */
li#horiz-8 li#tdormenuitem a {
	background:#997799;
	color: #ffffff;
	text-shadow: 1px 1px #000000;
}
li#horiz-8 li#tdormenuitem a:hover, li#horiz-8 li#tdormenuitem a:focus {
	background:#000000;
	color: #cccc00;
}
li#horiz-3 li#tdormenuitem a, li#horiz-3 li#tdormenuitem a:visited {
	background:#8d9200;
	color: #ffffff;
	text-shadow: 1px 1px #000000;
	}
li#horiz-3 li#tdormenuitem a:hover, li#horiz-3 li#tdormenuitem a:focus, li#horiz-3 li#tdormenuitem a.rollover, li#horiz-3 li#tdormenuitem a.rollover:visited {
	background:#000000;
	color: #cccc00;
	}

/* general menuy items */
li#horiz-1 a, li#horiz-1 a:visited {
	background:#ae0200;
	color: #fffcf6;
	text-shadow: 1px 1px #000000;
	}
li#horiz-1 a:hover, li#horiz-1 a:focus, li#horiz-1 a.rollover, li#horiz-1 a.rollover:visited {
	background:#ff8690;
	color: #000000;
	text-shadow: none;
	}
li#horiz-2 a, li#horiz-2 a:visited {
	background:#d27c00;
	color: #fffcf6;
	text-shadow: 1px 1px #000000;
	}
li#horiz-2 a:hover, li#horiz-2 a:focus, li#horiz-2 a.rollover, li#horiz-2 a.rollover:visited {
	background:#ffab7a;
	color: #000000;
	text-shadow: none;
	}
li.horiz-3 {
	background-color:#ff8;
	color: #000;
	border:1px solid #ffffff;
	line-height: 28px;
	}
li#horiz-3 a, li#horiz-3 a:visited {
	background:#bdc200;
	color: #fffcf6;
	text-shadow: 1px 1px #000000;
	}
li#horiz-3 a:hover, li#horiz-3 a:focus, li#horiz-3 a.rollover, li#horiz-3 a.rollover:visited {
	background:#fffb6e;
	color: #000000;
	text-shadow: none;
	}
li#horiz-4 a, li#horiz-4 a:visited {
	background:#10d202;
	color: #fffcf6;
	text-shadow: 1px 1px #000000;
	}
li#horiz-4 a:hover, li#horiz-4 a:focus, li#horiz-4 a.rollover, li#horiz-4 a.rollover:visited {
	background:#8dff78;
	color: #000000;
	text-shadow: none;
	}
li#horiz-5 a, li#horiz-5 a:visited {
	background:#00c2c2;
	color: #fffcf6;
	text-shadow: 1px 1px #000000;
	}
li#horiz-5 a:hover, li#horiz-5 a:focus, li#horiz-5 a.rollover, li#horiz-5 a.rollover:visited {
	background:#86f2ff;
	color: #000000;
	text-shadow: none;
	}
li#horiz-6 a, li#horiz-6 a:visited {
	background:#030cd2;
	color: #fffcf6;
	text-shadow: 1px 1px #000000;
	}
li#horiz-6 a:hover, li#horiz-6 a:focus, li#horiz-6 a.rollover, li#horiz-6 a.rollover:visited {
	background:#9ba3ff;
	color: #000000;
	text-shadow: none;
	}
li#horiz-7 a, li#horiz-7 a:visited {
	background:#6d00d2;
	color: #fffcf6;
	text-shadow: 1px 1px #000000;
	}
li#horiz-7 a:hover, li#horiz-7 a:focus, li#horiz-7 a.rollover, li#horiz-7 a.rollover:visited {
	background:#cf9aff;
	color: #000000;
	text-shadow: none;
	}
li#horiz-8 a, li#horiz-8 a:visited {
	background:#d200cb;
	color: #fffcf6;
	text-shadow: 1px 1px #000000;
	}
li#horiz-8 a:hover, li#horiz-8 a:focus, li#horiz-8 a.rollover, li#horiz-8 a.rollover:visited {
	background:#ffa4f5;
	color: #000000;
	text-shadow: none;
	}


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; 
		background:#ffffff; 
		}
	}
* html ul.horizontal li { position:static; }
* html ul.horizontal a { position:relative; }
ul[class^="horizontal"] ul { display:none; }
ul[class^="horizontal"] ul { displa\y:block; }

