/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.trans_menu{
	color:#404040;
	font-size:12px !important;
	background:url(../img/menu.png) no-repeat center top;
	margin-left:250px;
	padding-left:45px;
	float:left;
	width:729px;
	height:42px;
	padding:0px;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-250px;
}
.transmenu_table{
	margin:0px 0px 0px 35px!important;	
	border:0;
	}
.transmenu_table td{
font-size:12px;
	left:0;
	right:0;
	font-weight:normal !important;
	color:#2D2D2D;
	padding:12px 17px 11px 17px!important;
	background:url(../img/menu_seprater.jpg) no-repeat right;
}
.transmenu_table td a{
	color:#2D2D2D;
	text-transform:none;
	outline:none;
}
.mouseover{
	
		background-color:#F7F0E0!important;
}

.mousout{
	background:url(menu_seprater.jpg) no-repeat right;
}
.current_page_item
{
	background-color:#F7F0E0!important;
}
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}
.transMenu .content {
	position:absolute;
	}
.transMenu .items {
	position:relative;
	left:0;
	top:0px !important;
	z-index:2;
	
	}
	
.transMenu .item td{
	padding:7px 30px !important;
	margin:0px !important;
	background:url(../img/m_arrow.jpg) left center no-repeat;
	border-bottom:2px solid #FFFEFB;
}	
.transMenu.top .items {
	border-top:none;
	}
.transMenu .item {
    color:#000000;
    font-size:12px;
    background:#F7F0E0;	
    text-decoration:none;
	border:none;
	cursor:pointer;
	cursor:hand;
	}
.transMenu .background {
	background:#f78418;
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.8;
	filter:alpha(opacity=80);
	}
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

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

.transMenu .item.hover td{
	 background:url(../img/manuover_arrow.jpg) center left  no-repeat #E26A35;
	 color:#FFFFFF;
	}

.transMenu .item img {
	margin-left:10px;
	}
