/* GENERAL STYLES */
.transMenu {
	position: absolute;
	overflow: hidden;
	left: -1000px;
	top: -1000px;
	}

.transMenu .content {
	position: absolute;
	}

.transMenu .items {
	position: relative;
	left: 0px; 
	top: 0px;
	z-index: 2;
	}

.transMenu.top .items {
	border-top: none;
	}

.transMenu .item {
	color: #FFF; /* text color; no hover */
    	text-decoration: none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border: none;
	cursor: pointer;
	cursor: hand;
	}
.transMenu .item.hover {
	color: #FFFFFF; /* text color; on hover */
	background: #f3af32;
	}
.transMenu .item img {
	margin-left: 0;
	}


/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position: absolute;
	left: 0px; 
	top: 0px;
	z-index: 1;
	-moz-opacity: .98;
	filter: alpha(opacity=98);
	opacity: .98;
	}

.transMenu .shadowRight {
	position: absolute;
	z-index: 3;
	top: 0; /* 3px; */
	width: 0; /* 2px; */
	-moz-opacity: .40;
	filter: alpha(opacity=40);
	opacity: .40
	}

.transMenu .shadowBottom {
	position: absolute;
	z-index: 1;
	left: 0; /* 3px; */
	height: 0; /* 2px; */
	-moz-opacity: .40;
	filter: alpha(opacity=40);
	opacity: .40
	}


/* DJR Customizations */
tr.spacer td.top {height: 3px;}
tr.spacer td.bottom {height: 0px;}
tr.item td {padding-left: 10px;}




/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */



/* ===================================================== */
/* ===================================================== */
/* ===   OVER-RIDES FOR 'OLD' SITE LOOK ADDED BELOW  === */
/* ===================================================== */
/* ===================================================== */
.transMenu .item.hover {
	background: #693;
	}
.transMenu .item {
	color: #333; /* text color; no hover */
	}
/* DJR - also check transmenu.js for setting the background color */





/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
