#menut-container
{
    position: absolute;
    top: 0px;
    left: 0;
}

#menut
{
    font-size: 12px;
    font-family: Arial;
    width:100%;
    float:left;
    margin:0;
    margin-top: 0;
}

#menut a
{
    text-align: center;
    display:block;
    white-space:nowrap;
    margin:0;
    color:#7b7b7b;
    height:26px;
    line-height:26px;
    padding-left:15px;
    padding-right:15px;
    font-weight:bold;
}

#menut a:link, #menut a:visited, #menut a:active	/* menu at rest */
{
    color:#7b7b7b;
    text-decoration:none;
}

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

#menut a.top_parent, #menut a.top_parent:hover  /* attaches down-arrow to all top-parents */
{
    background-image: url(navdown_white.gif);
    background-position: right center;
    background-repeat: no-repeat;
}

#menut a.parent, #menut a.parent:hover 	/* attaches side-arrow to all parents */
{
    background-image: url(nav_white.gif);
    background-position: right center;
    background-repeat: no-repeat;
}

#menut ul
{
    list-style:none;
    margin:0;
    padding:0;
    float:left;
    /* 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 */
}

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

#menut ul ul
{
    position:absolute;
    z-index:500;
    top:auto;
    display:none;
    margin:0px 0 0 -2px;
    border:0px;
}

#menut ul li ul li{
/*    margin:3px;*/
    text-align:left;
/*    border:1px #aaa solid; */
    border-top:0px;
    background-position:bottom;
    background-repeat:repeat-x;
}


#menut ul li ul li a,
#menut ul li ul li a:link,
#menut ul li ul li a:visited,
#menut ul li ul li a:active
{
    font-size:11px;
    text-align:left;
    height:23px;
    line-height:23px;
    background-image:none;
    background-color:#fff;
    border:1px #aaa solid;
    border-top:0px;
    border-bottom:0px;
}

#menut ul li ul li a:hover{
    /*
    background-color:#258;
    color:#fff;
    background-image:url("/images/custom/dropdown_highlight.png");
    */
    color:#258;
    border:1px #aaa solid;
    border-top:0px;
    border-bottom:0px;
    text-decoration:none;
}


#menut ul ul ul
{
    top:0;
    left:100%;
}

div#menut li:hover
{
    cursor:pointer;
    z-index:100;
}

div#menut li:hover ul ul,
div#menut li li:hover ul ul,
div#menut li li li:hover ul ul,
div#menut li li li li:hover ul ul
{display:none;}

div#menut li:hover ul,
div#menut li li:hover ul,
div#menut li li li:hover ul,
div#menut li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */
