/* Begin CSS Popout Menu */


#menuh-container
	{
	position:  relative;
	margin-top: 0;
	width:950px;
	}

#menuh
	{
	font-size: 80%;
	font-family: helvetica, "Trebuchet MS",arial, sans-serif;
	width:100%;
	float:left;
	margin:0;
	/*color: #333;*/
	color: #805940;
	background: #ffffff;
	/* background: #6E6A5A;*/
	border-bottom : 0px solid #520934;
	}
		
#menuh a
	{
	text-align: left;
	display:block;
	height:16px;
	border: 0px solid #eee;
	white-space:nowrap;
	margin:0;
	padding: 0.3em 0.2em 0.3em 0.4em;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	/*color: #fff;*/
	color: #733633;
	background: #6E6A5A;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #fff;
	background-color: #404040;
	}	
/**************************           Start CCO  added 			*/
#menuh a.menu-0, #menuh a.menu-0:hover  /* attaches down-arrow to all top-parents */
	{
	text-transform: uppercase;
	background-image: url(images/navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
/***************************          End CCO added				*/
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	text-transform: uppercase;
	background-image: url(images/navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
/**/
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(images/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:100px;	/* width of all menu boxes */
	}
/*          start CCO add */
#menuh li.menu-top
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:100px;
	display: inline;
	}

#menuh li:hover ul ul,
#menuh li li:hover ul ul,
#menuh li li li:hover ul ul,
#menuh li li li li:hover ul ul
{display:none;}

#menuh li:hover ul,
#menuh li li:hover ul,
#menuh li li li:hover ul,
#menuh li li li li:hover ul
{display:block;}
/*        end CCO add         */	
#menuh li
	{
	position:relative;
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}
/**/
/*     Start for drop down boxes */
/*
div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}
*/
/*    End for drop down boxes*/
/* End CSS Popout Menu */
/*-------------------------------- New --------------------------------------------*/
.menu-top, .menu-top ul {
 padding:0; margin:0;
 list-style:none; 
	font-family: helvetica, "Trebuchet MS",arial, sans-serif;
 /*font: 10px arial, verdana, sans-serif;
 background: #6E6A5A;/*background:url(transparent.gif);*/
 position:relative; z-index:100;
}
#menuh
	{
	font-size: 80%;
	width:100%;
	float:left;
	margin:0;
	color: #333;
	background: #6E6A5A;
	border-bottom : 0px solid #520934;
	}
.menu-top {
 height:23px;
 width:950px; 
 padding:0; 
 background:#333;
}
.menu-top table {
 border-collapse:collapse;
}
.menu-top li {float:left;}
.menu-top li li {float:none;}
/* a hack for IE5.x and IE6 */
.menu-top li a li {float:left;}

.menu-top li a {display:block; float:left; color:#fff; height:23px; padding:0 20px 0 10px; line-height:22px; text-decoration:none; white-space:nowrap; font-weight:bold; border-left:1px solid #333;}
.menu-top li li a {height:21px; line-height:20px; float:none; background:#805940; width:100px;}

.menu-top li:hover {position:relative; z-index:100;}
.menu-top a:hover {position:relative; z-index:100; background:#805940; color:#fff; border-left:1px solid #805940;}
.menu-top li:hover > a {border-left:1px solid #805940; background:#805940; color:#fff;}

.menu-top :hover  ul {left:0; top:23px; border-left:1px solid #805940; z-index:300;}
.menu-top a:hover ul {left:-1px;}

.menu-top ul {position:absolute; left:-9999px; top:-9999px;}

/* it could have been this simple if all browsers understood */
/* show next level */
.menu-top li:hover li:hover > ul {left:0; margin-left:100%; top:0;}
/* keep further levels hidden */
.menu-top li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
.menu-top li:hover li:hover > a {background:#805940; color:#fff; border-left:1px solid #805940;}

.menu-top li a:hover ul li a:hover {background:#805940;}

/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
.menu-top a:hover a:hover ul,
.menu-top a:hover a:hover a:hover ul,
.menu-top a:hover a:hover a:hover a:hover ul,
.menu-top a:hover a:hover a:hover a:hover a:hover ul
{left:100%; top:0;}

/* keep further levels hidden */
menu-top a:hover ul ul,
menu-top a:hover a:hover ul ul,
menu-top a:hover a:hover a:hover ul ul,
menu-top a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}
