ul.tabsnew{
	margin: 0;
	padding: 0;
	list-style: none;
	height: 22px; /*--Set height of tabs--*/
	width: 100%;
		border-left: 1px solid #999;
		margin:5px 0px 15px 0px;
		padding:0px 0px 0px 0px;

}
ul.tabsnew li {
	float: left;
	margin: 0;
	padding: 0;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: url('tabground-image.jpg');
	border-right: 1px solid #7C7979; /*--Gives the bevel look with a 1px white border inside the list item--*/
}
ul.tabsnew li a {
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 10px;
	padding: 3px 8px 3px 8px;
	outline: none;
	text-transform:uppercase;
}
ul.tabsnew li a:hover {
	background: #ccc;
}
html ul.tabsnew li.active, html ul.tabsnew li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	color:#555555;
	background:none;
}
html ul.tabsnew li.active a
{
	color:#555555;

}
.tab_container {
	border: 1px solid #DAD8D8;
	clear: both;
	width: 93%;
	_width: 96%;
	float:left;
	margin:20px 0px 5px 0px;
	_margin:20px 0px 5px 0px;
	padding:0px 40px 0px 0px;
	_padding:0px 0px 0px 0px;
	overflow:none;
	positin:relative;
	z-index:100;
	color:#555;
}
.tab_content {
	font-size: 11px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 0px;
}

 
 			a.tt{
    position:relative;
    z-index:24;
	font-weight:normal;
    text-decoration:none;
}

a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:125;color:#5F5E5E;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:15px; left:0;
	padding: 4px 0px 4px 7px;
	width:180px;
	color: #000;
    text-align: left;
	
   background:#FBAC24;

}
a.tt:hover span.top{
	display: block;
    background: url('../bubble.gif') no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	background: url('../bubble_filler.gif') repeat bottom; 
}

a.tt:hover span.bottom{
	display: block;
	color: #548912;
    background: url('../bubble.gif') no-repeat bottom;
}