.tabss {
	height: auto;
	width: 370px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: none;
}
.panee {
	height: 255px;
	width: 370px;
	background-image: url(../images/tabs/pane.png);
	background-position: center top;
	float: left;
}

.tabb {
	height: auto;
	width: 370px;
	float: left;
}
.tabss li {
	height: 34px;
	list-style-type: none;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-family: arial;
	font-size: 13px;
	color: #666;
	font-weight: bold;
}
#tb1 {
	list-style-type: none;
	float: left;
	background-image: url(../images/tabs/tabul.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 165px;
}
#tb2 {
	list-style-type: none;
	float: right;
	background-image: url(../images/tabs/tabul2.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 165px;
}
.panee ul {
	height: 235px;
	width: 165px;
	background-image: url(../images/tabs/pane.png);
	background-position: center top;
	float: left;
	padding: 10px;
	margin: 0px;
}
.panee ul li {
	height: auto;
	width: 155px;
	float: left;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	list-style-type: none;
	padding-right: 5px;
	padding-left: 5px;
}
.panee ul li a {
	display: block;
	list-style-type: none;
	text-decoration: none;
	color: #666;
	font-weight: bold;
}

