

#menuh
    {
    font-size:13px;
    float:left;
    margin:0px;
    margin-top: 0px;
    }
        
#menu h1{
    color:#000000;
    font-weight: 400;
    padding:20px 0px 0px 10px;
    margin:0px;
}
#menuh a
    {
    text-align: left;
    display:block;
    white-space:nowrap;
    margin:0;
    padding: 2px 5px 2px 10px;
    color:#000000;
    }
    
#menuh a:link  /* menu at rest */
    {
    text-decoration:none;
    }
    
#menuh a:hover, #menuh .active                        /* menu on mouse-over  */
    {
    text-decoration:none;
    }    
    
#menuh a.top_parent  /* attaches down-arrow to all top-parents */
    {
    height:40px;
    border:0px;
    line-height: 40px;
    border:0px;
    }
#menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
    {
    border:0px;
    line-height: 40px; 
    }
    
#menuh a.parent   /* attaches side-arrow to all parents */
    {
    }
#menuh a.parent:hover     /* attaches side-arrow to all parents */
    {

    }

#menuh ul
    {
    list-style:none;
    margin:0;
    padding:0px;
    float:left;
    }

#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;  
        color:#C0C0C0;

    }

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 */

.line
{
width:250px;    
min-height:29px;
_height: expression(document.body.clientHeight < 25? "25px" : "auto" );
color:#000000;
font-weight: 800;
line-height: 26px;
background: url('../images/menu_off.gif') top left repeat-y;
}
line:hover
{
color:#FFFFFF;
background: url('../images/menu_on.gif') top left repeat-y;
}
