.tabBar {
	position: relative;
	width: 661px;
	height: 40px;
	background: url(../images/mySpace/MySpaceTabBarBG.jpg) center top no-repeat;
}
.tabBar ul {
	width: 100%;
}
.tabBar li {
	float: left;
	display: inline;
	margin: 8px 0 0 -1px;
	height: 32px;
	background: url(../images/mySpace/bg_tabs_left.gif) 0 -64px no-repeat;
}
.tabBar li.current {
	background-position: 0 0;
}
.tabBar li.first {
	margin-left: 10px;
	background-position: 0 -96px;
}
.tabBar li.first.current {
	background-position: 0 -32px;
}
.tabBar li.last {
	margin-right: 10px;
}
.tabBar li a {
	padding: 0 12px;
	display: block;
	text-align: center;
	font-family: verdana, sans-serif, tahoma;
	line-height: 32px;
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/mySpace/bg_tabs_right.gif) 100% -64px no-repeat;
}
.tabBar li a:hover {
	color: #3A7792;
}
.tabBar li.current a {
	color: #3A7792;
	background-position: 100% 0;
}
.tabBar li.last a {
	background-position: 100% -96px;
}
.tabBar li.last.current a {
	background-position: 100% -32px;
}


.tabPane {
	width: 639px;
	border: 1px solid #d4d4ae;
	border-top: 0;
	clear: both;
	background: #FFFFFF;
	padding: 10px;
}
