.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;	
}
.transMenu .content {
	position:absolute;	
}

.transMenu .shadow {
	
}
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
	BORDER-COLOR: #D29E5B;
	border-left:1px solid;
	border-right:1px solid;
	border-bottom:1px solid;	
	
}

.transMenu .td_item {
	BORDER-COLOR: #D29E5B;
	border-top:1px solid;
}

.transMenu.top .items {
	border-top:none;
}
.transMenu .item {
    color:#336;			/*SETS FONT COLOUR OF SUB-MENUS*/
    font-size:11px;
    font-family:sans-serif;
	font-weight: bold;
    text-decoration:none;
	border:none;
	cursor:hand;	
}	
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.8;		/*SAME IN MOZILLA*/
	filter:alpha(opacity=95);	/*MAKE THIS 100 AND THE SUB-MENU'S TRANSPARENCY WILL GO*/
}
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:-3px; width:0px;
	-moz-opacity:.8;
	filter:alpha(opacity=60);
}
.transMenu .shadowBottom {
	position:absolute;
	z-index:3;
	left:5px; height:0px;
	-moz-opacity:.8;
	filter:alpha(opacity=60);
}
.transMenu .item.hover {
	background:#C61213;	
	color:#FFFFFF;
}
.transMenu .item img {
	margin-left:10px;
}