﻿	.lennington_menu 
	{
		background: url('lennington_button_nonhover.jpg') repeat-x;
		width: 100%;
		height: 40px;
	}
	
	.ContactUsToday, .SubscribeToNewsletter 
	{
		font-weight: normal;
		font-size: 13px;
		font-family: 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: 11px;
		font-family: Verdana;
		color: #fff;
		text-decoration: none;
		position: relative;
		text-transform: uppercase;
	}

	.chromestyle ul li a:hover, .chromestyle ul li a.selected  
	{
		background: url('lennington_button_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: Verdana;
		line-height:18px;
		z-index:1000;
		background-color: #2f303d;
		width: 200px;
		visibility: hidden;
	}

	.dropmenudiv a{
		width: auto;
		display: block;
		text-indent: 3px;
		border-bottom: 1px solid #BBB;
		padding: 5px 0;
		text-decoration: none;
		color: #fff;
	}

	* html .dropmenudiv a{ /*IE only hack*/
		width: 100%;
	}

	.dropmenudiv a:hover{ 
		background-color: #000;
	}