/*  Styles for Main Navigation/Dropdowns   */

#nav-band {
	height: 35px;
	position: absolute;
	z-index: 1;
	width: 960px;
	top: 35px;
	background-color: #fbf186;
    filter:alpha(opacity=35);
    -moz-opacity:.35;
    -khtml-opacity:.35;
    opacity:.35 !important;
}

.mlddm
{ 
 visibility: visible; 
 margin: 0;
 padding: 0;
 overflow: hidden;
 background-color: transparent;
 height: 35px;
 
 /* crossbrowser inline-block */ 
 display: -moz-inline-box; /* ff2 compatibility */ 
 display: inline-block;  /* all normal browsers*/ 
 zoom: 1;     /* ie7 & ie6 */ 
 *display: inline;   /* ie7 & ie6 */

}

	.mlddm li
	{	display: inline;
		list-style: none;
		margin: 0;
		padding: 0 5px 0 10px;
		float: left;
		font-family: "Gill Sans W01 Bold", Arial, Helvetica, sans-serif;
		font-size: 12px;
	}

	.mlddm li a, .mlddm li a#buttonnohover
	{	display: block;
		text-align: left;
		white-space: nowrap;
		color: #3c738d;        							/*  color of text links   */
		padding: 5px 15px 2px 15px;
		margin: 0;
		width: auto;      								/*  width of container for main links */
		text-decoration: none;
		background: transparent; 							/*  background of main links */
	  	-webkit-border-top-left-radius: 15px;
	  	-moz-border-radius-topleft: 15px;
	  	-o-border-top-left-radius: 15px;
	  	border-top-left-radius: 15px;
	  	-webkit-border-top-right-radius: 15px;
	  	-moz-border-radius-topright: 15px;
	  	-o-border-top-right-radius: 15px;
	  	border-top-right-radius: 15px;
	  	-webkit-border-bottom-left-radius: 15px;
	  	-moz-border-radius-bottomleft: 15px;
	  	-o-border-bottom-left-radius: 15px;
	  	border-bottom-left-radius: 15px;
	  	-webkit-border-bottom-right-radius: 15px;
	  	-moz-border-radius-bottomright: 15px;
	  	-o-border-bottom-right-radius: 15px;
	  	border-bottom-right-radius: 15px;
	}
	

	.mlddm li a:hover, .mlddm li a#buttonhover
	{	color: #ffffff;       							/*  color of main text links on hover   */
		background: #3c738d   							/*  background color on hover  */


	}

	.mlddm ul
		{	z-index: 100;
			margin: 1px 0 0 0;
			padding: 0;
			visibility: hidden;
			position: absolute;
			clear: both;
			background: #3c738d;          				/*  background of dropdown links   -    add url(/includes/bg.jpg) if want to use backfground img  */
			}
			   
		
		.mlddm ul li
		{	
			float: none;
			padding: 0px;
		}

		.mlddm ul li a
		{	color: #FFFFFF;								/*  color of dropdown links    */
			width: auto;
			padding: 5px 15px 5px 5px;
			text-align: left;
			background: transparent;
			font-size: 12px;
			font-weight: normal;}      					/*  added to make dropdowns not bold    */

		.mlddm ul li a:hover
		{	color: #e68f1a;       						/*  color of sub text links (dropdowns) on hover   */
			padding: 5px 4px 5px 5px;
			}

		.mlddm .hsub
		{	
			background: no-repeat right url(/images/arrow_orange.gif)
		}

		.mlddm .hsub:hover
		{
			background: no-repeat right url(/images/arrow_orange.gif)	/*  backgorund color of a link with sub nav on hover  */
		}    


