@charset "UTF-8";

/* SpryBrochureMenuBar.css - Revision: Spry Preview Release 1.4 */
/* Donley's Website - Menubar Nav */
/* 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.BrochureMenuBar
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	height:25px;
	white-space:nowrap;
	
}
/* 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: 1001;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.BrochureMenuBar li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;

	float: left;
	height:25px;
	white-space:nowrap;
	width:auto;
}

/* 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.BrochureMenuBar ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1021;
	cursor: default;
	width:180px;
	white-space:nowrap;
	position: absolute;
	left: -1000em;
}
/* 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.BrochureMenuBar ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.BrochureMenuBar ul li
{
	/*width: 8.2em;*/
	width:180px;
	
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.BrochureMenuBar ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}

/* Submenus of the selected tab, align with the tab edge: */
ul.BrochureMenuBar li.MenuTab ul {

	position: absolute;
	margin-left: -13px;


}


/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.BrochureMenuBar ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.BrochureMenuBar ul
{
	border: 1px solid #666;
	background-color:#999999;
	padding-bottom:1px;

}


/* Menu items are a light gray block with padding and no text decoration */
ul.BrochureMenuBar a
{
	display: block;
	cursor: pointer;
	
	/*padding: 0.5em 0.75em;*/
	
	/*
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	*/
	
	/*height:20px;*/
	/*padding:5px 5px 0px 5px;*/
	padding:5px 5px 5px 5px;
	color: #FFFFFF;
	text-decoration: none;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}


/* Menu items that have mouse over or focus have a blue background and white text */
ul.BrochureMenuBar a:hover, ul.BrochureMenuBar a:focus
{
	background-image:url(../images/tab_hilite.gif);
	background-repeat:repeat-x;
	background-position:top left;
	color: #FFF;
	
}

/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.BrochureMenuBar a.MenuBarItemHover, ul.BrochureMenuBar a.MenuBarItemSubmenuHover, ul.BrochureMenuBar a.MenuBarSubmenuVisible
{
	background-image:url(../images/tab_hilite.gif);
	background-repeat:repeat-x;
	background-position:top left;
	color: #FFF;
}

ul.BrochureMenuBar li.menupadding {
	width:13px;
	height:25px;
	white-space:nowrap;
}

ul.BrochureMenuBar li.menutableft {
	background-image: url(../images/tab_left_a.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width:13px;
	height:25px;
}


ul.BrochureMenuBar li.menutabright {
	background-image: url(../images/tab_right_a.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width:13px;
	height:25px;
}



/* Selected Tab */
ul.BrochureMenuBar li.MenuTab {
	background-color:#566F86;
	background-image:url(../images/tab_mid_a.gif);
	background-repeat: repeat-x;
	background-position: top left;
	height:25px;

}

/* Selected Tab, Rollover */
ul.BrochureMenuBar li.MenuTab a:hover, ul.BrochureMenuBar li.MenuTab a:focus
{
	background-image:url(../images/tab_mid_a.gif);
	background-repeat:repeat-x;
	background-position:top left;
	
}

/* Selected Tab when Submenu is open */
ul.BrochureMenuBar li.MenuTab a.MenuBarItemHover, ul.BrochureMenuBar li.MenuTab a.MenuBarItemSubmenuHover, ul.BrochureMenuBar li.MenuTab a.MenuBarSubmenuVisible
{
	background-image:url(../images/tab_mid-a.gif);
	background-repeat:repeat-x;
	background-position:top left;

}


.menubackground {
	background-image:url(../images/tab_bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#00FF00;
	height:25px;

}

/* ---------------- */

.abovemenu {
	background-color:#FF0000;
}

.belowmenu {
	background-color:#CC3399;
}

/* Sub-Menus */
ul.BrochureMenuBar ul li {
	/*border: 1px solid #666;*/
	height:20px;
}


/* Menu items */
ul.BrochureMenuBar ul li a
{
	display: block;
	cursor: pointer;
	
	/*padding: 0.5em 0.75em;*/
	
	height:20px;
	padding-top:2px;
	padding-bottom:0px;
	padding-left:5px;
	padding-right:5px;
	
	color: #FFFFFF;
	text-decoration: none;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
}

/* Menu items that have mouse over or focus have a blue background and white text */
ul.BrochureMenuBar ul li a:hover, ul.BrochureMenuBar ul li a:focus
{
	
	background-color:#5C7E9C;
	
	background-image:url(../images/menu_hilite.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	
	color: #FFF;
	
}


/* Menu items that have mouse over or focus have a blue background and white text */
ul.BrochureMenuBar li.MenuTab ul li a:hover, ul.BrochureMenuBar li.MenuTab ul li a:focus
{
	
	background-color:#5C7E9C;
	
	background-image:url(../images/menu_hilite.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	
	color: #FFF;
	
}




/*******************************************************************************

 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.BrochureMenuBar a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 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.BrochureMenuBar ul a.MenuBarItemSubmenu
{
	background-image: url(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.BrochureMenuBar a.MenuBarItemSubmenuHover
{
	background-image: url(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.BrochureMenuBar ul a.MenuBarItemSubmenuHover
{
	background-image: url(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.BrochureMenuBar iframe
{
	position: absolute;
	z-index: 1011;
}
/* 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.BrochureMenuBar li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		/*background: #33CC00;*/
	}
}
