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

#menu-v li
{
    background: #FFC url('/images/forward-32.png');
    background-repeat: no-repeat;
    background-position: 100% 50%;
    list-style: none; margin: 0; padding: 0;
}

#menu-v li a
{
    font: normal 25px Arial;
    border-top: 1px solid #ccc;
    display: block;
    /*overflow: auto; force hasLayout in IE7 */
    color: black;
    text-decoration: none;
    line-height:50px;
    padding-left:15px;            
}

#menu-v ul li a
{
    line-height:30px;
}

                
#menu-v li a.arrow:hover
{
    background-image:url('/images/forward-48.png');
    background-repeat: no-repeat;
    background-position: 97% 50%;
}




        
/*Sub level menu items
---------------------------------------*/
#menu-v li ul
{
    position: absolute;
    width: 200px; /*Sub Menu Items width */
    visibility:hidden;
}
        
#menu-v a.arrow
{
    background-image:url('/images/forward-48.png');
    background-repeat: no-repeat;
    background-position: 97% 50%;
}
#menu-v li:hover, #menu-v li.onhover
{
    background-position:0 -62px;
}
#menu-v ul li
{
    background: rgba(255, 255, 255, 0.86);
    background-image:none;
}
#menu-v ul li:hover, #menu-v ul li.onhover
{
    background: #FFF;
    background-image:none;
}
        
/* Holly Hack for IE \
* html #menu-v  li
{
    float:left;
    height: 1%;
}
* html #menu-v  li a
{
    height: 1%;
}*/
/* End */