@charset "UTF-8";
/*******************************************************************************
 LAYOUT INFORMATION: describes box model, positioning, z-order
 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal{display: inline;ul.MenuBarHorizontal ul{margin: 0;padding: 0;list-style-type: none;font-size: 1em;font-weight: bold;font-variant: small-caps;color: #F60;z-index: 1020;cursor: default;width: 130px;position: absolute;left: -1000em;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}}

ul.MenuBarHorizontal ul{margin: 0;padding: 0;list-style-type: none;font-size: 1em;font-weight: bold;font-variant: small-caps;color: #F60;z-index: 1020;cursor: default;width: 130px;position: absolute;left: -1000em;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;ul.MenuBarHorizontal ul{margin: 0;padding: 0;list-style-type: none;font-size: 1em;font-weight: bold;font-variant: small-caps;color: #F60;z-index: 1020;cursor: default;width: 130px;position: absolute;left: -1000em;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}}

ul.MenuBarHorizontal li{margin: 0;padding: 0;list-style-type: none;position: relative;text-align: left;cursor: pointer;width: 130px;float: left;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */

ul.MenuBarHorizontal ul{}
ul.MenuBarHorizontal a{display: block;cursor: pointer; margin:0; padding: 5px 10px;font-size: 1em;color: #333;text-decoration: none;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-weight:400;}
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus{color: #F60}

ul.MenuBarHorizontal ul li{width: 200px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:10px;background-color: #eee; margin: 0;}
ul.MenuBarHorizontal ul li a{cursor: pointer;color:#036; padding:0 10px; text-decoration: none; font-size:12px;}
ul.MenuBarHorizontal ul li a:hover, ul.MenuBarHorizontal ul li a:focus{color: #F60;}

ul.MenuBarHorizontal ul.MenuBarSubmenuVisible{left: auto;}
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible{left: auto;top: 0;}

ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible{color: #F60;}

/*******************************************************************************
 SUBMENU INDICATION: styles if there is a submenu under a given menu item
 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu{background: url(SpryMenuBarDown.gif) no-repeat 95% 50%;}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu{background-image: url(../09new/chapterweb/SpryAssets/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(../09new/chapterweb/SpryAssets/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(../09new/chapterweb/SpryAssets/SpryAssets/SpryMenuBarRightHover.gif);Background-repeat: no-repeat;background-position: 95% 50%;}

/*******************************************************************************
 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, projection{
	ul.MenuBarHorizontal li.MenuBarItemIE{display: inline;f\loat: left;background: red;}
}*/
