/* Begin CSS Drop Down Menu */
	
  A:link img,
  A:visited img {border-color: silver;}
  A:hover img {border-color: white;}
  
  A:link, A:visited, A:active {text-decoration: none; color: white;  }
  A:hover {color: white; text-decoration: underline;}
 
	
td.padded-left {
  background-color:#690700;
  background-image: url(graphics/bg_left.gif);
  background-repeat: repeat-y;
  background-position: top left;
  font-family: arial, sans-serif;
  font-size: 12px;
  color: silver;
  
  padding-top:10px;
  padding-left:20px;
  padding-bottom:10px;
  padding-right:10px;
 }
 
td.padded-right {
  background-color:#690700;
  background-image: url(graphics/bg_right.gif);
  background-repeat: repeat-y;
  background-position: top right;
  font-family: arial, sans-serif;
  font-size: 12px;
  color: silver;

  padding-top:10px;
  padding-left:10px;
  padding-bottom:20px;
  padding-right:20px;
 }
 
 td.padded-both {
   background-color:#690700;
   background-image: url(graphics/bg_both.gif);
   background-repeat: repeat;
   background-position: top left;
   font-family: arial, sans-serif;
   font-size: 12px;
   color: silver;
 
   padding-top:10px;
   padding-left:20px;
   padding-bottom:20px;
   padding-right:20px;
 }
 
table{
  margin-left:  auto;
  margin-right:  auto;
  margin-top: 0;
  margin-bottom: 0;
}

#menuh-container
	{
	  margin-left: auto;
	  margin-right: auto;
	  margin-top: 0;
	  margin-bottom:0;
	}

#menuh
{
 	  font-size: 11px;
  	  font-family: arial, helvetica, sans-serif;
	  margin-left: 10px;
	  margin-top: 0;
	  margin-bottom:0;
	}
		
#menuh a
	{
	display:block;
	border: 0px solid #555;
	text-align: center;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	background-color: gray;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: silver;
	text-decoration:none;
	}	

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:116px; 	/* width of all menu boxes (10.55em) */

	}

#menuh li
	{
	position:relative;
        min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
        vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#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%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

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;}

<!--[if lt IE 7]>
<style type="text/css" media="screen">
#menuh{float:none;}
body{behavior:url(../csshover.htc); font-size:100%;}
#menuh ul li{float:left; width: 100%;}
#menuh a{height:100%;font: arial, sans-serif;}
</style>
<![endif]-->

/* End CSS Drop Down Menu */
