/* CSS Document */
/* CSS Menus - Vertical CSS Menu with Popout and Dropdown Menus - 20050131 */



/* Begin CSS Popout Menu */

#menu{
z-index:2;
width:150px; /* To allow room for bottom dropdown */
background:#CCCCCC;
}

#menu .mais_menu { position:absolute; width:10px; font-size:8px; font-weight:bold; right:0px; text-align:right; float:right; }

#menu a, #menu h2, .LoginBox a
{
text-align:left;
text-decoration: none;
color: #000000;
font-weight: bold;

font-family: verdana;
color: #000000;
font-size: 10px;

display:block;

margin:0;
padding:1px 3px;

border-bottom: 1px solid #993333;
margin-bottom:3px;
padding-bottom:3px;

}
.LoginBox a { border:none; font-size:10px; }

/*
#menu h2{
color:#fff;
background:#000;
text-transform:uppercase;
}

#menu a{
color:#FFFFFF;
background:#1C63B1;
text-decoration:none;
}

*/

#menu a:hover{
color:#993333;
background-color:#f5f5f5;
}

#menu a:active{
color:#993333;
background-color:#f5f5f5;
}

#menu ul{
list-style:none;
margin:0;
padding:0;
width:100%;
background:#efefef;
}

/* 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,
div#menu ul li:hover ul 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,
div#menu ul ul ul ul li:hover ul
{display:block;}

/* End non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
text-decoration: none;
color: #000000;
font-weight: bold;
font-family: verdana;
color: #000000;
font-size: 10px;
background:url(/assets/images/more.gif) no-repeat bottom right ;
}

#menu a.x:hover{
color:#993333;
background-color:#f5f5f5;
}

#menu a.x:active{
color:#993333;
background-color:#f5f5f5;
}



