/* CSS Menus - Vertical CSS Menu with Popout and Dropdown Menus - 20050131 

*{margin:0;padding:0;border:none;}

body{margin:0.5em 0.5em 0.5em 2.0em;font-size:100%;font-family:verdana,tahoma,arial,sans-serif;}*/

/* Begin CSS Popout Menu */

#menu
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 133px;
    text-align: left;
    margin-left: 1px;
}

#menu a
{
    font: normal 90%/205% tahoma,arial,helvetica,sans-serif;
    display: block;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    border-left-width: 0px;
    border-style: solid;
    border-color: #fff;
    white-space: nowrap;
    margin: 0;
    padding: 0 4px;
}

/*
    bg-color for all links without sub-menus
*/
#menu a
{
    color: #fff;
    background: #eb7d01;
    text-decoration: none;
}

#menu a:hover
{
    color: #fff;
    background: #fbb884;
}

#menu a:active
{
    color: #fff;
    background: #fbb884;
}

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

/* Requirement: Put the element selector name (div)
onto non anchor hover selectors to force IE5 and
5.5 to correctly apply the csshover file. */

div#menu li, div#menu li:hover
{
    position: relative;
    height: 22px;
}

div#menu li ul
{
    position: absolute;
    top: 0;
    left: 100.1%;
    display: none;
}

div#menu ul ul, div#menu ul ul ul, div#menu ul li:hover ul ul, div#menu ul li:hover ul ul ul
{
    display: none;
}

div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul
{
    display: block;
}

/* End non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited
{
    background: #eb7d01 url(images/expand3.gif) no-repeat bottom right;
}

#menu a.x:hover
{
    color: #fff;
    background: #fbb884;
}

#menu a.x:active
{
    color: #fff;
    background: #fbb884;
}

div#menu ul ul li a
{
    background-color: #ca2d92;
}

div#menu ul ul li a:hover
{
    background-color: #e09ac4;
}

div#menu ul ul.choral
{
    width: 150px;
}

div#menu ul ul.symposium
{
    width: 180px;
}

div#menu ul ul.schedules
{
    width: 160px;
}

div#menu ul ul.travel
{
    width: 220px;
}
