.morphtabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 2px 0px;
	height: 35px;
	background: transparent url(../images/menu2.jpg) no-repeat center top;
	border: solid 1px #444;
}

.morphtabs_title li {
	float: left;
	padding:0px;
	margin-right: 2px;
	cursor: pointer;
	height: 35px;
	color: white;
}
.morphtabs_title li a{
	display: block;
	padding:10px 15px 10px 15px;
	text-decoration: none;
	color: white;
}
.morphtabs_title li.active {
	display: block;
	background: transparent url(../images/button3.gif) no-repeat left center;
}
.morphtabs_title li.active a{
	display: block;
	background: transparent url(../images/button4.gif) no-repeat right center;
}
.morphtabs_title li.over {
	display: block;
	background: transparent url(../images/button3.gif) no-repeat left center;
}
.morphtabs_title li.over a:hover{
	display: block;
	background: transparent url(../images/button4.gif) no-repeat right center;
}
.morphtabs_panelwrap { 
	position: relative;	
	top: -1px;
	clear: both;
	overflow: hidden;
}
.morphtabs_panel {
	background-color: white;
}

.morphtabs_panel.active {
	background-color: white;
	display: block;
}

.tip {
	color: #fff;
	z-index: 13000;
	width: 130px;
	text-align: center;
}
 
.tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0 auto;
	color: #fff;
	padding: 8px 14px 8px 14px;
	background: transparent url(../images/bubble.png) no-repeat center center;
}


