/*Menu Bar styling classes*/
ul.MenuBarHorizontal{
	list-style-type: none;
	font-size: 11px;
	cursor: default;
	width: 850px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #666666;
	padding-left: 2px;
	margin: 0px;
}
ul.MenuBarActive{
	z-index: 1000;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-left: 0px;
}
ul.MenuBarHorizontal li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 141px;
	float: left;
	background-color: #666666;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
ul.MenuBarHorizontal ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 141px;
	position: absolute;
	left: -1000em;
	background-color: #666666;
	border-top-color: #000000;
	border-right-color: #333333;
	border-left-color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	height: 8px;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
}
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible{
	left: auto;
}
ul.MenuBarHorizontal ul li{
	width: 141px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #000000;
	border-left-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	background-color: #666666;
}
ul.MenuBarHorizontal ul ul{
	position: absolute;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 100%;
	margin-top: 3px;
}
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible{
	left: auto;
	top: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
ul.MenuBarHorizontal ul{
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
}
ul.MenuBarHorizontal a{
	display: block;
	cursor: pointer;
	background-color: #666666;
	padding: 0.5em 0.75em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus{
	background-color: #666666;
	color: #000000;
	border-top-color: #666666;
}
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible{
	background-color: #666666;
	color: #000000;
	border-top-color: #666666;
}
ul.MenuBarHorizontal a.MenuBarItemSubmenu{
	background-image: none;
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu{
	background-image: none;
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover{
	background-image: none;
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-color: #666666;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
}
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover{
	background-image: none;
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
ul.MenuBarHorizontal iframe{
	position: absolute;
	z-index: 1010;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
}
@media screen, projection{
	ul.MenuBarHorizontal li.MenuBarItemIE{
	display: inline;
	f\loat: left;
	}
}
The SpryMenuBar.css file contains 

