.chromestyle
	{
	margin-left:238px;
	margin-bottom:20px;
	margin-right:20px;
	padding-top:8px;
	padding-bottom:3px;
	text-align:center;
	font: 80% Arial Verdana, Helvetica, sans-serif;
	font-weight:normal;
	color:#F47735;
	line-height:1.35em;
	}

.chromestyle a
	{
	color:#999999; 
	text-decoration:none; 
	font-weight:bold;
	}

.chromestyle a:hover 
	{
	color:#F47735; 
	text-decoration:none; 
	font-weight:bold;
	} 
	
.chromestyle a:visited
	{
	color:#999999; 
	text-decoration:none; 
	font-weight:bold;
	}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
	{
	font: Arial, Verdana, Helvetica, sans-serif;
	position:absolute;
	top: 0;
	display:block;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: #CFD7E9;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=125,strength=4); /*Add Shadow in IE. Remove if desired*/
	}


.dropmenudiv a
	{
	text-indent: 3px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	font:80% Arial, Verdana, Helvetica, sans-serif;
	color: #0D3692;
	display: block;
	}

.dropmenudiv a:hover
	{
	text-indent: 3px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	font:80% Arial, Verdana, Helvetica, sans-serif;
	background-color:#0D3692; 
	color: #FFFFFF;
	display:block;
	}

.dropmenudiv a:visited
	{
	text-decoration: none;
	}

