#menuV2 li, #menuV2 a {zoom:1;} /* Hacks for IE6, IE7 */
#menuV2, #menuV2 ul
{
    width: 180px; /* Main Menu Item widths */
    border: 1px solid #ccc;
    border-top:none;
    position: relative; font-size:0;
    list-style: none; margin: 0; padding: 0; display:block;
}
                
/* Top level menu links style
---------------------------------------*/

#menuV2 li
{
    background: #FFF;
    list-style: none; margin: 0; padding: 0;
}
#menuV2 li a
{
    font: normal 14px Arial, Helvetica, sans-serif;
    border-top: 1px solid #ccc;
    display: block;
    /*overflow: auto; force hasLayout in IE7 */
    color: black;
    text-decoration: none;
    line-height:26px;
    padding-left:10px;            
}
#menuV2 li a.title
{
    font-weight: bold;
    background-color: #E8E8E8;           
}
#menuV2 li a.active
{
    background: #8bbac4;
    border-color: #fff;
    border-top-color: #FFF;
    color: #FFF;
}	
}
#menuV2 ul li a
{
    line-height:30px;
}
                
#menuV2 li a.arrow:hover
{
    background-image:url(/MKMaps/img/arrowon.gif);
    background-repeat: no-repeat;
    background-position: 97% 50%;
}
#menuV2 li:first-child a 
{
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
#menuV2 li:last-child a 
{
    border-bottom-width: 1px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
        
/*Sub level menu items
---------------------------------------*/
#menuV2 li ul
{
    position: absolute;
    width: 200px; /*Sub Menu Items width */
    visibility:hidden;
}
        
#menuV2 a.arrow
{
    background-image:url(/MKMaps/img/arrow.gif);
    background-repeat: no-repeat;
    background-position: 97% 50%;
}
#menuV2 li:hover, #menuV2 li.onhover
{
    background-position:0 -62px;
}
#menuV2 ul li
{
    background: #F0F1F4;
    background-image:none;
}
#menuV2 ul li:hover, #menuV2 ul li.onhover
{
    background: #e2e2e2;
    background-image:none;
}
        
/* Holly Hack for IE \
* html #menuV2  li
{
    float:left;
    height: 1%;
}
* html #menuV2  li a
{
    height: 1%;
}*/
/* End */

}


