.chromestyle:after
{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul li
{
	display: inline;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
{
	position: absolute;
	top: 0;
	border: 0px solid #BBB; 
	padding-left: 10px;
	line-height: 33px;
	z-index: 100;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	/*-moz-opacity:.9;
	filter:alpha(opacity=90);*/
	background-color: #4F4F4F;
	border-left: 2px solid #F8C201;
	border-bottom: 2px solid #F8C201;
}

.dropmenudiv a
{
	width: auto;
	display: block;
	text-decoration: none;
	font-weight: normal;
	color: white;
}

* html .dropmenudiv a
{ /*IE only hack*/
	width: 100%;
}