
@charset "utf-8";
/* CSS Document */

.tabList {
    border-bottom: 2px solid #C84763;
    height: 2.5em;
    margin: 17px 0 0;
	font-weight:bold;
	}
	
.tabList, {
    height: 2.4em; /*IE7*/
	}
	
.tabList:nth-of-type(1n) {
    height: 2.52em\9; /*IE9.10*/
	}

.tabList {
    height: 2.52em\9; /*IE8*/
	}	

@media screen and (-webkit-min-device-pixel-ratio:0) {
.tabList {
    height: 2.45em; /*chrome*/
	}	
	}
	
.tabList li, .tabList li a {
    display: inline;
}
.tabList li a {
    background: url("tabmenu/tableft6.jpg") no-repeat scroll left top transparent;
    border-color: gray gray -moz-use-text-color;
    border-style: none;
    border-width: 1px 1px medium;
    float: left;
    margin: 0;
    padding: 0 0.3em;
    text-align: center;
	text-decoration:none;
	font-size:110%;
	}

.tabList li a span{
    background: url("tabmenu/tabright6.jpg") no-repeat scroll right top transparent;
	display:block;
	padding:0.6em 1.1em 0.4em 0.9em;

}



.tabList li a:hover {
background-position:0 -42px;
color:#FFF;
}
.tabList li a:hover span {
background-position:100% -42px;
color:#FFF;
}
.tabList li a.current {
background-position:0 -42px;
color:#FFF;

}
.tabList li a.current span {
background-position:100% -42px;
}



#tabList2 {
    border-bottom: 1px solid gray;
    height: 1.85em;
    margin: 15px 0;
}
#tabList2 li, #tabList2 li a {
    display: inline;
}
#tabList2 li a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #F1F5FC;
    border-color: gray gray -moz-use-text-color;
    border-image: none;
    border-radius: 5px 5px 0 0;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    outline: medium none;
    padding: 0.5em 2em;
}
#tabList2 li a.current {
    background: none repeat scroll 0 0 white;
    padding-bottom: 0.7em;
}
