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

#menuV2 li
{
    list-style: none; margin: 0; padding: 0;
}
#menuV2 li a
{
    font: 0;
    display: block;
    /*overflow: auto; force hasLayout in IE7 */
    color: black;
    text-decoration: none;
    line-height:26px;
    padding-left:0;            
}
#menuV2 ul li a
{
    line-height:30px;
}
                
#menuV2 li a.arrow:hover
{
}
        
/*Sub level menu items
---------------------------------------*/
#menuV2 li ul
{
    position: absolute;
    width: 192px; /*Sub Menu Items width */
    visibility:hidden;
}
        
#menuV2 a.arrow
{
}
#menuV2 li:hover, #menuV2 li.onhover
{
}
#menuV2 ul li
{
}
#menuV2 ul li:hover, #menuV2 ul li.onhover
{
}
        
/* Holly Hack for IE \
* html #menuV2  li
{
    float:left;
    height: 1%;
}
* html #menuV2  li a
{
    height: 1%;
}*/
/* End */