/* Begin CSS Drop Down Menu */
#menuh-container{
position: absolute;		
top: 1em;
left: 1em;
}

#menuh {
width: 100%;
background: #000;
float: left;
}

#menuh ul {
list-style: none;
margin: 0;
padding: 0;
width: 22em;
float: left;
}

#menuh a, #menuh h2 {
font: bolder 12px verdana, arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menuh h2 {
color: #fff;
background: #000;
}

#menuh a {
color: #fff;
background: #000;
text-decoration: none;
}

#menuh a:hover {
color: #000;
background: #FFFFFF;
}

#menuh li {
position: relative;
color: #000;
background: #efefef;
min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
text-align: left;
}

#menuh ul ul {
position: absolute;
z-index: 300;
}

#menuh ul ul ul {
top: 0;
left: 100%;
width: 10em;
letter-spacing: 10px;
}

#menuh a.choice:hover {
color: #990000;
background: #E0DFE3;
}

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
{display: block;}


/* End CSS Drop Down Menu */
