body {
	background:#9ab8d4 none repeat scroll 0 0;

	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
}
table td{ 
text-align: left;;

}
.mlddm
{	margin: 0;
	padding: 0}

	.mlddm li
	{	display: inline;
		list-style: none;
		float: left;
		margin: 0;
		padding: 0}
	
	.mlddm li a
	{	display: block;
		margin: 0 2px 0 0;
		padding: 4px 10px;
		width: auto;
		font: 12px verdana;
		text-align: center;
		text-decoration: none;
		/* text-transform: uppercase; */
		white-space: nowrap;
		color: #fff;
		/* border: 1px solid #f6f6f6 */;
		
		}

	.mlddm li a:hover
	{	background-color: #ffa800;
		/* border: 1px solid #ff6600 */ }

		.mlddm ul
		{	z-index: 100;
			position: absolute;
			visibility: hidden;
			margin: 2px 0 0 0;
			padding: 0;
			background: #fff;
			border: 1px solid #d0d0d0}

			.mlddm ul li
			{	float: none}

			.mlddm ul li a
			{	display: block;
				width: auto;
				margin: 0;
				padding: 5px 17px 5px 13px;
				font-weight: normal;
				text-align: left;
				text-transform: none;
				white-space: pre;
				color: #333;
				background: transparent;
				border-width: 0}

			.mlddm ul li a:hover
		{	color: #fff;
			background-color: #2c6eaa;
			
			border: 0px solid #fff;
			}


	.mlddm ul li .hsub
	{	background-image: url(arrow.gif);
		background-position: right;
		background-repeat:  no-repeat}

	.mlddm ul li .hsub:hover
	{	background-image: url(arrowh.gif);
		background-position: right;
		background-repeat:  no-repeat}

