/* Begin CSS Drop Down Menu */

#menus-holder {
  position: relative;
  z-index: 10;
  background: #C00 url(../images/2008/nav-bg.png) repeat-x left top;
  height: 69px;
  width:778px;
  margin: 0 26px;
  top: -30px;
}

#menuh-container
	{
	left: -26px;
	position: absolute;		
	z-index: 10;
	width: 830px;
	height: 49px;
	background: #C00 url(../images/2008/nav-bg.png) repeat-x left top;
	}
	
#menuh-container .bottom {
  height: 26px;
  position: relative;
  bottom: -43px;
  background: url('../images/2008/nav-bottomleft.png') no-repeat left bottom;
}

#menuh-container .bottom .right {
  display: block;
  background: url('../images/2008/nav-bottomright.png') no-repeat right bottom;
  height: 26px;
}

#menuh {
  position: relative;
  top: 32px;
  z-index: 100;
  padding-left: 40px;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 0.6em 1.1em; /* Padding above and between the elements */
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: #f9f9ee;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #300;
	background: #F00 url(../images/nav_bg-over.gif) repeat-x scroll 0%;
	text-decoration: none;
	}	
			
#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	background: url('../images/2008/nav-divider.png') no-repeat right top;
	}

#menuh ul.last {
  background: none;
}

#menuh li
	{
	position:relative;
  min-height: 1%; 	/* Sophie Dennis contribution for IE7 */
  vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}
	
#menuh ul li {
  text-transform: uppercase;
  font-weight: bolder;
}

#menuh ul ul {
  background: none;
	position:absolute;
	z-index:5000;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
}

#menuh ul ul li a, #menuh ul ul li a:visited {
  text-transform: none;
  font-weight: normal;
  color: #666;
  background: #f9f9ee;
  border: solid 1px #CCC;
  padding: 0.4em;
  border-top: none;
}

#menuh ul ul li a:hover {
  background: #E2E2DD;
  color: #000;
}


#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;}



/* End CSS Drop Down Menu */
