
/* CSS Popout menuv */

#menuv
{
    top: 5px;
    left: 2px;
    z-index: 2;
    width: 167px;
}


#menuv a, #menuv h2
{
    font: normal .7em Arial, Verdana, Arial,sans-serif,helvetica,sans-serif;
    font-weight: bold;
    display: block;
    margin: 0;
    border-width: 0.1em;
    border-style: solid;
    border-color: #850909 #999 #777 #ccc;
    text-indent: 3px;
    line-height:24px;
    width: 167px;
}

#menuv a
{
    padding: 0 0 .1em 0;
    
}

#menuv a
{
    background: #850909;
    text-decoration: none;
}

#menuv a, #menuv a:visited
{
    color: #FFFFFF;
    
}

#menuv a:hover
{
    background: #850909 url(/portlets/menulist/style/side_menu_hover.gif);
    color: #a00;
    
}

#menuv a:active
{
    color: #060;
    background: #850909 url(/portlets/menulist/style/side_menu_hover.gif);
}

#menuv h2
{
    color: #fff;
    background: #850909;
    text-transform: uppercase;
    margin: 0;
    padding: .1em 0;
    font-weight: bold;
}

#menuv li
{
    list-style-type: none;
    
}

#menuv ul li
{
    position: relative;
    
}

#menuv li ul
{
    position: absolute;
    top: 0;
    left: 167px;
    display: none;
}

/* Fix IE. Hide from IE Mac \*/
* html #menuv ul li
{
    float: left;
    height: 1%;
}
* html #menuv ul li a
{
    height: 1%;
}
/* End */

div#menuv ul, div#menuv ul ul, div#menuv ul ul ul
{
    margin: 0;
    padding: 0;
    list-style-image: none;
}

div#menuv ul ul, div#menuv ul ul ul, div#menuv ul li:hover ul ul, div#menuv ul li:hover ul ul ul
{
    display: none;
}

div#menuv ul li:hover ul, div#menuv ul ul li:hover ul, div#menuv ul ul ul li:hover ul
{
    display: block;
}

/* Styling for Expand */

#menuv a.x
{
     font-weight: bold;
    text-indent: 3px;
    color: #FFFFFF;
    
    background: #850909 url(/portlets/menulist/style/expand3.gif) no-repeat bottom right;
}

#menuv a.x:visited
{
    font-weight: bold;
    text-indent: 3px;
  
    background: #990909 url(/portlets/menulist/style/expand3.gif) no-repeat bottom right;
}

#menuv a.x:hover
{
     font-weight: bold;
    color: #a00;
    background: #850909 url(/portlets/menulist/style/side_menu_hover.gif);
}

#menuv a.x:active
{
     font-weight: bold;
    color: #060;
    background: #ccc;
}
