div.menu a,
div.menu a:visited,
div.menu a:link {
	color: #EFECDD;
	display: block;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 0px;
	text-align: right;
	text-decoration: none;
	white-space: nowrap;
}

div.menu td {
	background-color: #3E365D;
	border-bottom: 0px none #B2B2BF;
	border-left: 0px none #efecdd;
	border-right: 1px solid #B2B2BF;
	border-top: 0px none #B2B2BF;
}

div.menu td.last {
	border-right: 0px none #B2B2BF;
}

table.menu {
	border: 0px none #ffFFFF;
	left: 0px;
	margin: 0px;
	position: relative;
	top: 0px;
}

table.menu a {
	display: block;
	margin: 0px;
/*	padding: 2px 9px 2px 9px;*/
	padding: 0px 9px 0px 9px;
	position: relative;
}

.transmenu {
	left: -1000px;
	overflow: hidden;
	position: absolute;
	top: -1000px;
	margin-top: 3px;
}

.transmenu  .item.hover td {
	color: #FFFFFF!important;
}

.transmenu  td {
	color: #EFECDD !important;
	font-family: Georgia, 'Times New Roman', Times, serif !important;
	font-size: 11px !important;
	font-weight: normal !important;
	padding: 2px 9px 2px 9px!important;
	text-align: left !important;
}

.transmenu .background {
	background-color: #3E365D!important;
	filter: alpha(opacity=60);
	left: 0px;
	-moz-opacity: 0.6;
	position: absolute;
	top: 0px;
	z-index: 1;
}

.transmenu .content {
	position: absolute;
}

.transmenu .item {
	cursor: pointer;
	cursor: hand;
	text-decoration: none; /* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
}

.transmenu .item img {
	margin-left: 10px;
}

.transmenu .item.hover {
	background-color: #666677;
}

.transmenu .items {
	border: 0px none #FFFFFF;
	left: 0px;
	position: relative;
	top: 0px;
	z-index: 2;
}

.transmenu .shadowbottom {
	display: none;
	filter: alpha(opacity=60);
	height: 0px;
	left: 0px;
	-moz-opacity: 0.6;
	position: absolute;
	z-index: 1;
}

.transmenu .shadowright {
	display: none;
	background-color: #fff;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	position: absolute;
	top: 0px;
	width: 0px;
	z-index: 3;
}

.transmenu.top .items {
}

#menu a.hover {
/*	background-color: #666677;*/
	color: #B2B2BF;
}
