.tsplit {
	float:left;
	width:2px;
	background:url(../images/menusplit.gif) no-repeat;	
	height:20px;
	margin-top:-2px;
}
.mlddm { 
	margin: 8px;
	padding: 0;
	visibility: hidden;
	white-space: nowrap;
	overflow: hidden;
	_margin-top:-8px;
	width:888px !important;
}
.mlddm li {
	display: inline;
	float:left;
	list-style: none;
	margin: 0;
	padding: 0
}
.mlddm li a, .mlddm li a#buttonnohover {
	display: block;
	margin: 0;
	padding: 0px 15px;
	font: normal 12px Arial;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
  color: #000000 !important;
	/*background-color: #f1f1f1;*/
	margin-top:2px;
}
.mlddm li a:hover, .mlddm li a#buttonhover {
	background: #e1e1e1;
	color: #AE3C18;
}
.mlddm ul {
	z-index: 2000;
	position: absolute;
	visibility: hidden;
	margin: 1px 0 0 0;
	padding: 0;
	background: #f4f4f4;
}
.mlddm ul li {float: none}
.mlddm ul li a {
	display: block;
	width: auto;
	margin: 0px;
	padding: 4px 13px;
	font-weight: normal;
	text-align: left;
	text-transform: none;
	color: #AE3C18 !important;
	background: transparent;
	border-width: 0;
	border-bottom:1px solid #f0f0f0;
}
.mlddm ul li a:hover {color: #666666}
#tmenu {
	margin-bottom:10px;
	z-index:2000;
	position:relative;
	top:6px;
	_top:-8px;
	_margin-bottom:0;
	width:888px;
	/*margin-top:5px;
	height:33px;
	*/
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#tmenu {
		margin-top:2px;
	}
	.mlddm ul li a {
		margin: 0px;
		padding: 4px 1px 4px 1px;
	}
	.t_menu_h {
		height:33px;
	}
	.mlddm {
		height:33px;
	}
	
}
#tmenucb {
	clear:both;
	height:5px;
}
