﻿
#menuV2 li, #menuV2 a {zoom:1;} /* Hacks for IE6, IE7 */
#menuV2, #menuV2 ul
{ 
    width:284px; /* Main Menu Item widths */
    
	
    border-top:none;
    position: relative; font-size:0;
    list-style: none; 
	margin-top: 25px;
	 padding: 0; 
	 display:block;
	
	
}
  
                
/* Top level menu links style
---------------------------------------*/

#menuV2 li
{
    
    
	margin: 0px; padding: 0;
	background-color:#f1f1f1;
	border:#c8c7c7 solid 1px;
	width:287px;
	

	
}
	

#menuV2 li a
{
    font-family:"Myriad Pro"; font-size:17px; color:#084984;
   
    display: block; font-weight:bold;
    /*overflow: auto; force hasLayout in IE7 */
    
    text-decoration: none;
	
    line-height:35px;
    padding-left: 25px;
	 }
	 
	 #menuV2 li a:hover{
    font-family:"Myriad Pro"; 
	font-size:17px;
	color:#D80312;
    font-weight:bold;
    display: block; 
    /*overflow: auto; force hasLayout in IE7 */
	 }
	 
#menuV2 ul li a
{
    line-height:26px; 
	border-top: 1px solid #c8c7c7;
	list-style:url(../img/2.png);
}
                
#menuV2 li a.arrow:hover
{
    
    background-repeat: no-repeat;
    background-position: 97% 50%;
}
        
/*Sub level menu items
---------------------------------------*/
#menuV2 li ul
{
    position: absolute;
    /*Sub Menu Items width */
    visibility:hidden;
	
}




        
#menuV2 a.arrow
{
     
    background-repeat: no-repeat;
    background-position: 97% 50%;
}
#menuV2 li:hover, #menuV2 li.onhover
{
  
}
#menuV2 ul li
{
    background: #fff;
    background-image:none;
}
#menuV2 ul li:hover, #menuV2 ul li.onhover
{
    background: #f1f1f1;
    
}
        
/* Holly Hack for IE \
* html #menuV2  li
{
    float:left;
    height: 1%;
}
* html #menuV2  li a
{
    height: 1%;
}*/
/* End */



