#navcontainer ul ul {}
#navcontainer li:hover > ul {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1.0;
	padding-bottom: 0;
	padding-top: 5px;
	
		ransition: all 0.22s linear !important;  
	-moz-transition: all 0.22s linear !important; 
	-webkit-transition: all 0.22s linear !important; 
	-o-transition: all 0.22s linear !important; 
		transition-delay: 12ms !important; 
    -webkit-transition-delay: 12ms !important; 
	-o-transition-delay: 12ms !important; 
	-moz-transition-delay: 12ms !important;
}

#navcontainer ul ul {	
	ransition: all 0s linear !important;  
	-moz-transition: all 0s linear !important; 
	-webkit-transition: all 0s linear !important; 
	-o-transition: all 0s linear !important; 
	transition-delay: 0ms !important; 
    -webkit-transition-delay: 0ms !important; 
	-o-transition-delay: 0ms !important; 
	-moz-transition-delay: 0ms !important;
}

@media only screen and (min-width: 601px) {
#navcontainer ul ul {	
	ransition: all 0s linear !important;  
	-moz-transition: all 0s linear !important; 
	-webkit-transition: all 0s linear !important; 
	-o-transition: all 0s linear !important; 
	transition-delay: 0ms !important; 
    -webkit-transition-delay: 0ms !important; 
	-o-transition-delay: 0ms !important; 
	-moz-transition-delay: 0ms !important;
}
}