.transMenu
{
	overflow: hidden;
	position: absolute;
}

.transMenu .content
{
	position: absolute;
}

.transMenu .items
{
	z-index: 2;
	left: 0px;
	position: relative;
	top: 0px;
}

.transMenu .background
{
	z-index: 1;
	filter: alpha(opacity=80);
	left: 0px;
	position: absolute;
	top: 0px;
	-moz-opacity: .8;
}

.transMenu .shadowRight
{
	z-index: 3;
	filter: alpha(opacity=60);
	width: 2px;
	position: absolute;
	top: 3px;
	-moz-opacity: .6;
}

.transMenu .shadowBottom
{
	z-index: 1;
	filter: alpha(opacity=60);
	left: 3px;
	position: absolute;
	height: 2px;
	-moz-opacity: .6;
}

.transMenu .item
{
	display: block;
	margin: 0px;
	cursor: hand;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	font-weight: bold;
}

.transMenu .item TD
{
	color: #deebe2;
	line-height: 19px;
	height: 19px;
}

.transMenu .hover.item
{
	background: #deebe2;
}

.transMenu .hover.item TD
{
	color: #000000;
}

.transMenu .item IMG
{
	margin-left: 10px;
	background-position: right center;
	background-image: url(Images/arrow-off.gif);
	background-repeat: no-repeat;
}

.transMenu .item#active
{
	background: #56ac51;
	filter: alpha(opacity=60);
	color: #000000 !important;
	-moz-opacity: .6;
	padding-left: 8px;
}

.transMenu .item#active:hover
{
	background: #000000;
	color: #ffffff;
}

A.jahover
{
	background: url(Images/arrow-off.gif) #56ac51 no-repeat right center;
	color: #ffffff !important;
}

A.jahover-active
{
	background: url(Images/arrow-off.gif) #56ac51 no-repeat right center;
	color: #ffffff !important;
}

A.mainlevel-trans, A.mainlevel-trans:link, A.mainlevel-trans:visited
{
	clear: both;
	display: block;
	width: 164px;
	color: #708090;
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 1px;
	padding-bottom: 4px;
	padding-top: 4px;
	height: 18px;
	line-height: 17px;
	border-left: #e0ede4 thick solid;
	border-right: #deebe2 1px solid;
	font-weight: bold;
}

A.mainlevel-trans:hover
{
	background: #56ac51;
	color: #ffffff;
	border-left: #66ffff thick solid;
}

A.mainlevel-trans:active
{
	clear: both;
	display: block;
	color: #FFFFFF;
}

A.mainlevel-trans:focus
{
	clear: both;
	display: block;
	color: #FFFFFF;
}
