.menuitem {
	position:			absolute;
	font:				normal 11px 'Trebuchet MS',Verdana,Arial,Helvetica,sans-serif;
	padding-left:		10px;
	padding-right:		10px;
	margin-top:			1px;
	cursor:				pointer;
	color:				#363C3F;
}

.x {
	background-image:	url('/images/interface/small_down_arrow.gif');
	background-repeat:	no-repeat;
	background-position:bottom right;
}

.menutracer {
	position:			absolute;
	width:				1px;
	height:				16px;
	background-color:	#E5E6E7;
	font:				normal 11px 'Trebuchet MS',Verdana,Arial,Helvetica,sans-serif;
	margin-top:			1px;
	margin-left:		0px;
}

.menuback {
	position:			absolute;
	width:				auto;
	height:				auto;
	background-color:	#CBCCCF;
	border-bottom:		3px solid #9E3622;
	padding:			0px;
	padding-left:		1px;
	padding-right:		1px;
	margin:				0px;
	visibility:			hidden;
}

.menulink {
	display:			block;
	padding:			3px;
	width:				150px;
	background-color:	#E5E6E7;
	font:				normal 11px 'Trebuchet MS',Verdana,Arial,Helvetica,sans-serif;
	color:				#666;
	margin-bottom:		1px;
	text-decoration:	none;
	border-bottom:		1px solid #CBCCCF;
}
.menulink:hover {
	background-color:	#EFEFEF;
	color:				#9E3622;
	cursor:				pointer;
	border-bottom:		1px solid #CBCCCF;
}

.menulink.active {
	background-color:	#EFEFEF;
	color:				#333;
	cursor:				pointer;
}

.sub {
	background-image:	url('/images/interface/small_right_arrow.gif');
	background-repeat:	no-repeat;
	background-position:right center;
}
	


.menuback table {
	border-collapse:	collapse;
	margin:				0px;
	margin-left:		-1px;
}
.menuback td {
	vertical-align:		top;
	height:				100%;
	background-color:	#E5E6E7;
	border-left:		1px solid #CBCCCF;
}

.td2 { display: none; }
.td3 { display: none; }
.td4 { display: none; }
.td5 { display: none; }

