UL.MenuBarHorizontal {
	padding-bottom: 0px; 
	list-style-type: none; 
	margin: 0px; 
	padding-left: 0px; 
	width: auto; 
	padding-right: 0px; 
	font-size: 100%; 
	cursor: default; 
	padding-top: 0px;
	z-index: 3000;
}
UL.MenuBarActive {
	z-index: 3000;
}
UL.MenuBarHorizontal LI {
	position: relative; 
	text-align: center; 
	padding-bottom: 0px; 
	list-style-type: none; 
	margin: 0px; 
	padding-left: 0px; 
	width: 18.2em; 
	padding-right: 0px; 
	float: left; 
	font-size: 100%; 
	font-weight:bold; 
	cursor: pointer; 
	padding-top: 0px;
}
UL.MenuBarHorizontal UL {
	z-index: 3000; 
	position: absolute; 
	padding-bottom: 0px; 
	list-style-type: none; 
	margin: 0px; 
	padding-left: 0px; 
	width: 8.2em; 
	padding-right: 0px; 
	font-size: 100%; 
	cursor: default; 
	padding-top: 0px; 
	left: -1000em;
}
UL.MenuBarHorizontal UL.MenuBarSubmenuVisible {
	left: auto;
	z-index: 3;
}
UL.MenuBarHorizontal UL LI {
	width: 18.2em;
	text-align: left;
}
UL.MenuBarHorizontal UL UL {
	position: absolute; 
	margin: -5% 0px 0px 95%;
}
UL.MenuBarHorizontal UL.MenuBarSubmenuVisible UL.MenuBarSubmenuVisible {
	top: 0px;
	left: auto;
	z-index: 3;
}
UL.MenuBarHorizontal UL {
	border-bottom: #ccc 1px solid; 
	border-left: #ccc 1px solid; 
	border-top: #ccc 1px solid; 
	border-right: #ccc 1px solid;
}
UL.MenuBarHorizontal A {
	padding-bottom: 0.5em; 
	background-color: #eee; 
	padding-left: 0.75em; 
	padding-right: 0.75em; 
	display: block; 
	color: #333; 
	cursor: pointer; 
	text-decoration: none; 
	padding-top: 0.5em;
}
UL.MenuBarHorizontal A:hover {
	background-color: #33c; 
	color: #fff;
}
UL.MenuBarHorizontal A:focus {
	background-color: #33c; 
	color: #fff;
}
UL.MenuBarHorizontal A.MenuBarItemHover {
	background-color: #33c; 
	color: #fff;
}
UL.MenuBarHorizontal A.MenuBarItemSubmenuHover {
	background-color: #33c; 
	color: #fff;
}
UL.MenuBarHorizontal A.MenuBarSubmenuVisible {
	background-color: #33c; 
	color: #fff;
}
UL.MenuBarHorizontal A.MenuBarItemSubmenu {
	background-image: url(SpryMenuBarDown.gif); 
	background-repeat: no-repeat; 
	background-position: 95% 50%;
}
UL.MenuBarHorizontal UL A.MenuBarItemSubmenu {
	background-image: url(SpryMenuBarRight.gif); 
	background-repeat: no-repeat; 
	background-position: 95% 50%;
}
UL.MenuBarHorizontal A.MenuBarItemSubmenuHover {
	background-image: url(SpryMenuBarDownHover.gif); 
	background-repeat: no-repeat; 
	background-position: 95% 50%;
}
UL.MenuBarHorizontal UL A.MenuBarItemSubmenuHover {
	background-image: url(SpryMenuBarRightHover.gif); 
	background-repeat: no-repeat; 
	background-position: 95% 50%;
}
UL.MenuBarHorizontal IFRAME {
	z-index: 3000; 
	position: absolute; 
	filter: alpha(opacity:0.1);}

@media Screen, Projection    
{
UL.MenuBarHorizontal LI.MenuBarItemIE {
	display: inline; 
	background: #fff; 
	float: left;
}

}

