.tabstrip {
	width:600px;
	position:relative;
	top:-5px;
}

.tab {
	float:left;
	height:30px;
	position:relative;
	background-color:transparent;
	padding:0 4px;
	overflow:hidden;
}

.tableft {
	position:absolute;
	left:0px;	
	width:8px;
	height:100%;
	background-image:url(../img/tab_left.png);
}
.tabright {
	position:absolute;
	top:0;
	right:0px;
	float:right;
	width:4px;
	background-image:url(../img/tab_right.png);
	height:100%;
}

.tabtitle {
	background-color:#b1b9d3;
	background-image:url(../img/tab_bg.png);
	padding:0px 4px;
	height:100%;
}

.tabtitle a {
	display:block;
	width:100%;
	height:100%;
}

.tabtitle a:link, .tabtitle a:visited, .tabtitle a:active, .tabtitle a:hover {
	text-align:left;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	padding-top:8px;
}

.tabselected a:link, .tabselected a:visited, .tabselected a:active, .tabselected a:hover {
	color:#818285;
}

.tabselected .tabtitle {
	background-color:white;
	background-image:url(../img/tab_selected_bg.png);
}

.tabselected .tableft {
	background-color:white;
	background-image:url(../img/tab_selected_bg.png);
}

.tabselected .tabright {
	background-image:url(../img/tab_selected_bg.png);
}

.tabhover .tabtitle {
	background-image:url(../img/tab_hover_bg.png);
}
.tabhover .tableft {
	background-image:url(../img/tab_hover_left.png);
}

.tabhover .tabright {
	background-image:url(../img/tab_hover_right.png);
}

