#tabs{
	float:left;
	display:inline;
	width:625px;
    margin:5px 0px -1px 75px;
    padding: 0;
    height:28px;
    overflow:hidden;
    background: transparent;
    voice-family: "\"}\"";
    voice-family: inherit;
    position:relative;
}
#tabs #register {
	margin-right:10px;
	float:left;
	border:none;
}
#tabs ul{
    font: bold 11px Arial, Verdana, sans-serif;
    margin:0;
    padding:0;
    list-style:none;
}
#tabs li{
    display:inline;
    margin:0 2px 0 0;
    padding:0;
}
#tabs a{
    float:left;
    border:none;
    margin-right:2px;
    padding:0;
    text-decoration:none;
}
#tabs a:active, #tabs a:hover, #tabs a:visited, #tabs a:link {
    border:none;
}
#tabs a span{
    float:left;
    display:block;
    background: transparent url(images/tabs_right.gif) no-repeat right top;
    padding:4px 9px 0px 6px;
}
#tabs a span{
	float:none;
}
#tabHelp .tabHeaderActive {
	background-image: url(../images/tabHelpActive.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:102px;
	height:28px;
}
#tabHelp .tabHeaderInactive {
	background-image: url(../images/tabHelpInactive.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:102px;
	height:28px;
}
#tabAddr .tabHeaderActive {
	background-image: url(../images/tabAddrActive.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:102px;
	height:28px;
}
#tabAddr .tabHeaderInactive {
	background-image: url(../images/tabAddrInactive.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:102px;
	height:28px;
}
#tabLat .tabHeaderActive {
	background-image: url(../images/tabLatActive.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:136px;
	height:28px;
}
#tabLat .tabHeaderInactive {
	background-image: url(../images/tabLatInactive.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:136px;
	height:28px;
}
.tabContent {
   	clear:both;
}
