@charset "utf-8";
/* CSS Document */
/*img, div, td { behavior: url("../iepngfix/iepngfix.htc"); }*/
/* tabsssss */
.tabContainer {
	position:absolute;
	text-align:center;
	border:0;
	margin: 1em 0 0 0;
	padding:0;
	height:1.6em;
	left:30px;
	top:155px;
	}
	
table.tabs {
	margin:0; 
	padding:0;
	border:0px dashed red;
}

table.tabsOverlay {
	position:absolute;
	left:0;
	top:0;
	margin:0; 
	padding:0;
	border:0px dashed red;
	z-index:2000;
}

table.tabs td {
	padding:4px 0 3px 0;
	font-weight:bold;
	line-height:1.6em;
	width:132px; /*110*/
	}
	
table.tabsOverlay td {
	padding:4px 0 3px 0;
	font-weight:bold;
	line-height:1.6em;
	width:132px; /*110*/
	}

table.tabs td.tabActive {
	background: transparent url(../images/menu/bgActive2.png) no-repeat;
	behavior: url("../../site/css/iepngfix.htc");
}

table.tabs td.tabInactive {
	background: transparent url(../images/menu/bgInactive2.png) no-repeat;
	behavior: url("../../site/css/iepngfix.htc");
}

table.tabsOverlay td.divActive a {
	padding:3px 1em 2px 1em;
	color:#000;
	text-decoration:none;
	}
	
table.tabsOverlay td.divActive a:hover {
	cursor:text;
	text-decoration:none;
}
	
table.tabsOverlay td.divInactive a {
	padding:3px 1em 2px 1em;
	color:#777;
	text-decoration:none;
}

table.tabsOverlay td.divInactive a:hover {
	cursor:hand;
	color:green;
	text-decoration:none;
}



/* end tabs */	
