#oa-tabswrap {
	border: 0px solid #000;
	padding: 0px;
	margin: 0 0 0 10px;
	width:320px;
	
}

#oa-tabs {
	position: relative;
	overflow: hidden;
	z-index: 10;
	border: 0px solid #fff;
	background-repeat:repeat-x;
	background-position:top;

}

#oa-tabs div.oa-innerpad {
	padding:0;
}

.mootabs-title {
	height: 30px;
	border-bottom: 0px solid #990000;
	position: relative; 
}

.mootabs-title ul {
	margin: 0 ;
	padding: 0;
	height: 21px;
	position: absolute;
	bottom: 1px;
	left: 0px;
}

* html .mootabs-title ul { /*IE 6*/
	bottom: -1px;
}

.mootabs-title li {
	float: left;
	background: none;
	margin: 0 10px 0 0;
	padding: 0;
	cursor: pointer;
	display: block;
	border: 1px solid #333333;
}

.mootabs-title li h3 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 0 10px;
	border: 0px solid #333333;
	background: #000000;
	color:#FFFFFF;
    border-bottom: none;
	background-image:url(../../_style/img/bgNav1d.png);

}

.mootabs-title li.hover,
.mootabs-title li.firsthover,
.mootabs-title li.lasthover {
color:#FF0000;
background-color:#990000;
}

.mootabs-title li.active,
.mootabs-title li.firstactive,
.mootabs-title li.lastactive {
color:#FF0000;
background-color:#990000;
border-bottom: 0px solid #FFFFFF;
}

.mootabs-title li.active H3 ,
.mootabs-title li.firstactive H3,
.mootabs-title li.lastactive H3 {
color:#FFFFFF;
background-color:#990000;
background-image:url(../../_style/img/glow2.jpg);
background-position:center top;
}

.oa-tab-panels {
	position: absolute;
	clear: both;
	overflow: hidden;
	top: 25px;
}

#oa-tabswrap div.moduletable {
	position: absolute;
	top: 0;
	border: none;
	z-index: 100;
	padding: 0;
	height:270px;
	overflow:hidden;
}

#oa-tabswrap .moduletable ul {
	margin: 0 !important;
	padding: 0 !important;
}

#oa-tabswrap .moduletable li {
	padding: 4px 0 6px 0;
	margin: 0;
	border-bottom: 0px solid #E6E6E6;
	background: none;
}
