@charset "UTF-8";

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 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
{
	margin: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	padding: 0;
	
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 160px;
	float: left;
}
/* 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
{
	margin: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	position: absolute;
	left: -1000em;
	width: 160px;
	padding: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
	
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 160px;

}
ul.MenuBarHorizontal ul li li {







}

/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin-top: 0%;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 100%;
	
}

/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
}
ul.MenuBarHorizontal    /* Menu items are a light gray block with padding and no text decoration */
a     
{
	display: block;
	cursor: pointer;
	color: #36336C;
	text-decoration: none;
	background-image: url(../images/folder_45x160.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
	padding-left: 15px;
	padding-top: 20px;
	padding-bottom: 15px;
	
}
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.Me {
	color: #051757;
}



ul.MenuBarHorizontal  a:hover, ul.MenuBarHorizontal a:active {
	background-image: url(../images/folder_45x160_rollover.gif);
	background-repeat: no-repeat;
	background-position: left bottom;

}




/*******************************************************************************

 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;
	 border: none; /* all browsers, of course */  
 border: none\9; /* IE8 and below */  
 *border: none; /* IE7 and below */  
 _border: none; /* IE6 */  
}
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
	display: inline;
	f\loat: left;
	}
ul.MenuBarHorizontal           li   a.MenuBarActive            {
	color: #FFFFFF;
	background-image: url(../images/folder_45x160_active.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
ul.MenuBarHorizontal ul a {
	display: block;
	cursor: pointer;
	color: #051757;
	text-decoration: none;
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
	font-size: 80%;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 15px;
	padding-bottom: 15px;
	height: 15px;
	background-color: #B5C7DD;
	background-image: url(../images/Button_160_35x2.jpg);
}

ul.MenuBarHorizontal    ul    a:hover, ul a:focus  {
	display: block;
	cursor: pointer;
	text-decoration: none;
	background-image: url(../images/Button_160_rollover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	color: #051757;
}
ul.MenuBarHorizontal ul ul a {
	display: block;
	cursor: pointer;
	color: #051757;
	text-decoration: none;
	text-align: left;
	background-color: #B5C7DD;
	vertical-align: middle;
}
ul.MenuBarHorizontal  ul a.MenuBarItemSubmenu {
	color: #051757;
}

ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover {
	background-image: url(../images/Button_160_rollover.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #051757;
}
ul.MenuBarHorizontal ul ul a.MenuBarItemSubmenu {
	background-image: url(../images/Button_160_35x2.jpg);
	background-repeat: repeat;
	background-position: left bottom;
	color: #051757;
	width: 305px;
}


ul.MenuBarHorizontal ul ul a:hover {
	display: block;
	cursor: pointer;
	color: #051757;
	text-decoration: none;
	background-image: url(../images/Button_long_35x2_bottom_line.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: left;
}
