@CHARSET "ISO-8859-1";

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

ul.horizontal
{
	position: absolute;
	text-align: center;
	cursor: hand;
	z-index: 2000;
}

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

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

ul.horizontal ul 
{
	z-index:2020;
	padding: 0;
	cursor: hand;
	position: absolute;
	top: auto;
	width: 150px;
	margin: 0 0 0 0;
	left: -10000px;
}
	
ul.horizontal ul li 
{
	width: 150px;
	left: auto;
	margin: -1px 0 0 0;
}

ul.horizontal ul.wider, ul.horizontal ul.wider li 
{
	width: 150px;
}

ul.horizontal ul ul 
{
	margin: 0 0 0 0;
}

@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: hand;
	background: #38ACEC;
	background-image: url('../img/general/menuback.jpg');
	background-repeat: repeat-x;
	border: 1px solid #ffffff;
	padding: 8px 8px;
	font: normal normal bold 12px tahoma, verdana, sans-serif;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 0px;
}
	
ul.horizontal a:hover, ul.horizontal a:focus, ul.horizontal a.rollover, ul.horizontal a.rollover:visited 
{
	background: #ff6600;
	text-decoration: none;
	color: #ffffff;
}



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; }
