/***************************************************************************************
	Cascading Menu stylesheet

	Author: Dan Curren				
	Date:	2008.09.22				

/**********************************/
/* Div styles styles for the Menu */
/**********************************/
	/* Font for the Cascade Menu's top row. */
#Menu #horiz-menu {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	height: 25px;		/* Height of the Menu's top row */
	/*background: #000000;*/
	margin-top: 14px;
	border: 0px solid red;
	text-align: center;
	z-index: 1000;
	width: 670px;
	letter-spacing: 5px;	
	margin-left: 291px;
	font-weight: bold;
}
#SecondaryMenu #horiz-menu {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	height: 25px;		/* Height of the Menu's top row */
	/*background: #000000;*/
	margin-top: 14px;
	border: 0px solid red;
	text-align: center;
	z-index: 1000;
	width: 670px;
	letter-spacing: 5px;	
	margin-left: 216px;
	font-weight: bold;
}

	/* Margin and Padding for all sub-menus. */
div#horiz-menu ul {
	margin: 0px auto 0px auto;
	text-align: center;
	padding: 0;
	z-index: 1000;
}

	/* Main Menu item settings */
div#horiz-menu li a {
	border: 0px solid blue;
	text-align: center;
	z-index: 1000;
}

div#horiz-menu li {
	margin-left: 0;
	padding: 0;
	padding-right: 0px;
	list-style: none;
	white-space: nowrap;
	float: left;
	width: auto;
	border: 0px solid #000000;
	z-index: 1000;
}

	/* Main Menu item hyperlink settings */

	
div#horiz-menu a:link,
div#horiz-menu a:visited {
	margin: 0;
	display: block;
	padding: 0px;
	height: 25px;		/* Height of the Menu's top row */
	line-height: 25px;	/* Height of the Menu's top row */
	text-decoration: none;
	float: left;
	font-weight: bold;	
	z-index: 1000;
}

	/* Alignment of the hyperlink tags in the menu */
div#horiz-menu a {
	margin: 0;
	padding: 0px;
	text-decoration: none;
	cursor: pointer;
	background: none;
	font-weight: bold;
	float: left;
	z-index: 1000;
}

	/* Hyperlink Text location with a sub-menu item. */
#horiz-menu li li a:link,
#horiz-menu li li a:visited{
	background: none;
	padding: 0;
	font-weight: bold;	
	text-align: left;
	text-indent: 15px;	/* Indent the sub-menu item text */	
	z-index: 1000;
}

#horiz-menu li li li a:link,
#horiz-menu li li li a:visited{
	background: none;
	padding: 0;
	font-weight: bold;	
	text-align: left;
	text-indent: 35px;	/* Indent the sub-menu item text */	
	z-index: 1000;
}

	/* Hyperlink Font within a sub-menu item. */
#horiz-menu li li a:link,
#horiz-menu li li a:visited {
	border: 0;
	font-size: 9pt;
	font-weight: bold;	
	z-index: 1000;
}

	/* Background image for subitems with subitems */
#horiz-menu ul li a.parentsubitem:link,
#horiz-menu li li a.parentsubitem:visited  {
	font-weight: bold;
	z-index: 1000;
}

	/* The formatting for items*/
#horiz-menu li a.active:link,
#horiz-menu li a:link,
#horiz-menu li a:visted,
#horiz-menu li a.active:visited  {
	font-weight: bold;
	z-index: 1000;
}

	/* The width of sub-menu items. */
#horiz-menu li li {
	text-align: left;
	background: none;
	padding: 0;
	width: 180px;
	z-index: 1000;
}

	/* Basic Sub-Menu settings. */
#horiz-menu ul ul a:link,
#horiz-menu ul ul a:visited {
	width: 175px;
	height: 25px;
	line-height: 25px;
	display: block;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	background: none;
	z-index: 1000;
}
#horiz-menu ul li.Spacer {
	padding-top: 4px;
}

	/* Positioning of the top level menu items. */
#horiz-menu ul li {
	position: relative;
	float: left;
	z-index: 1000;
}
	/* Positioning of sub-menues with parent menu items.
		Note: left: -999em is used to move the sub-menu off
		the page until we hover over it. */
#horiz-menu li ul {
	height: auto;
	width: 170px;
 	top: 27px;			/* Height of the menuitems. */
	position: absolute;
	left: -999em;
	font-weight: bold;
	border-width: 0;
	margin: 0;
	z-index: 1000;
}

/*
	Margin for pullouts:
		-25px = the defined height of a menuitem.
		225px = the defined width of a menuitem.
 */
#horiz-menu li ul ul {
	margin: -27px 0 0 182px;
	z-index: 1000;
}

#horiz-menu li ul li {
	margin-left: -2px;
	text-align: center;
	z-index: 1000;
}

/*********************************/
/* Color Formating styles for the Menu */
/*********************************/

#horiz-menu.cascadingmenu li li.FirstSub {
	border-top: 1px solid #CBC498; 
	margin-top: -2px;
	z-index: 1000;
}

