#header {
	position: relative;
	margin: auto;
	height: 92px;
	width: 980px;
	padding-top:13px;
	z-index: 10;
	background-image: url(../images/site/header_bg.gif);
	background-repeat: no-repeat;
}
#tabHeaderContainer {
	height: 123px;
	left: 0;
	margin: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}
#tabHeader {
	clear: both;
	display: block;
	height: 31px;
	margin: auto;
	width: 980px;
	z-index: 11;
}


.tabNav1 {
    background: url("../images/site/tab_01.gif") no-repeat scroll 0 0 transparent;
}
.tabNav1:hover {
    background: url("../images/site/tab_01_hover.gif") no-repeat scroll 0 0 transparent;
}
.tabNav1.on {
    background: url("../images/site/tab_01_on.gif") no-repeat scroll 0 0 transparent;
}
.tabNav2 {
    background: url("../images/site/tab_02.gif") no-repeat scroll 0 0 transparent;
}
.tabNav2:hover {
    background: url("../images/site/tab_02_hover.gif") no-repeat scroll 0 0 transparent;
}
.tabNav2.on {
    background: url("../images/site/tab_02_on.gif") no-repeat scroll 0 0 transparent;
}
.tabNav3 {
    background: url("../images/site/tab_03.gif") no-repeat scroll 0 0 transparent;
}
.tabNav3:hover {
    background: url("../images/site/tab_03_hover.gif") no-repeat scroll 0 0 transparent;
}
.tabNav3.on {
    background: url("../images/site/tab_03_on.gif") no-repeat scroll 0 0 transparent;
}

.tab3 {
	height:31px;
}

.tab3 ul {
	margin:0;
	padding:0;
	height:100%;
}

.tab3 li {
	display:block;
	float:left;
	width:327px;
	height:100%;
	margin:0px;
	padding:0px;
}

.tab3 li.middle {
	width:326px;	
}

.tab3 a {
	height:100%;
	width:100%;
	display:block;
    z-index:8;
}
