#menuh-container
{
    margin:auto;
}

#menuh
{
    float:left;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    width:755px;
    margin:auto;
    background:#ffffff url('../templates/new-template/tray-normal.gif');
}

#menuh a
{
    text-align: center;
    display:block;
    margin:0;
}

#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
{
    text-decoration:none;
}

#menuh a:hover	/* menu on mouse-over  */
{
    color: white;
    text-decoration:none;
}	

#menuh a.top_parent{
    background: url('../templates/new-template/tray-normal.gif');
    padding-top:15px;
    height:30px;
    border-right:1px solid #fff;
}

#menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
{
    background: url('../templates/new-template/tray-hover.gif');
    height:30px;
}

#menuh a.parent{
    background: url('../templates/new-template/tray-normal.gif');
    padding-top:15px;
    height:30px;
    border-right:1px solid #fff;
}
#menuh a.parent:hover 	/* attaches side-arrow to all parents */
{
    background: url('../templates/new-template/tray-hover.gif');
    height:30px;
}

#menuh a.child{
    background: #ccc;
    padding:12px 6px;
    border-top:1px dotted white;
    border-left:1px solid white;
    border-right:1px solid white;

}
#menuh a.child:hover 	/* attaches side-arrow to all parents */
{
    background: #aaa;
    border-left:1px solid white;
    border-right:1px solid white;
}

#menuh ul
{
    list-style:none;
    height:45px;
    margin:0;
    padding:0;
    float:left;
    width:115px;
    /* width of all menu boxes */
    /* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
}

#menuh li
{
    position:relative;
    min-height: 1px;
    vertical-align: bottom;
}

#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 ul li:hover
{
    cursor:pointer;
    z-index:100;
}

div#menuh li li,
div#menuh li li li,
div#menuh li li li li{background-color:#006699;overflow:hidden;}

div#menuh li li:hover,
div#menuh li li li:hover,
div#menuh li li li li:hover{background-color:#0099cc;overflow:hidden;}

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 */

