@charset "UTF-8";
/* CSS Document */

.tabHead {
	float: left;
	display:block;
	width: 780px;
	background:url(images/tabHEAD-top-bg.gif) top left no-repeat;
	height: 34px;
	}

.tabHead ul {
	list-style: none;
	float: left;
	display:block;
	margin: 0 0 0 5px;
	padding:0;
	width: 775px;
	height: 34px;
	}

.tabHead ul li {
	float: left;
	display:block;
	height: 34px;
	padding: 0;
	margin:0;
	}

.tabHead ul li a {
	float: left;
	display:block;
	height: 34px;
	background-image: url(images/tabHEAD-menu-right.gif);
	background-position: 0px 50px;
	background-repeat: no-repeat;
	}

.tabHead ul li a span {
	float: left;
	display:block;
	height: 26px;
	width: 100px;
	padding: 8px 0 0 0;
	line-height: 20px;
	background-image: url(images/tabHEAD-menu-left.gif);
	background-position: 0px 50px;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight:bold;
	color: #699;
	text-align:center;
	}

.tabHead ul li a:hover, .tabHead ul li a.ONtab {
	background-position: top right;
	}

.tabHead ul li a:hover span, .tabHead ul li a.ONtab span {
	background-position: 0px 0px;
	color: #08c;
	}

.tabHeadBox {
	clear:both;
	float: left;
	display:block;
	width: 758px;
	border: 1px solid #ddd;
	border-top: 0;
	padding: 10px;
	text-align:center;
	}