@charset "UTF-8";

nav #menu {
	/*background: url(../img/nav_ul_bg.png) no-repeat center bottom;
	padding-bottom: 15px;*/
}

nav #menu ul {
	width: 250px;
	padding: 30px 0;
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a93030+0,bb530d+100 */
background: #a93030; /* Old browsers */
background: -moz-linear-gradient(left,  #a93030 0%, #bb530d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #a93030 0%,#bb530d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #a93030 0%,#bb530d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a93030', endColorstr='#bb530d',GradientType=1 ); /* IE6-9 */
}
nav #menu li {
	margin: 0px !important;
	padding: 0px !important;
}
nav #menu a {
	width: 250px;
	height: 44px;
	display: block;
	outline:none;
	/*margin-bottom: 5px;*/
}


