    body {
	margin:0;
	padding:0;
	font: lighter 12px/1.5em "ËÎÌå";
}
/*- Menu topNav--------------------------- */
    
	#topNav ul  {
	  width:1003px;
	  margin:0px;
	  height:80px;
      padding:0px 0px 0px 150px;
      line-height:normal;
	  list-style-type: none;
	  }

.menu li {
float: left;
}

.menu a {
margin: 2px 3px 1px 5px;
padding: 2px 10px 1px 10px;
display: block;
text-align: center;
text-decoration: none;
color: #000;
}

.menu a:hover {
margin: 2px 3px 1px 5px;
padding: 1px 9px 0px 9px;
background: #E6E6FA;
border: 1px solid gray; 
}

.menu a:active {
margin: 2px 3px 1px 5px;
padding: 1px 9px 0px 9px;
background: gray;
border: 1px solid gray; 
color: #fff;
}  
 
/*- Menu Tabs J--------------------------- */

    #tabsJ {
      float:left;
      width:1003px;
      background:url(../images/nav_bg.gif) repeat-x left top;;
      font-size:100%;
      line-height:normal;
	  border-bottom:1px solid #ccc;
      }
    #tabsJ ul {
	margin:0;
	padding:10px 10px 0 152px;
	list-style:none;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url(../images/tableftJ.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
      float:left;
      display:block;
      background:url(../images/tabrightJ.gif) no-repeat right top;
      padding:4px 5px 4px 6px;
      color:#333;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#FFF;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }

	#tabsJ #current a {
		background-position:0% -42px;
	}
	#tabsJ #current a span {
		background-position:100% -42px;
		color:#FFF;
	}