#MainMenu{
	height: 31px;
	border: 0;
	margin: 0;
	float: right;
	position: relative;
	top: 80px;
	right: 30px;
}
	
#tab ul{ list-style:none; }
#tab ul li{ display: inline; float: left; width:100px; height:40px; border:2px solid #2d2721; padding-left:15px; border-left:none; border-right:none;color:#766e64;background-color:#3d352d; cursor:pointer;}
#tab ul li a{ line-height:40px; font-style:italic;color:#766e64;font-family: "futura-pt",sans-serif;font-size:14px;} 
#tab ul .first-item{ border-top-left-radius:15px; border-bottom-left-radius:15px; border-left:2px solid #2d2721;}
#tab ul .last-item{ border-top-right-radius:10px; border-bottom-right-radius:10px; border-right:2px solid #2d2721;}

#tab .item_active, #tab ul li:hover, #tab .item_active a{
background: rgb(219,180,102); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiYjQ2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWQzYWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(219,180,102,1) 0%, rgba(233,211,174,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,180,102,1)), color-stop(100%,rgba(233,211,174,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(219,180,102,1) 0%,rgba(233,211,174,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(219,180,102,1) 0%,rgba(233,211,174,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(219,180,102,1) 0%,rgba(233,211,174,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(219,180,102,1) 0%,rgba(233,211,174,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbb466', endColorstr='#e9d3ae',GradientType=0 ); /* IE6-8 */

color:#2c251e;
}

#tab ul li:hover a{ text-decoration:underline; color: #2c251e} 

.header-logo-container{ margin-left:20px; }


#slides{
    background: #fff;
    width: 900px;
    padding: 10px;
    border-radius: 10px;
    position: absolute;
    top: 172px;
    left: 30px;
}

.info-slider img{
    border-radius: 8px;
}

.pagination{
    position: absolute;
    z-index: 30;
    margin-top: -30px;
    right:30px;
}

 .pagination li {
list-style: none;
display: inline-block;
width: 16px;
height: 16px;
background: url("http://restaurantesantacruz.com/js/main-menu/slider_point.png");
cursor: pointer;
 }
 
 .pagination li a {
    display: block;
    width: 16px;
    height: 16px;
 }
 
 .pagination li.current{
    background: url("http://restaurantesantacruz.com/js/main-menu/slider_current_point.png")
 }