.transMenu
{
	left: -1000px;
	overflow: hidden;
	position: absolute;
	top: -1000px;
}
.transMenu .content
{
	position: absolute;
}
.transMenu .items
{
	border-right: #cc9999 1px solid;
	border-top: #cc9999 1px solid;
	z-index: 2;
	left: 0px;
	border-left: #cc9999 1px solid;
	width: 150px;
	border-bottom: #cc9999 5px solid;
	position: relative;
	top: 0px;
}
.top .items
{
	border-top: #cc9999 0px solid;
}
.transMenu .item
{
	font-size: 11pt;
	background: #F9F9F9;
	cursor: default;
	color: #000000;
	font-family: sylfaen, arial, sans-serif;
	text-decoration: none;
	text-align:left
}
.transMenu .item td
{
	font-size: 11pt;
	border-top:#cc9999 1px solid;
	color:#62130C
	}
.transMenu .background
{
	z-index: 1;
	filter: alpha(opacity=100);
	left: 0px;
	position: absolute;
	top: 0px;
	moz-opacity: .8;
}
.transMenu .shadowRight
{
	z-index: 3;
	filter: alpha(opacity=0);
	width: 0px;
	position: absolute;
	top: 0px;
	moz-opacity: .4;
}
.transMenu .shadowBottom
{
	z-index: 1;
	filter: alpha(opacity=0);
	left: 0px;
	position: absolute;
	height: 0px;
	moz-opacity: .4;
}
.transMenu .hover
{
	background: #FFFFCC;
	color: #003366;
}
.transMenu .item IMG
{
	margin-left: 5px;
}



