﻿.VMenu 
{
	margin-bottom:20px;
}


.VMenu li  
{
	/*text-transform:capitalize;*/
	padding-bottom:14px;
}

.VMenu li a 
{
	color: #000; 
	/*text-transform:capitalize;*/
}

.VMenu li a:hover 
{
	color: #ff5c00; 
	text-decoration:none;
}


/*Level 1*/
.L1active,.L1notActive, .homeMenuItem,.childshowing, .childshowing a:hover,.childshowingcurrent, .childshowingcurrent a:hover,.L2.childshowing a   {
	font-size:16px;
	font-weight:700;
	
}

 

li.L1.childshowing a, li.childshowingcurrent 
 {
	color: #ff5c00;

	cursor:default;
} 

.L1notActive a, .L1active a {

	}
	
.L1active
 {
	color: #ff5c00;
	cursor:default;
}	
.homeMenuItem a
{
	color: #000;
}




/*Level 2*/



li.L2notActive a{
	color: #000;

}

li.L2active a {	
	color: #ff5c00;
	cursor:default;
}

li.L2active a,li.L2notActive a {
	font-size:15px;
	margin-left:20px;
}

a.info { position:relative; z-index:24;	}
a.info span  {display:none;}
a.info:hover span{
    display:block;
    position:absolute;
    top:-30px; left:120px;
    width:192px;
    height:92px;
    text-align: center;
    background-image:url("images/popupImg.png"); 
    background-repeat: no-repeat; 
    z-index:100; 
    color:#000;
}
a.info:hover span.copy 
{
	padding-top:10px; 
	width:172px; 
	height:72px; 
	overflow:hidden; 
	font-size:12px; 
	font-weight:700; 
	background-image:none; 
	top:0; 
	left:10px;
}