
/* TransMenu
-------------------------------------------------
Originally developed by Aaron Boodman
http://www.youngpup.net/
--------------------------------------------------
NOTE: TransMenu background and some
configurations are located in the ja-transmenu.js.
-------------------------------------------------*/

.transMenu {
	position: absolute;
	overflow: hidden;
	left: -1000px;
	top: -1000px;
}

.transMenu .content {
	position: absolute;
}

.transMenu .items {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 2;
	font-size: 12px;
}

.transMenu .background {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
}

.transMenu .shadowRight {
	width: 2px;
	position: absolute;
	z-index: 3;
	top: 3px;
	-moz-opacity: .2;
	filter: alpha(opacity=20);
}

.transMenu .shadowBottom {
	position: absolute;
	z-index: 1;
	left: 3px;
	height: 2px;
	-moz-opacity: .2;
	filter: alpha(opacity=20);
}

/* each TR.item is one menu item */
.transMenu .item {
	border: none;
	color: #5A5A5A;
	text-decoration: none;
	text-transform: none;
	cursor: pointer;
	font-weight: normal;
}

.transMenu .item.hover {
	color: #FFFFFF;
	background: #ff6666;
}

.transMenu .item#active, .transMenu .item#active:hover {
	background: #ff6666;
	color: #FFFFFF!important;
	font-weight: bold;
}

a.havechild-mainlevel-trans {
	background: url(img/arrow-off2.gif) center right no-repeat;
}

