/*------ Containters ------*/
table{
  width: 100%;
}
#tabs{
	margin-top: -40px;
		%margin-top: -29px;
		_margin-top: -60px;			
	margin-right: 50px;
	height: 68px;
	float: right;
	/*overflow:hidden;*/
}
/*------ MENU ------*/
#tabs ul{
	padding:0px;
	margin: 0px;
	text-decoration: none;
	list-style:none;
}
#tabs ul li {
	width: 230px;
	height: 68px;
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	padding: 0px;
	margin-left: 0px;
}

#tabs ul li a h2{
	width: 230px;
	height: 68px;
	line-height: 97px;
	display: block;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	padding-left: 13px;
	background: url(../img/main_tab.png) 0 0px;
	color: #3F4A56;
	cursor: hand;
}

#tabs ul li a:hover h2{
	color: #ff1f70;
	text-decoration: none;
	background: url(../img/main_tab.png) 0 -68px;
}

#tabs ul li a.act h2{
	color: #ff1f70;
	text-decoration: none;
	background: url(../img/main_tab.png) 0 -68px;
}

