/* main nav bar    */
.mlddm 
{	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #425598;
	/* background: #003E7E; */
	height: 28px
	}

	/* All nav buttons    */
	.mlddm li  
	{	display: inline;
		list-style: none;
		margin: 0;
		padding: 0;
		float: left;
		font: 12px arial
		}

	/* main nav bar buttons    */
	.mlddm li a, .mlddm li a#buttonnohover
	{	display: block;
		text-align: center;
		white-space: nowrap;
		color: #FFF;
		padding: 7px 10px;
		margin: 0;
		width: 70px;
		text-decoration: none;
		font-weight:bold;
		background: #425598 
		/* background: #003E7E */
		}

	/*     */
	.mlddm li a:hover, .mlddm li a#buttonhover
	{	
		color: #FFF;
		background: #213866
		}

		/* drop down menu    */
		.mlddm ul
		{	z-index: 100;
			margin-top:		0px;/* how far down for popup */
			margin-bottom:	0px;/* not sure */
			margin-right:	0px;/* not sure */
			margin-left:	-2px;/* how far out the pop over menu displays */
			padding: 0;
			visibility: hidden;
			position: absolute;
			clear: both;
			background: #4570CE url(bg.jpg)
			}
		
		/*     */
		.mlddm ul li
		{	
			float: none
			}

		/* drop down menu buttons    */
		.mlddm ul li a
		{	width: auto; /* auto, px or % - controls the width of pop up buttons */
			padding: 5px 15px; /* height and width padding of buttons */
			font-weight: normal;
			text-align: left;
			background: transparent
			}

		/* hover over drop down menu buttons    */
		.mlddm ul li a:hover
		{	color: #FFF;
			padding: 4px 15px;
			/* first value should be 1 less then non-hover padding, to account for border width below */
			border: 1px solid #528BFF;
			border-width: 1px 0px
			}

		/*     */
		.mlddm .hsub
		{	background: no-repeat right url(arroww.gif)}

		/*     */
		.mlddm .hsub:hover
		{	background: #213866 no-repeat right url(arroww.gif)}

