.transMenu {
	position: absolute;
	left: -1000px;
	top: -1000px;
	overflow: hidden;
}
.transMenu *{
	color: #FFFFFF;
}
.transMenu .content {
	position: absolute
}
.transMenu .background {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	-moz-opacity: .9;
	filter: alpha(opacity=90);
}
.transMenu .shadowright {
	position: absolute;
	z-index: 3;
	top: 3px;
	width: 2px;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
	display: none;
}
.transMenu .shadowbottom {
	z-index: 1;
	position: absolute;
	left: 3px;
	height: 2px;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
	display: none;
}
.transMenu .items {
	position: relative;
	z-index: 2;
	left: 0px;
	top: 0px;
}
.transMenu .item {
	cursor: pointer;
	color: #ffffff;
	border-style: none;
	font: 100 11px tahoma, arial, sans-serif;
}
.transMenu .item td{
	color: #ffffff;
	font: 100 11px tahoma, arial, sans-serif;
	/*border-bottom: 1px solid #96C2EC;*/
}
.transMenu .hover{
	color: #212121;
}
.transMenu .hover td{
	background: #7D0000;
}
.transMenu .item img {
	margin-left: 10px
}
.transMenu .item#active {
	background: #11487B;
	color: #ffffff;
}
.transMenu .item#active:hover {
	background: #545c66;
	color: #ffffff;
}.top_menu{
	position: absolute;
	width: 980px;
	height: 27px;
	left: 15px;
	top: 155px;
}
.top_menu .inner{
	;
}
.top_menu .item{
	float: left;
	background: url(../sistem2/images/top_menu_sep.gif) no-repeat 0px 0px;
	padding-left: 10px;
	margin: 0px 10px 0px 0px;
}
.top_menu .first_1{
	background: none;
	width: 75px;
	padding-left: 0px;
	margin: 0px;
	text-align: center;
}
.top_menu .item a{
	color: #000000;
	font: 700 7pt/27px Tahoma;
}
.top_menu .first_1 a{
	color: #000000;
	font: 700 8pt/27px Tahoma;
}
