body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:  Arial, Helvetica, Sans-Serif;
	background-color: #DDDDDD;
	color: #333;
	text-align: center;
	}

a:link {
background-color:transparent;
color:#330000;
text-decoration:none;
}

a:hover {
background-color:transparent;
color:#EE0000;
text-decoration:underline;
}

a:visited {
background-color:transparent;
color:#DD9D5F;
text-decoration:none;
}


#newconcept_bottom {
	padding: 20px 0 20px 13px;
}


#newconcept_container {
width: 970px;
margin: 0 auto;	
}

#fancymenu {
position: relative;
background-color:#f32837;
height: 30px;
width: 660px;
left: -23px;
padding: 3px 13px 0px 13px;
margin: 0;
overflow: hidden;
}
  
#fancymenu ul {
padding: 0;
margin: 0;
}

#fancymenu ul li a span {
padding: 0 7px;
}
  
/* Don't apply padding here (offsetWidth will differ in IE)
If you need padding add it to the child anchor */
#fancymenu ul li {
float: left;
list-style: none;
}
  
#fancymenu ul li a {
text-indent: -500em;
z-index: 10;
display: block;
float: left;
height: 30px;
position: relative;
overflow: hidden;
padding: 0 5px 0 5px;
border-right: 1px solid #413524;
}

#fancymenu .border_bonus {
border-left: 1px solid #413524;
}


#nav_home a {
width: 85px;
background: url('../menu/home.png') no-repeat center;
}
  
#nav_menu a {
width: 85px;
background: url('../menu/menu.png') no-repeat center;
}
  
#nav_delivery a {
width: 105px;
background: url('../menu/delivery.png') no-repeat center;
}
  
#nav_catering a {
width: 110px;
background: url('../menu/catering.png') no-repeat center;
}

#nav_map a {
width: 95px;
background: url('../menu/map.png') no-repeat center;
}

#nav_contact a {
width: 110px;
background: url('../menu/contact.png') no-repeat center;
}



  
#fancymenu .background .left {
height: 30px;
 /* margin-right: 9px; 7px is the width of the rounded shape border: 1px solid #413524; */

}

#fancymenu li.background {
background: url('../menu/fancymenu_bg.png');
z-index: 8;
position: absolute;
visibility: hidden;
}

#newconcept_borderbox {
border-bottom:1px solid #413524;
border-top:1px solid #413524;
height:38px;
padding:1px 0px;
}