.transMenu
{
	LEFT: -1000px; OVERFLOW: hidden; POSITION: absolute; TOP: -1000px;
}

.transMenu .content 
{
	POSITION: absolute;
	LEFT: 0px; 
	TOP: 0px; 
	font-size: small;
}

.top .items 
{
	border-top-style: none;
}

.TransMenuBackground
{
	z-index: 1; 
	background: #e5e5e5;
	filter: alpha(opacity=80); 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	moz-opacity: .8;
}

.TransMenuShadow 
{
	z-index: 1; filter: alpha(opacity=40);
	moz-opacity: .4;
	position: absolute; 
	background-color: black;
}


.TransMenuItem 
{
    cursor: pointer;
    color: black; 
    border: none;
    text-decoration: none;
}

.TransMenuScroller
{
	z-index: 2; left: 0px; position: relative; top: 0px;
}

.TransMenuScrollerItem, .TransMenuScrollerItemHover
{
    cursor: pointer;
    text-decoration: none;
	text-align: center;
	background: #e0e0e0;
}

.TransMenuScrollerItemHover
{
	background: #c0c0c0;
}

.TransMenuItem, .TransMenuItemHover
{
    cursor: pointer;
    border: none;
    text-decoration: none;
	text-align: left;
	color: #333333;
}

.TransMenuItemHover
{
	background: #c0c0c0;
}
