/*- Menu Tabs J--------------------------- */

    #tabs {
	float:left;
	width:100%;
	font-size:12px;
	line-height:normal;
	border-bottom:5px solid #0168B7;
	text-align: right;
      }
    #tabs ul {
	list-style:none;
	width: 945px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
      }
    #tabs li {
	padding:0;
	margin: 0;
	float: right;
      }
    #tabs a {
	float:left;
	background:url("../images/tableft.gif") no-repeat left top;
	text-decoration:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	margin: 0;
      }
    #tabs a span {
	float:left;
	display:block;
	background:url("../images/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#0072BB;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FFF;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }
#tabs .topmenu {
	margin-left: 20px;
}
#tabs .ll {
	width: 60px;
}

#tabs .topmenu a {
	margin-left: 40px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 24px;
	height: 24px;
	background-image: url(../../images/wbg.jpg);
	background-repeat: no-repeat;
}

