﻿
#HomeIcon{margin-left:10px;width:20px;height:34px;float:left;overflow:hidden;}
#DropDownBar{width:760px;height:34px;float:left;overflow:hidden;font-size:16px;font-weight:400;z-index:9999;}

.mlddm
{	
	visibility: visible;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
	font-weight:400;
	width:760px;
	height:34px;
}

	.mlddm li
	{
		display: inline;
		list-style: none;
		float: left;
		margin: 5px 0 0 0;
		padding: 0 0 0 0;
		font-weight:500;
	}
	
	.mlddm li a, .mlddm li a#buttonnohover
	{	display: block;
		margin: 0 2px 0 0px;
		padding: 4px;
		font: 11px arial;
		font-family:Arial,Helvetica,Tahoma,Sans-serif;
		font-size:14px;

		text-align: center;
		text-decoration: none;
		white-space: nowrap;
		color: #000;
		
		/* spacing between menu items on bar */
		padding-left:7px;
		padding-right:3px;
		
	}

	.mlddm li a:hover, .mlddm li a#buttonhover
	{
	
		/* Hover colors for menu items - (dropdown) */
		background-color: #989a90; /*c80000; */
		color:white;
	}
	

	.mlddm ul
	{
		z-index: 9999;
		position: absolute;
		visibility: hidden;
		margin: 2px 0 0 0;
		padding: 0;
			
		/* Drop-down colors */
		background: White;
		border: 1px solid #6d6e65;
	}
			

	.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;
		background: transparent;
		border-width: 0;
		
		/* Link color */
		color: Black;
	}

	/* Menu items with sub-items */
	.mlddm ul li .hsub
	{
		background: transparent no-repeat right url('/V35/dropdown/arrow.png');
	}

	/* Hover over menu items with sub-items */
	.mlddm ul li .hsub:hover
	{
		background: #6d6e65 no-repeat right url('/V35/dropdown/arrow.png');
	}


	/* top menu hover - ONLY */
	.mldmm li a:hover, .mlddm li a#buttonhover {
		background-color: #6d6e65;
	}

