﻿
#menuV2 li, #menuV2 a {zoom:1;} /* Hacks for IE6, IE7 */
#menuV2, #menuV2 ul
{
    width: 205px; /* 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; z-index:1000;
}
                
/* Top level menu links style
---------------------------------------*/

#menuV2 li
{
    background: #08b0c0  0 2px;
    list-style: none; margin: 0; padding: 0; color:#ffffff; z-index:1000;
}
#menuV2 li a
{
    font: normal 12px Arial;
    border-top: 1px solid #ccc;
    display: block;
    /*overflow: auto; force hasLayout in IE7 */
    color: white;
    text-decoration: none;
    line-height:26px;
    padding-left:13px;   z-index:1000;          
}
#menuV2 ul li a
{
    line-height:30px; z-index:1000;
}
                
#menuV2 li a.arrow:hover
{
    background-image:url(arrowon.gif);
    background-repeat: no-repeat;
    background-position: 97% 50%; z-index:1000;
}
        
/*Sub level menu items
---------------------------------------*/
#menuV2 li ul
{
    position: absolute;
    width: 200px; /*Sub Menu Items width */
    visibility:hidden; z-index:1000;
}
        
#menuV2 a.arrow
{
    background-image:url(arrow.gif);
    background-repeat: no-repeat;
    background-position: 97% 50%; z-index:1000;
}
#menuV2 li:hover, #menuV2 li.onhover
{
    background-position:0 -62px; background: #90af0c; z-index:1000;
}
#menuV2 ul li
{
    background: #08b0c0;
    background-image:none; z-index:1000;
}

#menuV2 ul li:hover, #menuV2 ul li.onhover
{
    background: #90af0c;
    background-image:none; z-index:1000;
}
        
/* Holly Hack for IE \
* html #menuV2  li
{
    float:left;
    height: 1%;
}
* html #menuV2  li a
{
    height: 1%;
}*/
/* End */