@charset "UTF-8";

/* SpryMenuBarHorizontal.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.MenuBarHorizontal
{
	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: 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;

	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.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width:180px;
	white-space:nowrap;
	position: absolute;
	left: -1000em;
}


/* Bigger for Brochure Menu */
ul.MenuBarHorizontal li.BrochureTab ul {

	width:300px;

}

/* 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: 8.2em;*/
	width:180px;
	
}

/* Bigger for Brochure Menu */
ul.MenuBarHorizontal li.BrochureTab ul li {
	width:300px;
}


/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	/*margin: -5% 0 0 95%;*/
	margin: 0px 0 0 0px;
	
}

/* Submenus of the selected tab, align with the tab edge: */
ul.MenuBarHorizontal li.MenuTab ul {

	position: absolute;
	margin-left: -13px;


}

ul.MenuBarHorizontal li.MenuTab ul ul {
	position:absolute;
	margin-left:180px;
	margin-top:0px;
}

ul.MenuBarHorizontal li ul ul {
	position:absolute;
	margin-left:180px;
	margin-top:0px;
}

/* 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;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal 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.MenuBarHorizontal 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.MenuBarHorizontal a:hover, ul.MenuBarHorizontal 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.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-image:url(../images/tab_hilite.gif);
	background-repeat:repeat-x;
	background-position:top left;
	color: #FFF;
}



/* SUB-Menu items that are open with deeper submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal li ul a.MenuBarItemHover, ul.MenuBarHorizontal li ul a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal li ul a.MenuBarSubmenuVisible
{

	
	background-image:url(../images/menu_hilite.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	
	color: #FFF;
	
}



ul.MenuBarHorizontal li.menupadding {
	width:13px;
	height:25px;
	white-space:nowrap;
}

ul.MenuBarHorizontal li.menutableft {
	background-image: url(../images/tab_left_a.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width:13px;
	height:25px;
}


ul.MenuBarHorizontal 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.MenuBarHorizontal 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.MenuBarHorizontal li.MenuTab a:hover, ul.MenuBarHorizontal 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.MenuBarHorizontal li.MenuTab a.MenuBarItemHover, ul.MenuBarHorizontal li.MenuTab a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal li.MenuTab a.MenuBarSubmenuVisible
{
	background-image:url(../images/tab_mid-a.gif);
	background-repeat:repeat-x;
	background-position:top left;

}




/* Brochure Tab */
ul.MenuBarHorizontal li.BrochureTab {
	background-color:none;
	background-image:url(../images/brochure_dropdown_up.gif);
	background-repeat: no-repeat;
	background-position:top left;
	height:25px;
	width:138px;
	color:#2c4a68;
	margin-left:3px;
	margin-top:4px;

}

/* NEW: Brochure Tab, Link Color */
ul.MenuBarHorizontal li.BrochureTab a:link, ul.MenuBarHorizontal li.BrochureTab a:visited {
	color:#2c4a68;

}


/* Brochure Tab, Rollover */
ul.MenuBarHorizontal li.BrochureTab a:hover, ul.MenuBarHorizontal li.BrochureTab a:focus
{
	background-image:url(../images/brochure_dropdown_over.gif);
	background-repeat:no-repeat;
	background-position:top left;
	color:#2c4a68;
	
}

/* Brochure Tab when Submenu is open */
ul.MenuBarHorizontal li.BrochureTab a.MenuBarItemHover, ul.MenuBarHorizontal li.BrochureTab a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal li.BrochureTab a.MenuBarSubmenuVisible
{
	background-image:url(../images/brochure_dropdown_over.gif);
	background-repeat:no-repeat;
	background-position:top left;
	color:#006699;

}


.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.MenuBarHorizontal ul li {
	/*border: 1px solid #666;*/
	height:20px;
}


/* Menu items */
ul.MenuBarHorizontal 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.MenuBarHorizontal ul li a:hover, ul.MenuBarHorizontal 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.MenuBarHorizontal li.MenuTab ul li a:hover, ul.MenuBarHorizontal 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;
	
}


/*NEW*/
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal li.BrochureTab ul li a:link, ul.MenuBarHorizontal li.BrochureTab ul li a:visited
{
	
	background-color:none;
	background-image:none;
	
	color: #FFF;
	
}

/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal li.BrochureTab ul li a:hover, ul.MenuBarHorizontal li.BrochureTab 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.MenuBarHorizontal 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.MenuBarHorizontal 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.MenuBarHorizontal 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.MenuBarHorizontal 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.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* 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: #33CC00;*/
	}
}
