@font-face {
 font-family: dinFont;
 src: url("/_fonts/dinr.eot") /* EOT file for IE */
}

@font-face {
 font-family: dinFont;
 src: url("/_fonts/dinr.ttf") /* TTF file for CSS3 browsers */
}

#menu{

    clear: both;
    z-index: 3;

    width: 960px;
    height: 60px;
    text-align: center;
	
	   padding:6px 0;
}

#menu UL{
	padding:0;
	margin:0;
	text-align:center;
}

#menu UL LI{
	display:inline;
	background:0;
	padding:0;
	margin:0;
}

#menu UL LI A , #menu UL LI A:visited , #menu_header ul li.current a{
  font-family: dinFont, Arial, sans-serif;
  font-size:18px;
  font-weight:normal;
  text-decoration:none;
  
  color:#FFF !important;
  
  z-index: 10;  
  height: 26px; 
  position: relative; 
  overflow: hidden;
  padding:6px 15px; 
}

#menu UL LI A:hover{color:#fa5b16; }

#menu_header { position: relative; }

#menu_header ul { padding: 0; margin:10px 0 0 0; }

#menu_header ul li { list-style: none;}

#menu_header div.background {
  background:url(/design/fancy-menu-right2.png) no-repeat right center;
  z-index: 8; position: absolute; visibility: hidden;
  
  height: 30px;
  
  left:0;	
  top:-2px;
}

#menu_header div.background .left {
  background:url(/design/fancy-menu-left2.png) no-repeat left center;
  height: 30px; margin-right: 14px; /* 7px is the width of the rounded shape */
}

li#menu_home{margin-left:10px;}

#menu_header ul li IMG{
  display:inline;
  width:auto;
  margin:0;
  padding:0;
}

