/* CSS Menus - Vertical CSS Menu with Popout and Dropdown Menus - 20050131 */

/**{margin:0;padding:0;border:none;}*/

/* Begin CSS Popout Menu */

#menu{
position: relative;
margin-top: 5px;
width: 200px;
margin-bottom: 50px;
}

#menu a, #menu h2i{
font: bold 13px/19px "Trebuchet MS", Tahoma, Arial;
display:block;
white-space:nowrap;
padding-left:20px;
margin-left:0;
}

#menu h2{
color:#fff;
background:#000;
text-transform:uppercase;
}

#menu a{
color:#ffffff;
background:#103E5F;
text-decoration: none;
}

#menu a:hover{
color:#103E5F;
background:#ffffff;
text-decoration: none;
}

#menu a:active{
text-decoration: underline;
}

#menu ul{
list-style: none;
margin:0;
padding:0;
padding-bottom:2px;
width:100%;
}

#menu ul li{
font: bold 13px/19px "Trebuchet MS", Tahoma, Arial;
}

.sel{
border: 2px solid #103E5F;
padding-left:20px;
color:#103E5F;
background:#ffffff;
}

/* 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;
}

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;}  */

div#menu ul ul li a{
font: normal 11px/16px "Trebuchet MS", Tahoma, Arial;
color:#E2CA5C; 
padding-left: 30px;
}
div#menu ul ul li a:hover{
background: #E2CA5C none;
 list-style-type: disc;
}
div#menu ul ul li a:active{
background: #E2CA5C none;
}

/*
div#menu ul ul{
border: 2px solid #E2CA5C;
margin-left: -1px;
z-index: 5;
}
*/
/* End non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
background:#eee url(/css/images/expand3.gif) no-repeat bottom right;
}

#menu a.x:hover{
background:#ddd;
}

#menu a.x:active{
color:#060;
background:#ccc;
}

