#dropmenudiv {
	font-family: arial, helvetica;
	border: solid 1px #af9043;
	position: absolute;
	top: 24px;
	background-color: #fffac8;
	visibility: hidden; 
	z-index: 900;
	padding: 4px 0px;
	width: auto;
}

#dropmenudiv a {
	width: 100%;
	font-family: arial, helvetica;
	font-size: 11px;
	display: block;
	margin: 0;
	color: #2f648c;
	background: #fffac8 url(images/arrow.gif) no-repeat 7px 50%;
	padding: 1px 10px 1px 17px;
	text-decoration: none;
	white-space: nowrap;
	cursor: default;
	z-index: 900;
}

html>body #dropmenudiv a { /*Non IE rule*/
width: auto;
}

#dropmenudiv a:hover {
	font-family: arial, helvetica;
	font-size: 11px;
	color: #0d3e64;
	background: #d2dce7 url(images/arrow_over.gif) no-repeat 7px 50%;
}

#mainMenu a {
	font-family: arial, helvetica;
	font-size: 14px;
	display: block;
	margin: 0;
	color: #ffffff;
	padding: 0px 4px 0px 6px;
	text-decoration: none;
	white-space: nowrap;
	background: #9D9754 url(images/arrow.gif) no-repeat 0 50%;
	width: auto;
	/* mac ie needs a height for labels */
	height: 15px; 
	border-right: 1px solid #c0bc90;

}

#mainMenu a:visited {
	font-family: arial, helvetica;
	font-size: 14px;
	display: block;
	margin: 0;
	color: #ffffff;
	padding: 0px 4px 0px 6px;
	text-decoration: none;
	white-space: nowrap;
	background: #9D9754 url(images/arrow_over.gif) no-repeat 0 50%;
	width: auto;
	/* mac ie needs a height for labels */
	height: 15px;
}