.transMenu1 {
	position: absolute;
	overflow: hidden;
	left: -1000px;
	top: -1000px;
	 margin-left:7px;
}
.transMenu1 .content {
	position: relative;
}
.transMenu1 .items {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 2;
	border:1px solid #ffffff;
	border-bottom:0px solid #ffffff;
}
.transMenu1 .item {
	font-family: Tahoma;
	color: #ffffff;
	font-size:9pt;
	text-decoration: none;
	border: none;
    cursor:pointer;
    height: 10px;
    line-height: 10px;
}
.transMenu1 .ps-item{
	font-family: Tahoma;
	color: #ffffff;
	font-size:9pt;
	text-decoration: none;
}
.transMenu1 .item.hover .ps-item,
.transMenu1 .item.hover {
	font-family: Tahoma;
	background-color: #FF9500;
	/*background: #0F3C9B;*/
	color: #fff;
}
.transMenu1 .item img {
}
.transMenu1 .items tr.item#active .ps-item,
.transMenu1 .items tr.item#active td{
	padding:0;
	margin:0;
	font-family: Tahoma;
	/*background-color: #0F3C9B;*/
	background-color: #FF9500;
	color: #fff;
}
.transMenu1 td{
	font-family: Tahoma;
	border-bottom:1px solid #eee;
}
.transMenu1 .shadowRight {
	width: 0px;
	position: absolute;
	z-index: 3;
   	-moz-opacity: .0 ;
	filter: alpha(opacity=0);
}
.transMenu1 .shadowBottom {
	position: absolute;
	z-index: 3;
	height: 0px;
   	-moz-opacity: .0;
	filter: alpha(opacity=0);
}
.transMenu1 .background {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
   	-moz-opacity: .90 ;
	filter: alpha(opacity=90);
}


#ps-transmenu1 {
	height:30px;
    padding:0px;
    margin:0px;
	float:left;
}
#ps-transmenu1 tr{
	height:30px;
    padding:0px;
    margin:0px;
}
#ps-transmenu1 tr td{
	height:30px;
    padding:0px;
    margin:0px;
}
#ps-transmenu1 tr td a{
	height:30px;
    padding:0px;
    margin:0px;
	padding-left:14px;
	padding-right:14px;
	color:#fff;
	font-size:10pt;
	font-weight:bold;
	font-family:tahoma;
	text-decoration:none;
}
#ps-transmenu1 tr td a:hover{
	/*color:#FF373A;*/
	color:#ff9933;
}
#ps-transmenu1 #t{
	width:5px;
    background: url(../images/mnt.gif) no-repeat top right;
}
#ps-transmenu1 #g{
    background: url(../images/mng.gif) repeat-x top left;
}
#ps-transmenu1 #p{
	width:6px;
    background: url(../images/mnp.gif) no-repeat top left;
}
#ps-transmenu1 #th{
	width:4px;
    background: url(../images/mnht.gif) no-repeat top right;
}
#ps-transmenu1 #gh{
    background: url(../images/mnhg.gif) repeat-x top left;
}
#ps-transmenu1 #ph{
	width:5px;
    background: url(../images/mnhp.gif) no-repeat top left;
}
#ps-transmenu1 tr td a.havechild-psmainlevel_active-trans,
#ps-transmenu1 tr td a.psmainlevel_active-trans{
	/*color:#2A80FF;*/
	color:#FFFFFF;
}
