﻿.mlddm
{	/*visibility: hidden;*/
	margin: 0;
	padding: 0;
	background: #CCCCCC;
	height: 28px;
	font-weight:800;
	display: block;
	}

	.mlddm li
	{	display: block;
		margin: 0;
		padding: 7px 0px 0px 0px;
		list-style: none;
		float: left;
		font: 11px arial;
		font-weight:800;
		color:#003366;
		position:relative;
		}

	.mlddm li a, .mlddm li a#buttonnohover, .mlddm li a#visited
	{	display: block;
		text-align: center;
		white-space: nowrap;
		color: #003366;
		padding: 0px 10px 7px 10px;
		margin: 0;
		text-decoration: none;
		background: #CCCCCC;
		font-weight:800;
	}

	/*rollovers of the top level*/
	.mlddm li a:hover, .mlddm li a#buttonhover
	{	
		background: #CCCCCC;
		text-decoration:underline;
	}
	
	/*background of the dropdown menu*/
	.mlddm ul
	{	z-index: 100;
		margin: 1px 0 0 0;
		padding: 0px 0px 0px 0px;
		visibility: hidden;
		position: absolute;
		clear: both;
		background: #CCCCCC;
		border: 1px solid #444444;
		border-width: 0px 0px 1px 0px;

	}
	
	.mlddm ul li
	{	float: none;
		display:block;
		padding: 0px 0px 0px 0px;
	}

	.mlddm ul li div
	{
		padding: 4px 15px;
		display:block;
		border: 1px solid #444444;
		border-width: 1px 1px 0px 1px;
		cursor:pointer;
		font-weight:800;
		color: #003366;
	}

	.mlddm .hsub
	{	background: no-repeat right;}

	.mlddm .hsub:hover
	{	background: #213866 no-repeat right;}

	.subheaderMenu
	{
		background: #CCCCCC;
		height:30px;
	}

	/*specific positioning for each variation of the submenu*/
	.subheaderMenu2
	{
		padding-left:50px;
		float:left;
	}
	
	.subheaderMenu3
	{
		padding-left:150px;
		float:left;
	}
	
	
	.subheaderMenu4
	{
		padding-left:150px;
		float:left;
	}
	
	.subheaderMenu5
	{
		padding-left:150px;
		float:left;
	}
	
	.subheaderMenu6
	{
		padding-left:150px;
		float:left;
	}
	
	.subheaderMenu7
	{
		padding-left:150px;
		float:left;
	}
	
	.subheaderMenu8
	{
		padding-left:150px;
		float:left;
	}
	

	/*specific positioning for each variation of the Dropdown*/
	/*name format is menuId_menuPosition*/
	#menuDropDown_164_4
	{
		right:0px;
	}


	/*alternative dropdown rollover structure for forcing word wrap for menu items*/
	.mlddm div.DropDown
	{
		width:160px;
		background: #CCCCCC;
	}
	
	.mlddm div.DropDownOver
	{
		width:160px;
		color: #333333;
		text-decoration:none;
		background-color:#FFFFFF;
	}
		
	/*IE6 requires a shim...*/
	.mlddm iframe.DropDown
	{
		width:193px;
		height:80px;
	}
	
	