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

.tab {
	margin: 0;
	padding-top: 5px;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	cursor: pointer;
	float: left;
	height:30px;
	border-left:solid 5px #8bfefd;
	border-right:solid 5px #8bfefd;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	text-align:center;
	text-decoration:none;
	background-color:#ddd;

}

.tab:hover{
	color:#fff;
	background-color:#00f;
}

#tab1 {
	width:100px;
}
#tab2 {
	width:270px;
}
#tab3 {
	width:100px;
}
#tab4 {
	
	width:100px;
}