     div.main_container
        {
            height: 80px;
            width: 440px;
			overflow:hidden;
			margin: 0 15px 0 15px;
                   }
        div.mh_menu
        {
            position: relative;
            width: 440px;
            height:60px;
            overflow: hidden;
        }
        .mh_menu ul
        {
            display: block;
            padding: 0px 0px 0 0px;
            margin: 0;
            list-style: none;
            width:1170px;
        }
        .mh_menu li
        {
            float: left;
            display: block;
            padding-left:10px;
            padding-right:10px;
        }
       
        .mh_menu span
        {
            display: none;
            margin-top: 0px;
            text-align: center;
            
        }
        .mh_menu a:hover span
        {
            display: block;
        }
		
		.mh_menu ul li a img {border:none;}
		
    #gradleft{
 position:relative;
 bottom:60px;
 width:15px;
 height:60px;
 float:left;
 z-index:4;
 }
  #gradright{
  position:relative;
  bottom:60px;
 width:15px;
 height:60px;
 float:right;

 z-index:4;
 }