/*! http://responsiveslides.com v1.32 by @viljamis */
#slider {border:1px solid #444; width: 100%; float:left;}
#chomeslider {width:100%; float:left; margin-bottom:15px;}

#homeslider {position:relative; list-style:none; overflow:hidden; width:100%; padding:0; margin:0;}
#homeslider li {position:absolute; display:none; width:100%; left:0; top:0;}
#homeslider li:first-child {position:relative; display:block; float:left;}
#homeslider img {display:block; height:auto; float:left; width:100%; border:0;}

#specialmenu ul {list-style-type:none; float:left; height:43px; /*background:url("img/top_menu_bgr.png") repeat-x;*/ width:100%; margin: 0;

 background: #876f30; /* Old browsers */
background: -moz-linear-gradient(top,  #876f30 0%, #baa774 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#876f30), color-stop(100%,#baa774)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #876f30 0%,#baa774 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #876f30 0%,#baa774 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #876f30 0%,#baa774 100%); /* IE10+ */
background: linear-gradient(to bottom,  #876f30 0%,#baa774 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#876f30', endColorstr='#baa774',GradientType=0 ); /* IE6-9 */

}
#specialmenu ul li {float:left; width:25%;}
#specialmenu ul li.middle {}
#specialmenu ul li a {padding:13px 0 11px 0; text-decoration:none; text-align:center; border:1px solid #444; float:left; width:100%; color: #fff;} 
#specialmenu ul li a:hover, #specialmenu ul li a:focus {

background: #baa774; /* Old browsers */
background: -moz-linear-gradient(top,  #baa774 0%, #876f30 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#baa774), color-stop(100%,#876f30)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #baa774 0%,#876f30 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #baa774 0%,#876f30 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #baa774 0%,#876f30 100%); /* IE10+ */
background: linear-gradient(to bottom,  #baa774 0%,#876f30 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#baa774', endColorstr='#876f30',GradientType=0 ); /* IE6-9 */

 color: #fff;

}