.chromestyle
{
	width: 100%;
}

.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
{
	position: absolute;
	padding: 3px 0px 3px 0px;
	top: -20px;
	border-left: 1px solid #80A86A;
	border-right: 1px solid #80A86A;
	border-bottom: 1px solid #80A86A;
	border-top: 0px;
	line-height: 14px;
	z-index: 100;
	background-color: #FFFFFF;
	width: 215px;
	visibility: hidden;
	/*margin-top: 16px;*/
	margin-left: -7px;
    background-image:url('/modules/moduleMainOptions1980/images/dropDownBg.gif');
    background-repeat:repeat-x;
    background-position:top center;
}


.dropmenudiv a
{
	width: auto;
	display: block;
	padding: 2px 0px 0px 0px;
	text-decoration: none;
	color: #458C2E;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}


* html .dropmenudiv a
{ /*IE only hack*/
	width: 100%;
}
.dropmenudiv table
{
    position:relative;
    
}