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

#mainMenu {
	width: 950px;
	height: 109px;
	background: url(IMG/banner.jpg) top left no-repeat;
	border: 0;
	padding: 0;
	margin: 0 auto;
}

#mainMenu ul {
	border: 0;
	padding: 0;
	margin: 70px 0 0 0;
	display: block;
	float: right;
}

#mainMenu ul li {
	width: 89px;
	height: 30px;
	list-style: none;
	list-style-image: none;
	float: left;
	vertical-align: bottom;
	display: inline-block;
}

.tab {
	
	background-image: url(IMG/tabUp.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 9px;
}

.tab a {
	text-decoration: none;
	background: none;
	font-weight: bold;
	margin-top: 10px;
	font-size: 13px;
	color:#FFFFFF;
	display: block;
}

.tab a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.tabActive {
	width: 107px;
	background-image: url(IMG/tabActive.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 9px;
}

.tabActive a {
	text-decoration: none;
	font-weight: bold;
	margin-top: 5px;
	display: block;
	color:#000;
	font-size: 13px;
}

.tabActive a:hover {
	text-decoration: underline;
	color: #000;
}