@charset "utf-8";
/* CSS Document */

/*menu*/
 #tabsC {
	height:44px;
	padding-top:5px;
    background:url(../img/menu_bg.png) ;

    line-height:normal;
	border-top:1px dotted #ce925c;
	border-bottom:1px dotted #ce925c;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	letter-spacing:-0.02em;
      }
    #tabsC ul {
	  margin:0;
	  list-style:none;
      }
    #tabsC li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsC a {
      float:left;
      background: url(../img/tableftC.png) no-repeat left 10px;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsC a span {
      float:left;
      display:block;
      background: url(../img/tabrightC.png) no-repeat left 10px;


      padding:7px 15px 6px 6px;
	  color:#FFF;
	  margin-right:1px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsC a span {float:none; }
    /* End IE5-Mac hack */
    #tabsC a:hover span {
      color:#FFF;
      }
    #tabsC a:hover {
      background-position:0% -26px;
      }
    #tabsC a:hover span {
      background-position:100% -26px;
      }  
	
