#menu_wrapper {
	background: url('images/menu-background.jpg') no-repeat;
	width:225px;
	min-height:615px;
	height:615px;
	
}


.mlddm
{	margin: 0;
	padding: 0;
}

	.mlddm li
	{	display: inline;
		list-style: none;
		margin: 0;
		padding: 0;
		float: left;
		font: 11px "URW Gothic L","Century Gothic","verdana", arial, sans-serif;
	}

	.mlddm li a
	{	display: block;
		text-align: center;
		white-space: nowrap;
		color: #FFF;
		padding: 7px 18px;
		margin: 0;
		width: auto;
		text-decoration: none;
		background-color: #233286;
	}

	.mlddm li a:hover
	{	color: #FFF;
		background-color: #213866;
	}

		.mlddm ul
		{	z-index: 100;
			margin: 1px 0 0 0;
			padding: 0;
			visibility: hidden;
			position: absolute;
			clear: both;
			background: #4570CE url('bg.jpg');
		}
		
		.mlddm ul li
		{	float: none;
		}

		.mlddm ul li a
		{	width: auto;
			padding: 9px 15px;
			text-align: left;
			background: transparent;
		}

		.mlddm ul li a:hover
		{	color: #FFF;
			padding: 8px 15px;
			border: 1px solid #528BFF;
			border-width: 1px 0px;
		}

		.mlddm .hsub
		{	background: url('arroww.gif') no-repeat right ;
		}

		.mlddm .hsub:hover
		{	background: #213866 url('arroww.gif') no-repeat right;
		}

