sitioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	/*background-image: url(../../SpryAssets/SpryMenuBarRight.gif);*/
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	/*background-image: url(../../SpryAssets/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;*/
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	/*background-image: url(../../SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;*/
	background-position: 95% 50%;
}

ul.MenuBarHorizontal ul li
{
	/*background-image: url(../../SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;*/
	background-color: #EEE;
	background-position: 95% 50%;
	color:#333;
}

ul.MenuBarHorizontal ul li a
{
	/*background-image: url(../../SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;*/
	background-color: #EEE;
	background-position: 95% 50%;
	color:#333;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, 