.top_menu{
/*position:absolute;
left:0;
bottom:0;*/
overflow:hidden;
height:58px;
width:100%;

}

.top_menu menu{
background: url(images/menu_back.png) repeat;
width:1000px;
margin:0 auto;
padding:0px;
height:58px;
position:relative;
}



.top_menu menu:before{
content: "";
position:absolute;
bottom:0;
left:-328px;
width:328px;
height:58px;
background: url(images/menu_back_l.png) repeat-y;
}

.top_menu menu:after{
content: "";
position:absolute;
bottom:0;
right:-328px;
width:328px;
height:58px;
background: url(images/menu_back_r.png) repeat-y;
}


.top_menu menu li{ 
text-align: center;
  width: 160px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  margin:0;
  padding:20px 0;
  zoom: 1;
  *display: inline;
   _height: 250px;
}

.top_menu menu li a {
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
font-size:10pt;
text-transform:uppercase;
text-decoration:none;
color:#bdbdbd;
}
.top_menu menu li a:hover{color:#fff;}
.top_menu menu li a.selected{color:#fff;}