ul:hover#top_menu{
text-transform: uppercase;
position: relative;
height: 0px;
margin: auto; padding: 0;
@margin: 0; 
text-align: left;
width: 500px;
}
#top_menu
{
text-transform: uppercase;
position: relative;
height: 0px;
margin: auto; padding: 0;
text-align: left;
width: 500px;
}
  #top_menu li
  {
  display: inline;
  text-align: left;
  margin: auto; padding: 0;
  list-style-image: none; list-style-type: none;
  }
    #top_menu li a
    {
    font-size: 11px;
    text-decoration: none;
    padding: 0 12px 0 14px;
    background: url('../img/menu_arrow.png') left center no-repeat;
    }
    #top_menu li a:hover
    {
    color: #ec442e;
    background: url('../img/menu_arrow_hover.png') left center no-repeat;
    }
    .top_menu_row_1 a{color: #80a6bf;}
    .top_menu_row_2 a{color: #80a6bf;}
