@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: 10px;
	font-family: Arial;
	cursor: default;
	width: 981px;
}

/* 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;
	position: relative;
	text-align: left;
	cursor: pointer;
	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;
	padding: 0;
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	width: 250px;
	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.MenuBarHorizontal ul.MenuBarSubmenuVisible {
	left: auto;
	top: 41px;
}

/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li {
	width: 250px;
	height: 35px;
	background-color: #3e7aa5;
}

/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul {
	position: absolute;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 95%;
}

/* 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: -50px;
	top: 0px;
}

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	text-decoration: none;
	color: #2d2825;
	font-size: 7px;
	height: 40px;
}

/* 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: #2d2825;
	background-repeat: no-repeat;
	font-size: 10px;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 6px;
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
}

/* 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: #2d2825;
	font-size: 10px;
	background-color: #3e7aa5;
	height: 20px;
}

/*******************************************************************************

 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
{
	padding: 0px 0px 5px 0px;
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 10px bottom;
}
/* 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
{
	color: #2d2825;
	background-image: url(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
}
/* 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
{
	color: #2d2825;
	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; 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: 981px;
	height: 40px;
}

ul.MenuBarHorizontal li.firstItem  {
	background-position: 0px 0px;
	margin: 0px;
	background-image: url(../CodifyAssets/m1.gif);
	height: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 83px;
	float: left;
}
ul.MenuBarHorizontal li.secondItem  {
	background-position: 0px 0px;
	margin: 0px;
	background-image: url(../CodifyAssets/m2.gif);
	float: left;
	height: 40px;
	width: 122px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul.MenuBarHorizontal li.thirdItem  {
	background-position: 0px 0px;
	margin: 0px;
	background-image: url(../CodifyAssets/m3.gif);
	float: left;
	height: 40px;
	width: 151px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul.MenuBarHorizontal li.fourthItem  {
	background-position: 0px 0px;
	margin: 0px;
	background-image: url(../CodifyAssets/m4.gif);
	height: 40px;
	width: 140px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul.MenuBarHorizontal li.fifthItem  {
	background-position: 0px 0px;
	margin: 0px;
	background-image: url(../CodifyAssets/m5.gif);
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 40px;
	width: 84px;
}
ul.MenuBarHorizontal li.sixthItem  {
	background-position: 0px 0px;
	margin: 0px;
	background-image: url(../CodifyAssets/m6.gif);
	float: left;
	height: 40px;
	width: 107px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul.MenuBarHorizontal li.seventhItem  {
	background-position: 0px 0px;
	margin: 0px;
	background-image: url(../CodifyAssets/m7.gif);
	float: left;
	height: 40px;
	width: 116px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul.MenuBarHorizontal li.eigthItem  {
	background-position: 0px 0px;
	margin: 0px;
	background-image: url(../CodifyAssets/m8.gif);
	float: left;
	height: 40px;
	width: 90px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul.MenuBarHorizontal li.ninthItem  {
	background-position: 0px 0px;
	margin: 0px;
	background-image: url(../CodifyAssets/m9.gif);
	float: left;
	height: 40px;
	width: 80px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 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 
{
	background-image: url(../CodifyAssets/m1-act.gif);
}

ul.MenuBarHorizontal li.secondItem:hover 
{
	background-image: url(../CodifyAssets/m2-act.gif);
}

ul.MenuBarHorizontal li.thirdItem:hover 
{
	background-image: url(../CodifyAssets/m3-act.gif);
}

ul.MenuBarHorizontal li.fourthItem:hover 
{
	background-image: url(../CodifyAssets/m4-act.gif);
}

ul.MenuBarHorizontal li.fifthItem:hover 
{
	background-image: url(../CodifyAssets/m5-act.gif);
}

ul.MenuBarHorizontal li.sixthItem:hover 
{
	background-image: url(../CodifyAssets/m6-act.gif);
}

ul.MenuBarHorizontal li.seventhItem:hover 
{
	background-image: url(../CodifyAssets/m7-act.gif);
}

ul.MenuBarHorizontal li.eigthItem:hover 
{
	background-image: url(../CodifyAssets/m8-act.gif);
}

ul.MenuBarHorizontal li.ninthItem:hover 
{
	background-image: url(../CodifyAssets/m9-act.gif);
}


/* Vertical Settings */

u/l.MenuBarSubmenuVisible a.MenuBarItemSubmenu {
	width: 200px;
	font-size: 12px;
	font-weight: bolder;
	background-color: #d4c787;
}

.horizontal_content #MenuBar1 .MenuBarSubmenuVisible li a {
	color: #FFF;
	padding-top: 9px;
	padding-left: 12px;
	font-size: 12px;
	font-weight: bolder;
	height: 20px;
}

.horizontal_content #MenuBar1 .MenuBarSubmenuVisible li a:hover {
	color: #d4c787;
	padding-top: 9px;
	padding-left: 12px;
	font-size: 12px;
	font-weight: bolder;
	height: 20px;
}

