
/******* MENU *******/
#tabs{
	margin: 5px auto;
	width: 100%;
}
#tabs ul{
	list-style: none;
	list-style-position: outside;
}
#tabs ul.menu li{
	float: left;
	margin-right: 5px;
	bottom: -1px;
	z-index:999;
}
#tabs ul.menu li{
	font-weight: 700;
	font-family:"Trebuchet MS Bold",Arial,Verdana; 
	display: block;
	padding: 5px 10px 5px 10px;
	/*background: #efefef;*/
	background:url(../images/tab_bg.gif) repeat-x;
	margin-bottom: -2px;
	border: 1px solid #999;
	border-width: 1px 1px 0 1px;
	position: relative;
	color: #898989;
	cursor: pointer;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
#tabs ul.menu li.active{
	background: #fff;
	top: -1px;
	border-top: 3px solid #999;
	border-bottom: 0;
	color: #da140d;
}
#tabs ul.menu li.active:hover{
	background: #fff;
	top: -1px;
	border-top: 3px solid #999;
	border-bottom: 0;
	color: #da140d;
}
#tabs ul.menu li:hover{
	color:#555555;
}
/******* /MENU *******/
/******* CONTENT *******/
.cnt{
	margin: 0pt auto;
	background: #efefef;
	background: #fff;
	/*border: 1px solid #d0ccc9;*/
	border: 1px solid #999;
	text-align: left;
	padding: 10px;
	padding-bottom: 20px;
	font-size: 11px;
	clear:both;
	-moz-border-radius: 0 5px 5px 5px;
	-webkit-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;
}

.cnt.mgmnt{
	display: block;
}
.cnt.tech{
	display: none;
}
.cnt.mari{
	display: none;
}