@charset "utf-8";

.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
	
}

.mootabs_title li {
	float: left;
/*	width:102px;
	height:32px;

	background: url(../images_common/greentab.jpg) no-repeat;*/
	background-color: #E3E59D;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	color: #542E19;
	font-family: "Trebuchet MS";
	font-size: 12px;
	height: 24px;
	line-height: 24px;
}

.mootabs_title li.active {
	border-top: 3px solid #CCCC00;
}

.mootabs_panel {
	display: none;
	position: relative;
	width: 100%;
	top: -1px;
	font-family: "Trebuchet MS";
	clear: both;
	color: #542E19;
	overflow: auto;
	text-align:left;
	padding: 3px;
	background:#E3E59D;
}

.mootabs_panel.active {
	border: 3px solid #E3E59D;
	display: block;
	
}

.mootabs_title li.over {
	border-top: 3px solid #99CC33;
}
#My Work2{
	margin-left:50px;
	background:#999;
}
