.mlddm
{
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #0A94D5 url(../images/nav-background.jpg) repeat-x
}

	.mlddm li
	{
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size: 11px;
	font-weight: bold;
	background-repeat: repeat-x;
}

	.mlddm li a, .mlddm li a#buttonnohover
	{
	display: block;
	text-align: center;
	white-space: nowrap;
	color: #FFFFFF;
	padding: 11px 15px 11px;
	margin: 0;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

	.mlddm li a:hover, .mlddm li a#buttonhover
	{
	color: #002B5E;
	background: #FFFFFF url(../images/grey-sub-background.jpg) repeat-x left bottom;
}

.mlddm ul
{
	z-index: 100;
	margin: 1px 0 0;
	padding: 0;
	visibility: hidden;
	position: absolute;
	clear: both;
	background: #0A94D5 url(../images/nav-sub-background.jpg) repeat-x left bottom;
	width: 200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
		
		.mlddm ul li
		{
	float: none;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-left-style: none;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

		.mlddm ul li a
		{
	width: auto;
	padding: 9px 15px;
	text-align: left;
	background: transparent;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FDFDFD;
	border-right-style: none;
	border-top-style: none;
	border-left-style: none;
}

		.mlddm ul li a:hover
		{
	color: #002B5E;
	padding: 9px 15px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #00457D;
	border-left: none;
	background: #FFFFFF url(../images/grey-sub-background.jpg) repeat-x left bottom;
}

		.mlddm .hsub
		{
	background: no-repeat right url(arroww.gif);
}

		.mlddm .hsub:hover
		{
	background: #FFFFFF url(../images/grey-sub1-background.jpg) repeat-x left bottom;
	color: #002B5E;
}
