﻿
#menuV2 li, #menuV2 a {zoom:1;} /* Hacks for IE6, IE7 */
#menuV2, #menuV2 ul
{ 
    width:300px; /* 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;
	width:300px;
	 border-top-right-radius:2px;
		  border-top-left-radius:4px;
		  border-top:#a7a7a7 groove 3px;
		  
 background-color:#323232;
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#323232, endColorstr=#191919);
 background-image:-moz-linear-gradient(top, #323232 0%, #191919 100%);
 background-image:-webkit-linear-gradient(top, #323232 0%, #191919 100%);
 background-image:-ms-linear-gradient(top, #323232 0%, #191919 100%);
 background-image:linear-gradient(top, #323232 0%, #191919 100%);
 background-image:-o-linear-gradient(top, #323232 0%, #191919 100%);
 background-image:-webkit-gradient(linear, right top, right bottom, color-stop(0%,#323232), color-stop(100%,#191919));

	
}
	

#menuV2 li a
{
    font-family:"Arial Rounded MT Bold"; 
	font-size:15px; color:#25A3EC;
   
    display: block; 
    /*overflow: auto; force hasLayout in IE7 */
    
    text-decoration: none;
	
    line-height:35px;
    padding-left:10px;
	 }
	 
	 #menuV2 li a:hover{
    font-family:"Arial Rounded MT Bold"; 
	font-size:15px;
	color:#ddffc8;
    
    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 */



