.tabbed{
width:470px;padding:0;
margin:4px 0 0 15px;
/*float: left;*/
}




.tabbed ul {
margin:0 0 10px 0; 
padding:0; 
float: left;
}

.tabbed ul li {
	float: left;
	margin-right:2px;
	list-style-type: none;
}

.tabbed ul li a{ 
cursor:hand;
}


.t1, .t2, .t3, .t4 {
float: left;
display: block;
height:42px;
}

.t1 {
	width:120px;
	background-image: url(../img/button_1.png);
	background-repeat: no-repeat;
	background-position: center center;
	behavior:url("htc/iepngfix.htc");
}
.t2 {
	width:120px;
	background-image: url(../img/button_2.png);
	background-repeat: no-repeat;
	background-position: center center;
	behavior:url("htc/iepngfix.htc");
}
.t3 {
	width:118px;
	background-image: url(../img/button_3.png);
	background-repeat: no-repeat;
	background-position: center center;
	behavior:url("htc/iepngfix.htc");
}
.t4 {
	width:100px;
	background-image: url(../img/button_4.png);
	background-repeat: no-repeat;
	background-position: center center;
	behavior:url("htc/iepngfix.htc");
}