

/********** try 4 *********/

#try4 table {
	border-collapse:collapse;
	width:auto;
	margin:0;
}
#try4 td {
	height:34px;
	padding:0 0 0 14px;
	background:url(/images/tabs/gray_left.png) top left no-repeat;
}
#try4 th {
	display:none;
}
#try4 td a {
	display:block;
	height:34px;
	line-height:34px;
	padding:0 14px 0 0;
	background:url(/images/tabs/gray_right.png) top right no-repeat;
	text-align:center;
	white-space:nowrap;
	text-decoration:none;
}
#try4 td:hover {
	/*background-image:url(/images/tabs/gray_left_f2.png);*/
}
#try4 td:hover a {
/*	line-height:32px;
	background-image:url(/images/tabs/gray_right_f2.png);*/
}

#try4 .last span {
	display:block;
	padding:0 1px 0 0;
	background:url(/images/tabs/right_end.png) top right no-repeat;
}
html body #try4 .this {
	background:url(/images/tabs/active_left.png) top left no-repeat;
}
html body #try4 .this a {
	background:url(/images/tabs/active_right.png) top right no-repeat;
	line-height:34px;
}

/********* try 5 ************/

.hide {
	display:none;
}

/********* all tries ********/

.this a {
	cursor:default;
	font-weight:bold;
}
