/*- Menu Tabs 6--------------------------- */

    #tabs6 {

      float:left;

      width:100%;

      height:42; 

      background-color: #76c5f0;

      }

    #tabs6 ul {

	  margin: 0 0 0 20;

	  padding: 0 0 0 0;

	  list-style:none;

      }

    #tabs6 a {

      float:left;

      height:42; 
	  font-size:12px;
	  
      background:url("../images/yh30.jpg") no-repeat left top;

      margin:0 0 0 0;

      padding:0 0 0 5px;

      text-decoration:none;

      }

    #tabs6 a span {

      float:left;

      height:100%; 

      cursor:hand;

      font-family: verdana, arial, helvetica, sans-serif;

      COLOR: #fafafa; font-weight: bold;font-size:12px;

      text-transform: uppercase;

      background:url("../images/yh31.jpg") no-repeat  right top;

      padding:10px 5px 0px 3px; 

      }

    /* Commented Backslash Hack hides rule from IE5-Mac \*/

    #tabs6 a span {float:none;color:#fff;}

    /* End IE5-Mac hack */

    #tabs6 a:hover span {

      color:#fff;

      }

    #tabs6 a:hover {

      background-position:0% -42px;

      position: relative; right: 0px; top: 0px;

      }

    #tabs6 a:hover span {

      background-position: 100% -42px;

      COLOR: #ff6501;

      position: relative; right: 0px; top: 0px;

      }
	  
	  
	  .box{width:200px;height:130px}
		#banner{
			position:relative;
			width:200px;
			height:130px;
			margin:0px;
			border:0px solid #f00;
		}
		#banner div{
			position:absolute;
		}
		#banner div img{ width:200px; height:130px;
		}