.transMenu1 {
	position: absolute;
	overflow: hidden;
	left: -1000px;
	top: -1000px;
}
.transMenu1 .content {
	position: absolute;
	left: 4px;
	overflow: hidden;
}
.transMenu1 .items {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 2;
}
.transMenu1 .item {
	font-family: Arial;
	font-size:12px;
	text-decoration: none;
	border: none;
    cursor:pointer;
    height: 20px;
    line-height: 20px;
	#background: #2d8112;
	background:#076ebd;
	color: #FFFFFF;
}
.transMenu1 .ps-item{
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}
.transMenu1 .item.hover .ps-item,
.transMenu1 .item.hover {
	font-family: Arial;
	background: #04943f;
}
.transMenu1 .item img {
	display: none;
}
.transMenu1 .items tr.item#active .ps-item,
.transMenu1 .items tr.item#active td {
	padding:0;
	margin:0;
	font-family: Arial;
	#background: #04943f;
	background:#076ebd;
}
.transMenu1 td{
	font-family: Arial;
}
.transMenu1 .shadowRight {
	width: 0px;
	position: absolute;
	z-index: 3;
}
.transMenu1 .shadowBottom {
	position: absolute;
	z-index: 3;
	height: 0px;
}
.transMenu1 .background {
	position: relative;
	z-index: 1;
	left: 0px;
	top: 0px;
}

#ps-transmenu1 {
	height: 42px;
    padding: 0px;
    margin: 0px;
	float: left;
}
#ps-transmenu1 li {
	background: url(../images/topmenu.jpg) top left no-repeat;
	height: 42px;
	float: left;
	list-style: none;
}
#ps-transmenu1 li a {
	float: none;
    font-size: 13px;
    height: 42px;
    line-height: 42px;
    list-style: none outside none;
    padding-left: 16px;
	padding-right: 14px;
	color: #FFFFFF;
    text-decoration: none;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
}
#ps-transmenu1 li:hover a, #ps-transmenu1 li.active a {
	background: url(../images/topmenu_active.jpg) repeat-x;
}