/* DROP DOWN MENU */
.dropmenudiv {
	font-size: 1.1em;
	font-weight: bold;
	position:absolute;
	line-height:18px;
	z-index:100;
	background-color: #FFFFFF;
	width: 135px;
	border-style: solid;
	border-top-style: none;
	border-width: 2px;
	border-color: #7C6A55;
	visibility: hidden;
	margin-top: -1px;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
}

.dropmenudiv a:hover {
	color: #7D6A55;
	text-decoration:none;
}

.dropmenudiv a:visited {
text-decoration: none;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

/* END DROP DOWN */

