.mlddm {
	font-family: "Lucida Sans Unicode", "Lucida Sans", "trebuchet ms", arial;
	background-color: #c9cacb;
	margin: 0;
	padding: 0;
	height: 64px;
	background-color: #ABC9DE;
	position: absolute;
	z-index: 10;
	top: 64px;
	width: 992px;
}

.mlddm li {
	font-size: 16px;
	line-height: 64px;
	display: inline;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 248px;
	height: 64px;
}

.mlddm li.about
{ background-color: #d9dadc; background-image: url(../img/aboutTabBackground.jpg); background-repeat: repeat-x; }

.mlddm li.services
{ background-color: #eff0f0; background-image: url(../img/servicesTabBackground.jpg); background-repeat: repeat-x; }

.mlddm li.news
{ background-color: #000; }

.mlddm li.tv
{ background-color: #e3007b; background-image: url(../img/tvLogo.jpg); background-repeat: no-repeat; }

.mlddm li a, .mlddm li a#buttonnohover
{ display: block; margin: 0; width: 216px; text-decoration: none; padding: 0 16px; }

.mlddm li a.about, .mlddm li a#buttonnohover.about
{ color: #000; }

.mlddm li a.services, .mlddm li a#buttonnohover.services
{ color: #fff; }

.mlddm li a.news, .mlddm li a#buttonnohover.news
{ color: #e3007b; }

.mlddm li a.tv, .mlddm li a#buttonnohover.tv
{ color: #e3007b; }

.mlddm li a:hover.about, .mlddm li a#buttonhover.about
{ color: #99032d; }

.mlddm li a:hover.services, .mlddm li a#buttonhover.services
{ color: black; }

.mlddm li a:hover.news, .mlddm li a#buttonhover.news
{ color: #e3007b; }

.mlddm li a:hover.tv, .mlddm li a#buttonhover.tv
{ color: #e3007b; }

.mlddm ul
{
	filter: alpha(opacity=90);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	opacity: 0.9;
	background-color: transparent;
	background-image: none;
	position: absolute;
	margin: 0;
	padding: 0;
	visibility: hidden;
	position: absolute;
	top: 64px;
	width: 496px;
	z-index: 11;
	clear: both;
	display: block;
	height: 400px;
}

.mlddm ul li {
	font-size: 13px;
	line-height: 24px;
	background-image: none;
	height: 24px;
	float: none;
}
.mlddm ul li a { background-image: none; width: 216px; height: 24px; text-align: left; text-decoration: none;}

.mlddm ul li a.about
{ background-color: #d9dadc; background-image: none; }

.mlddm ul li a.services
{ background-color: #99032d; background-image: none; }

.mlddm ul li a.news
{ color: white; background-color: #000; background-image: none; }

.mlddm ul ul
{
	width: 248px;
	z-index: 12;
	display: block;
	height: auto;
}
.mlddm ul ul li
{ font-size: 12px; line-height: 24px; background-image: none; width: 248px; height: 24px; }
.mlddm ul ul li a.about
{ background-color: #c9cacb; background-image: none; z-index: 12; }

.mlddm ul ul li a.services
{ background-color: #a8294d; background-image: none; z-index: 12; }
.mlddm ul li a:hover
{ background-image: none; }





