#dropmenudiv {
	margin-left:1px;
	position:absolute;
	top:-1px;
	font:normal 9pt Arial, Helvetica, sans-serif;
	line-height:18px;
	z-index:1000;
	text-align:left;
	padding:3px 8px 3px 0px;
	width:100%;
}

*html #dropmenudiv {
	padding-right:3px;
}


#dropmenudiv a {
	z-index:1000;
	display: block;
	white-space:nowrap;
	text-indent: 14px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	margin:0px 0px 0px 4px;
	background:transparent;
	border-bottom:1px dotted #fff;
	width:100%;
}

#dropmenudiv a:hover { 
	background-image: url('../images/dropdown_arrow.gif') 2px center no-repeat;
	font-weight:bold;
}

#dropmenudiv_firefox {
	margin-left:1px;
	position:absolute;
	font:normal 9pt Arial, Helvetica, sans-serif;
	line-height:18px;
	z-index:1000;
	/*padding-top:10px;*/
	padding:3px 8px 3px 0px;
	text-align:left;
	background:url('../images/dropdown.jpg') top left repeat-x;
	width:100%;
}

#dropmenudiv_firefox a {
	width: 100%;
	z-index:1000;
	display: block;
	text-indent: 14px;
	padding: 3px 0;
	text-decoration: none;
	font-weight: normal;
	background:transparent;
	border-bottom:1px dotted #fff;
	margin:0px 0px 0px 4px;
}

#dropmenudiv_firefox a:hover { 
	background-image:url('../images/dropdown_arrow.gif');
	background-position: 2px center;
	background-repeat: no-repeat;
	font-weight:bold;
}

