@charset "UTF-8";
/* CSS Document */

/* ---------- Vertical --------*/
ul#vertical {
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
}
 
ul#vertical li  {
    list-style-type: none;
    background: #605848; /* Old browsers */
	background: -moz-linear-gradient(top,  #605848 0%, #8a7967 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#605848), color-stop(99%,#8a7967)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #605848 0%,#8a7967 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #605848 0%,#8a7967 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #605848 0%,#8a7967 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #605848 0%,#8a7967 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#605848', endColorstr='#8a7967',GradientType=0 ); /* IE6-9 */
}

ul#vertical li a  {
	font-family: 'Open Sans', sans-serif;
	display: block;
	padding: 15px 30px;
	color: #fff;
	text-decoration: none;
}
 
ul#vertical li a:hover {
    background: #c99120; /* Old browsers */
	background: -moz-linear-gradient(top,  #c99120 0%, #e49f24 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c99120), color-stop(99%,#e49f24)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c99120 0%,#e49f24 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c99120 0%,#e49f24 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c99120 0%,#e49f24 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #c99120 0%,#e49f24 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c99120', endColorstr='#e49f24',GradientType=0 ); /* IE6-9 */
           
}
 
ul#vertical li a:active {
    background-color: #605848;
}

.current, #vertical .current-menu-item a {
    background: #c99120; /* Old browsers */
	background: -moz-linear-gradient(top,  #c99120 0%, #e49f24 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c99120), color-stop(99%,#e49f24)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c99120 0%,#e49f24 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c99120 0%,#e49f24 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c99120 0%,#e49f24 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #c99120 0%,#e49f24 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c99120', endColorstr='#e49f24',GradientType=0 ); /* IE6-9 */
}