@charset "UTF-8";

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */
/* 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 {
	font-family: Arial;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	font-family: Arial;
	cursor: default;
	width: 980px;
	font-weight: normal;
}

/* 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 */
/*for top nav only*/ 
ul.MenuBarHorizontal li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
	width:/*238px*/190px;
}
/*added to widen last link on top nav*/
ul.MenuBarHorizontal li.lastTopBox {
	width:/*241px*/190px;
}

/* 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) */
/*sj width of sub menus controlled here*/
ul.MenuBarHorizontal ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	width:280px;
	position: absolute;
	left: -1000em;
}
/*added to make last submenu narrower*/
ul.MenuBarHorizontal ul.NarrowDropDown {
	width:215px;
}
/*sj  wider 2nd submenu*/ ul.MenuBarHorizontal ul ul {width:370px;}


/* 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 */
/*sj width of sub menus controlled here*/
ul.MenuBarHorizontal ul li {width:280px; }
/*added to make last submenu narrower*/
ul.MenuBarHorizontal ul.NarrowDropDown li { width:215px; }
/*sj  wider 2nd submenu*/ ul.MenuBarHorizontal ul ul li {width:370px;}

/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
/*sj position of 2nd submenu controlled here? */
ul.MenuBarHorizontal ul ul {
	position: absolute;
	margin: 20px 0 0 95%;
}

/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
/*sj position of 2nd submenu*/
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible {
	/*sj left: -50px;*/ left:10px;
	top: 0px;
}

/*******************************************************************************
 DESIGN INFORMATION: describes color scheme, borders, fonts
 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul { 

}

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
}

/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal li ul a:hover, 
ul.MenuBarHorizontal li ul a:focus
{
	color: #ffffff;
	background-repeat: no-repeat;
}

/* Menu items that are open with 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
{
	color: #ffffff;
	background-repeat: no-repeat;
}

/*******************************************************************************

 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%) */
/*sj controls image and position of topmenu dropdown arrows*/
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	padding: 0px 20px 5px 0px;
	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%) */
/*sj controls image and position of submenu dropdown arrows*/
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 0%;
}
/* 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%) */
/*sj controls image and position of topmenu dropdown arrows*/
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	color: #ffffff;
	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%) */
/*sj controls image and position of submenu dropdown arrows*/
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	color: #ffffff;
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 0%;
}

/*******************************************************************************
 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;
	}
}


/* ............................................  */
/* Custom Classes added by Codify Design Studio  */

u/l.MenuBarHorizontal a:visited { color: #666666; }


/* Horizontal Settings */

.clear_both {line-height:1px; clear:both; }


.horizontal_content {
	width: 980px;
	background-repeat: no-repeat;
	background-color: #005FB1;
	margin: 0;
}
.horizontal_bottom {
	width: 980px;
	height: 0px;
	display:none;
}

ul.MenuBarHorizontal .topLevel {
	margin: 0px 0px 0px 0px;
	pa\\dding: 25px 15px 0px 10px;
}
ul.MenuBarHorizontal .topLevel a {
	margin: 0px 0px 0px 0px;
	padding:3px 0 2px 10px;
	border-right: 1px dotted #fff;
}
/* added to get rid of right border on the far right of last link*/
ul.MenuBarHorizontal .topLevel a.lastTopLink {
	border:none;
}
ul.MenuBarHorizontal li.firstItem  {
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px 0px 0px 13px;
}
ul.MenuBarHorizontal li.middleItem { background-position: -40px 0px; margin: 0px; padding: 0px 0px 0px 4px; }
ul.MenuBarHorizontal li.lastItem   { background-position: -40px 0px; margin: 0px; padding: 0px 0px 0px 0px;}

ul.MenuBarHorizontal li ul a.MenuBarItemHover li,
ul.MenuBarHorizontal li ul a.MenuBarItemSubmenuHover li,
ul.MenuBarHorizontal li ul a.MenuBarSubmenuVisible li
{
	background-repeat: no-repeat;
}

ul.MenuBarHorizontal li.firstItem:hover,
ul.MenuBarHorizontal li.middleItem:hover,
ul.MenuBarHorizontal li.lastItem:hover
{
	background-color:#8CB0CC;
}

/* Vertical Settings */

ul.MenuBarSubmenuVisible a.MenuBarItemSubmenu { /*wider submenus width:210px;*/ width:270px; }

ul.MenuBarHorizontal li.firstItem li.firstItem,
ul.MenuBarHorizontal li.middleItem li.firstItem,
ul.MenuBarHorizontal li.lastItem li.firstItem {
	padding: 6px 10px 2px 15px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color:#005FB1;
}

ul.MenuBarHorizontal li.firstItem li.middleItem,
ul.MenuBarHorizontal li.middleItem li.middleItem,
ul.MenuBarHorizontal li.lastItem li.middleItem
{
	padding:3px 10px 0 15px;
	background-repeat: no-repeat;
	background-position: 0px -30px;
	background-color:#005FB1;
}

ul.MenuBarHorizontal li.firstItem li.lastItem,
ul.MenuBarHorizontal li.middleItem li.lastItem,
ul.MenuBarHorizontal li.lastItem li.lastItem
{
	padding: 3px 10px 5px 15px;
	background-repeat: no-repeat;
	background-position: 0px bottom;
	background-color:#005FB1;
}

ul.MenuBarHorizontal li.firstItem:hover  li.firstItem:hover,
ul.MenuBarHorizontal li.firstItem:hover  li.middleItem:hover,
ul.MenuBarHorizontal li.firstItem:hover  li.lastItem:hover,
ul.MenuBarHorizontal li.middleItem:hover li.firstItem:hover,
ul.MenuBarHorizontal li.middleItem:hover li.middleItem:hover,
ul.MenuBarHorizontal li.middleItem:hover li.lastItem:hover,
ul.MenuBarHorizontal li.lastItem:hover   li.firstItem:hover,
ul.MenuBarHorizontal li.lastItem:hover   li.middleItem:hover,
ul.MenuBarHorizontal li.lastItem:hover   li.lastItem:hover
{
	background-color:#8CB0CC;
}
/*sj position of 2nd submenu*/ 
ul.MenuBarHorizontal ul .firstItem ul { position: absolute; margin: 0px 0 0 95%; }
ul.MenuBarHorizontal ul .middleItem ul { position: absolute; margin: 0px 0 0 95%; }
ul.MenuBarHorizontal ul .lastItem ul { position: absolute; margin: 0px 0 0 95%; }
 

