/*drop down menus*/

.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	z-index:10;
	}

.transMenu .content {
	position:absolute;
	z-index:10;
	}
	
.transMenu .items {
	position:relative;
	left:13px; top:0px;
	z-index:20;
	background-color:#7d848a;
	}

.transMenu.top .items {
	border-top:none;
	}

.transMenu .item {
    color:#000000;
	font-size:11px;
	text-decoration:none;
	font-family:tahoma;
	border:none;
	cursor:pointer;
	cursor:hand;
	}

.transMenu .item.hover {
	background:#7d848a;
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
	font-family:tahoma
	}

.subnavlink {
    color:#000000;
	font-size:11px;
	text-decoration:none;
	
	font-family:tahoma
	}

.subnavlink:hover {
	background:#7d848a;
	color:#ffffff;
	font-size:11px;
	text-decoration:none;
	font-family:tahoma
	}

.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:10;
	-moz-opacity:1;
	filter:alpha(opacity=90);
	}

.transMenu .shadowRight {
	position:absolute;
	z-index:30;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=85);
	color:#000000;
	}

.transMenu .shadowBottom {
	position:absolute;
	z-index:10;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=85);
	color:#000000;
	}

.transMenu .item img {
	margin-left:10px;
	}


