/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
	.sub-menu 
{ 
   display: none; 
} 
.teather:focus ~ .sub-menu, 
.teather:active ~ .sub-menu, 
.teather:hover 
{ 
   display: block; 
} 