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

	Author: Dan Curren				
	Date:	2008.09.22				

/**********************************/
/* Div styles styles for the Menu */
/**********************************/
	/* Font for the Cascade Menu's top row. */
div#horiz-menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;		/* Height of the Menu's top row */
	width: auto;
    background: #000000;
	float: left;
	text-align: left;
	margin-left: -29px;
	z-index: 1000;
	border-right: 2px solid #660000;

}

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

	/* Main Menu item settings */
div#horiz-menu li a {
	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: 20px;		/* Height of the Menu's top row */
	line-height: 20px;	/* Height of the Menu's top row */
	text-decoration: none;
	float: left;
	font-weight: normal;	
	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: normal;
	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;
	text-indent: 13px;	/* 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: normal;
	z-index: 1000;
}

	/* Background image for subitems with subitems */
#horiz-menu ul li a.parentsubitem:link,
#horiz-menu li li a.parentsubitem:visited  {
	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: normal;
	z-index: 1000;
}

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

	/* Basic Sub-Menu settings. */
#horiz-menu ul ul a:link,
#horiz-menu ul ul a:visited {
	width: 170px;
	height: 22px;
	line-height: 22px;
	display: block;
	font-size: 11px;
	text-decoration: none;
	text-transform: none;
	background: none;
	z-index: 1000;
}

	/* 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: 13px;			/* Height of the menuitems. */
	position: absolute;
	z-index: 10;
	left: -999em;
	font-weight: normal;
	border-width: 0;
	margin: 0;
	padding-top: 8px;
	m/argin-left: 30px;
	z-index: 1000;
}

/*
	Margin for pullouts:
		-20px = the defined height of a menuitem.
		220px = the defined width of a menuitem.
 */
#horiz-menu li ul ul {
	margin: -20px 0 0 150px;
}

#horiz-menu li ul li {
	margin: -2px;
}

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

.MenuDiv ,
.MenuHoverDiv {
	padding-left: 10px;
	padding-right: 10px;
}	

	/* 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: normal;
	text-decoration: none;
	color: #ffffff;
	background: url('../../Images/ActiveMenuBackground.jpg') 0 0 repeat-x;
}
#horiz-menu.cascadingmenu li a.active:hover{
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	background: #000000;
}

	/* 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 {
	color: #ffffff;
	background: #000000;
}

#horiz-menu.cascadingmenu li.cmHover ,
#horiz-menu.cascadingmenu li.cmHover a:hover{
	background: url('../../Images/ActiveMenuBackground.jpg') 0 0 repeat-x;
}

#horiz-menu.cascadingmenu li {
	border-left: 2px solid #660000;
}


	/* 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,
#horiz-menu.cascadingmenu li li {
	color: #ffffff;
	background: #000000;
	border-top: 1px solid #660000;
	border-right: 0px solid #660000;
	border-bottom: 1px solid #660000;
	border-left: 0px solid #660000;
}

	/* 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: #ffffff;
	background: #000000;
}

#horiz-menu.cascadingmenu li li a:hover,
#horiz-menu.cascadingmenu li li:hover,
#horiz-menu.cascadingmenu li li.cmHover {
	text-decoration: none;
	color: #ffffff;
}

/*********************************/
/* 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;
/*	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;
	
}

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

