.tab, .tab:hover, .tab_sel{
	text-align:center;
	display:block;
	background:url(../images/webtab.gif) no-repeat;
	float:left;
	height:45px;
	color:#00c;
	overflow:hidden;
	text-decoration:none;
	padding-top:14px;
	font-size : 14px;
}

.tab{
	width:132px;
	background-position:-285px 0;
	font-weight: bold;
	font-size : 14px;
	padding-top:14px;
}

.tab:hover{
	width:132px;
	background-position:-152px 0;
	font-weight: bold;
	font-size : 14px;
	padding-top:14px;
	
}

.tab_sel{
	width:139px;
	background-position:-14px 0;
	color: #ffffff;
	font-weight: bold;
	font-size : 16px;
	padding-top:14px;
}

.tabside {
	text-align:center;
	text-decoration: none;color:#00c;
	display:block;
	height:40px;
	float:left;
	overflow:hidden;
	background:url(../images/webtab_side.gif) repeat-x;
	padding-top:14px;
	font-size : 16px;
}