/* Begin CSS Drop Down Menu */

#menuh
	{
	position: relative;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight:bold;
	font-style: normal;
	margin: auto;
	}
		
#menuh a
	{
	display:block;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 8px;
	}
	
#menuh ul  /*1st level menu appearence*/
	{
	list-style: none; /* no bullet format*/
	margin: 0;
	float: left;
	}
	
#menuh ul ul /*2nd level menu appearence & location*/
	{
	position: absolute;
	background-color: #EEEEEE;
	width: 175px;
	text-align:left;
	float: left;
	margin: 0;
	padding: 0;
	border-width: 1px;
	border-style: solid;
	border-color: #893300;
	}
	
#menuh ul ul li/*2nd level menu appearence & location*/
	{
	padding-top: 2px;
	padding-bottom: 2px;
	}

#menuh ul ul ul /*3rd level menu appearence & location*/
	{
	position: absolute;
	z-index: 500;
	top: auto;
	margin-top: -18px;
	width: 125px;
	left:174px;
	background-color:#EEEEEE;
	}

#menuh a:link, #menuh a:visited, #menuh a:active	/* 1st menu at rest */
	{
	color: #FFFFFF;
	text-decoration:none;
	}

#menuh ul ul a:link, #menuh ul ul a:visited, #menuh ul ul a:active	/* 2nd & 3rd menu at rest */
	{
	color: #000000;
	text-decoration:none;
	}
	
#menuh a:hover	/* 1st menu on mouse-over  */
	{
	color: #000000;
	text-decoration: underline;
	}	
	
#menuh ul ul a:hover	/* 2nd menu on mouse-over  */
	{
	color: #000000;
	text-decoration: underline;
	}
	
#menuh ul ul ul a:hover	/* 3rd menu on mouse-over  */
	{
	color: #000000;
	text-decoration: underline;
	}
	
#menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	color: #000000;
	text-decoration: underline;
	}
	
#menuh a.parent 	/* attaches side-arrow to all parents */
	{
	background-image: url(images/navarrow_red.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}	
	
#menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(images/navarrow_red.gif);
	background-position: right center;
	background-repeat: no-repeat;
	color: #000000;
	text-decoration: underline;
	}
	
div#menuh ul ul,
div#menuh ul li:hover ul ul,
div#menuh ul ul li:hover ul ul
{display: none;}

div#menuh ul li:hover ul,
div#menuh ul ul li:hover ul,
div#menuh ul ul ul li:hover ul
{display: block;}

/*Bottom Menu Styles---------------------------------------------------------------------*/

body {
behavior: url(csshover.htc);
}

#menub
	{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 10px;
	text-decoration: none;
	font-weight:normal;
	padding-top: 5px;
	padding-left: 30px;
	padding-bottom: 8px;
	padding-right: 0px;
	text-transform: capitalize;
	}
		
#menub a
	{
	display:block;	/*Menu header text spacing*/
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	}
	
#menub a:link, #menub a:visited, #menub a:active	/* 1st menu at rest */
	{
	color: #000000;
	text-decoration:none;
	}

#menub a:hover	/* 1st menu on mouse-over  */
	{
	color: #893300;
	text-decoration: underline;
	}	
	
#menub ul 	{
	margin: 0 auto; 
	}
	
#menub li
	{ 
	float:left;
	list-style-type: none; 
	} 



/* End of CSS Drop Down Menu */
