body, html {
    margin: 0;
    padding: 0;
}
ul#tabs {
position:absolute;
left:50%;
margin-top:78px;
margin-left:-265px;
    list-style: none;
    padding:0;
    height: 25px;
	width:730px;

}
ul#tabs li {
    float: left;
    margin: 0 2px;
    height: 23px;
    text-align: center;
    position:relative;
    width: 85px;
    border: 1px solid #ffbd4a;
	border-bottom:0;
    top: 1px;
    background-image:url(../images/tab_bg.jpg);
background-repeat:repeat-x;
}
ul#tabs li:hover {
background-image:url(../images/tab_bg_hover.jpg);
background-repeat:repeat-x;
border-bottom:0;
}
ul#tabs a {
    display: inline;
    height: 100%;
    text-decoration: none;
    color: white;
    FONT-SIZE: 12px;
	font-weight:bold;
	FONT-FAMILY: "Century Gothic", Helvetica, Arial;
	line-height:12px;
}


ul#lowertabs {
position:relative;
top:0;
left:auto;
right:auto;
margin:auto;
margin-top:-44px;
    list-style: none;
	width:885px;
	padding-left:10px;
    height: 57px;
	z-index:4;

}
ul#lowertabs li {
    float: left;
    margin: 0 6px;
    height: 23px;
    text-align: right;
    position:relative;
    min-width: 50px;
}

ul#lowertabs a {
    display: inline;
    height: 100%;
    text-decoration: none;
    color: #FFEECC;
    FONT-SIZE: 12px;
	FONT-FAMILY: "Century Gothic", Helvetica, Arial;
	font-weight:bold;
	line-height:12px;
}

ul#lowertabs a:hover {
    display: inline;
    height: 100%;
    text-decoration: none;
    color: white;
    FONT-SIZE: 12px;
	FONT-FAMILY: "Century Gothic", Helvetica, Arial;
	font-weight:bold;
	line-height:12px;
}


ul#homelowertabs {
position:relative;
top:0;
left:auto;
right:auto;
margin:auto;
margin-top:-70px;
padding-left:30px;
padding-right:0;
    list-style: none;
	width:920px;
    height: 24px;
	z-index:4;
}
ul#homelowertabs li {
    float: left;
    margin:0;
    height: 23px;
    text-align: center;
    position:relative;
    width: 184px;
	text-align:center;
}

ul#homelowertabs a {
    display: inline;
    height: 100%;
    text-decoration: none;
    color: #FFEECC;
    FONT-SIZE: 14px;
	FONT-FAMILY: "Century Gothic", Helvetica, Arial;
	font-weight:bold;
	line-height:12px;
}

ul#homelowertabs a:hover {
    display: inline;
    height: 100%;
    text-decoration: none;
    color: white;
    FONT-SIZE: 14px;
	FONT-FAMILY: "Century Gothic", Helvetica, Arial;
	font-weight:bold;
	line-height:12px;
}
