/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

a,
.menu-dropdown li.active .level1 { color: #a56e01; }

.button-primary { /* background: #936201; */ 
	/* background: #cc9441; */ /* Old browsers */
	/* background: -moz-linear-gradient(top,  #cc9441 19%, #915e00 75%); */ /* FF3.6+ */
	/* background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,#cc9441), color-stop(75%,#915e00)); */ /* Chrome,Safari4+ */
	/* background: -webkit-linear-gradient(top,  #cc9441 19%,#915e00 75%); */ /* Chrome10+,Safari5.1+ */
	/* background: -o-linear-gradient(top,  #cc9441 19%,#915e00 75%); */ /* Opera 11.10+ */
	/* background: -ms-linear-gradient(top,  #cc9441 19%,#915e00 75%); */ /* IE10+ */
	/* background: linear-gradient(to bottom,  #cc9441 19%,#915e00 75%); */ /* W3C */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc9441', endColorstr='#915e00',GradientType=0 ); */ /* IE6-9 */
	
	background: #d28b00; /* Old browsers */
	background: -moz-linear-gradient(top,  #dfae4d 19%, #d28b00 75%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,#dfae4d), color-stop(75%,#d28b00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dfae4d 19%,#d28b00 75%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dfae4d 19%,#d28b00 75%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dfae4d 19%,#d28b00 75%); /* IE10+ */
	background: linear-gradient(to bottom,  #dfae4d 19%,#d28b00 75%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfae4d', endColorstr='#d28b00',GradientType=0 ); /* IE6-9 */
	
	-webkit-box-shadow:  3px 3px 7px 3px rgba(0, 0, 0, 0.3);
	box-shadow:  3px 3px 7px 3px rgba(0, 0, 0, 0.3);
	
	
}