﻿	.mandalay_menu 
	{
		background: url('non-hover.jpg') repeat-x;
		width: 100%;
		height: 40px;
		font-family:Times New Roman;		
		color: Navy;
	}
	
	.ContactUsToday, .SubscribeToNewsletter 
	{
		font-weight: normal;
		font-size: 10pt;
		font-family:Times New Roman,Arial, Helvetica, sans-serif;
	}
	
	#subMenuPA 
	{
		width: 200px;
	}
	.chromestyle{
		width: 100%;
		font-weight: bold;
		margin: 0px;
	}

	.chromestyle:after{ /* Add margin between menu and rest of content in Firefox */
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

	.chromestyle ul {
		width: 100%;
		margin: 0px;
		text-align: center; /*set value to "left", "center", or "right"*/
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
	}

	.chromestyle ul li
	{
		display: inline;
		margin: 0px;
	}

	.chromestyle ul li a
	{
		padding-top: 13px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		margin-top: 1px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
		font-weight: bold;
		font-size: 8pt;
		font-family: Times New Roman;
		color: Navy;
		text-decoration: none;
		position: relative;
		text-transform: uppercase;
		
	}

	.chromestyle ul li a:hover, .chromestyle ul li a.selected  
	{
		background: url('hover.jpg') repeat-x;		
	}

	/* ######### Style for Drop Down Menu ######### */

	.dropmenudiv {
		position:absolute;
		top: 0;
		border: 1px solid #bbb; /*THEME CHANGE HERE*/
		border-bottom-width: 0;
		font-weight: normal;
		font-size: 11px;		
		font-family: Arial;	
		line-height: 18px;
		z-index: 1000;
		background-color: #f4dd9f;
		width: 200px;
		visibility: hidden;
	}

	.dropmenudiv a{
		width: auto;		
		display: block;
		text-indent: 3px;
		border-bottom: 1px solid #c88a12;
		padding: 5px 0;
		text-decoration: none;
		font-family: Arial;
		color: Navy;

	}

	* html .dropmenudiv a{ /*IE only hack*/
		width: 100%;		
	}

	.dropmenudiv a:hover 
	{		
		background-color: #c88a12;		
	}
	
	/****
font-family:Arial;
		background-color:#f4dd9f;

    */