
/*
ul#Primary li.Active a {
	background: #000000;
}
ul#Primary li.Active li a {
	background: none;
}*/

ul#Primary {
	list-style: none;
	padding: 0px;
	margin:0px;
	height:16px;
	z-index: 200000;
}
ul#Primary a {
	display: block;
	padding: 0px 14px 12px 3px;
	background-color:#000000;
	}
ul#Primary li {
	/* first level list items are always visible */
	display: block;
	float: left;
	position: relative;
	margin:0px;
	padding:0px;
	text-align:left;
	vertical-align: top;
	z-index: 200000;
}
ul#Primary li a {
	color: #FFFFFF;
	text-decoration: none;
	border-left:1px solid #FFFFFF;
	text-decoration: none;
}
ul#Primary li a:hover {
	/*background: #ff6600 !important;*/
	color: #ff6600;
}

ul#Primary li ul {
	/* second level unordered lists appear off-page until mouseover */
	position: absolute;
	width: 80px;
	height: auto;
	top: auto;
	left: -2000em;
	margin: 3px 0px 0px 0px;
	margin-top:expression("4px");
	padding: 0px;
	background: #000000;
	font-weight: normal;
	list-style: none;
z-index: 200000;
}
ul#Primary li ul li {
	width: 80px;
	background: #000000;

}


ul#Primary li ul li a {
	background:none;
	width: 80px;
	font-weight: normal;
	letter-spacing: normal;
	padding: 4px;
	margin: 0;
	background: none;
	background: #000000;
z-index: 20000;
}
ul#Primary li ul li a:hover {
	/* on mouseover, highlight second level list items */
	background: #ff6600;
	color:#FFFFFF;
}
ul#Primary li.iehover ul { 
	/* on mouseover, move the list to it's normal position */
	background: #ff6600 !important;
	top: 20px;
	left: 0;
}
ul#Primary IFRAME {
	/* support for <select> fix in menu.js */
	position: absolute;
	left: 0;
	top: 20px;
	z-index: -10;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