.MenuDiv ,
.MenuHoverDiv {
	padding-left: 10px;
	padding-right: 10px;
	z-index: 1000;
	font-weight: bold;
}	

	/* The formatting for items which are the currently active items*/
#horiz-menu.cascadingmenu li a.active:link,
#horiz-menu.cascadingmenu li a.active:visited  {
	font-weight: bold;
	text-decoration: none;
	color: #006633;
	z-index: 1000;
}
#horiz-menu.cascadingmenu li a.active:hover{
	font-weight: bold;
	text-decoration: none;
	color: #006633;
	z-index: 1000;
}

	/* The Text and Background colors of the menuitems in a menu
		when the mouse is not over them. */
#horiz-menu.cascadingmenu a,
#horiz-menu.cascadingmenu li {
	letter-spacing: 1px;
	color: #000000;
	z-index: 1000;
	font-weight: bold;
}

#horiz-menu.cascadingmenu li.Active {
	/*background: #000000 url('../../Images/MenuArrow.jpg') 50% 100% no-repeat;*/
	z-index: 1000;
}

#horiz-menu.cascadingmenu li.cmHover ,
#horiz-menu.cascadingmenu li.cmHover a:hover{
	color: #006633;
	font-weight: bold;
	z-index: 1000;
}

#horiz-menu.cascadingmenu li li.cmHover {
	color: #006633;
	font-weight: bold;
	background: #000000;
	z-index: 1000;
}
#horiz-menu.cascadingmenu li li.cmHover a:hover{
	color: #006633;
	font-weight: bold;
	background: #000000;
	z-index: 1000;
}


#horiz-menu.cascadingmenu li li li.cmHover ,
#horiz-menu.cascadingmenu li li li.cmHover a:hover{
	color: #000000;
	z-index: 1000;
}

#horiz-menu.cascadingmenu li li li a,
#horiz-menu.cascadingmenu li li li{
	color: #754700;
	z-index: 1000;
}

#horiz-menu.cascadingmenu li li li{
	border-bottom: 1px solid #CBC498; 
;
}

#horiz-menu.cascadingmenu li {
	border-left: 0px solid #CBC498; 
	z-index: 1000;
}


	/* The Text and Background colors of the menuitems in a sub-menu
		 when the mouse is not over them. */
#horiz-menu.cascadingmenu li li a{
	color: #006633;
	background: #DAD5B5;
	text-decoration: none;
}

#horiz-menu.cascadingmenu li li {
	color: #006633;
	background: #DAD5B5;
	z-index: 1000;
	text-decoration: none;
}

#horiz-menu.cascadingmenu li li.cmHover,
#horiz-menu.cascadingmenu li li.cmHover a:hover{
	color: #7100AB;
	background: #DAD5B5;
	z-index: 1000;
	text-decoration: none;
}

#horiz-menu.cascadingmenu li li.cmHover,
#horiz-menu.cascadingmenu li li {
	border-bottom: 1px solid #CBC498;
	z-index: 1000;
}


	/* The Text and Background colors of the hyperlinks in a menu
		 when the mouse is over them. */
#horiz-menu.cascadingmenu a:hover {
	text-decoration: none;
	color: #000000;
	z-index: 1000;
}

#horiz-menu.cascadingmenu li li a:hover,
#horiz-menu.cascadingmenu li li:hover,
#horiz-menu.cascadingmenu li li.cmHover {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	z-index: 1000;
}

#horiz-menu.cascadingmenu li li li a:hover,
#horiz-menu.cascadingmenu li li li:hover,
#horiz-menu.cascadingmenu li li li.cmHover {
	text-decoration: none;
	font-weight: bold;
	background: #bc7f00 url('../../Images/WhiteArrow.png') 15px 50% no-repeat;
	color: #000000;
	z-index: 1000;
}

/*********************************/
/* Cascading styles for the Menu */
/*********************************/

#horiz-menu li:hover ul ul, 
#horiz-menu li:hover ul ul ul,
#horiz-menu li:hover ul ul ul ul,  
#horiz-menu li.cmHover ul ul, 
#horiz-menu li.cmHover ul ul ul, 
#horiz-menu li.cmHover ul ul ul ul 
{
	display: none;
	z-index: 1000;
/*	left: -999em;*/
}

#horiz-menu li:hover ul, 
#horiz-menu li li:hover ul, 
#horiz-menu li li li:hover ul, 
#horiz-menu li li li li:hover ul,
#horiz-menu li.cmHover ul, 
#horiz-menu li li.cmHover ul,
#horiz-menu li li li.cmHover ul,
#horiz-menu li li li li.cmHover ul
{
	left: 0;
	display: block;
	z-index: 1000;
}

#horiz-menu li:hover,
#horiz-menu li.cmHover {
	left: 0;
	display: block;
	z-index: 1000;
}

/*Footer CSS*/
#footer #horiz-menu li a {
	color: #ACA685;
}

