.mlddm {
	width:1020px;
	height:50px;
	background-image:url(../images/menuBg.jpg);
	background-repeat:repeat-x;
	margin-left:auto;
	margin-right:auto;
}
.mlddm li {
	float: left;
	list-style: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.mlddm li a {
	display: block;
	height: 50px;
	width: 110px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	line-height: 50px;
	text-decoration:none;
	color:#CCC;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9B1313;
	border-right-color: #9B1313;
	border-bottom-color: #9B1313;
	border-left-color: #9B1313;
}
.mlddm li a:hover {
	background-image:url(../images/menuSelected.png);
	background-repeat:repeat-x;
	background-position:center;
	color: #FFF;
}
.mlddm ul {
	z-index: 100;
	padding: 1px 0px 0px 0px;
	visibility: hidden;
	position: absolute;
	clear: both;
}
.mlddm ul li ul {
	z-index: 100;
	margin: 10px 0px 0px 0px;
	visibility: hidden;
	position: absolute;
	clear: both;
}
.mlddm ul li {
	float: none;
	border-width: 0px;
	padding: 0px;
}
.mlddm ul li a {
	white-space: nowrap;
	width: 125px;
	height:40px;
	line-height: 40px;
	/*background:#A01313;*/
	background:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#333;
	border-bottom:1px dotted #aaaaaa;
	border-left:1px dotted #aaaaaa;
	border-right:1px dotted #aaaaaa;
}
.mlddm ul li ul li a {
	border-bottom:1px dotted #aaaaaa;
	border-left:none;
	border-right:1px dotted #aaaaaa;
}
.mlddm ul li a:hover {
	background-image:url(../images/subMenuSelected.png);
	/*background:#666;*/
	background-repeat:repeat-x;
	background-position:center;
	color: #000;
}
.mlddm li.selected {
	background-image:url(../images/menuSelected.png);
	background-repeat:repeat-x;
	background-position:center;
}
.mlddm li.selected a {
	border-top-color: #b05b58;
	border-right-color: #b05b58;
	border-bottom-color: #b05b58;
	border-left-color: #b05b58;
}

