﻿.dropmenudiv_a{
	border-style: solid;
	border-width: 5px 1px 1px 1px;
	border-color: #FF9900;
	position: absolute;
	top: 0;
	line-height: 18px;
	z-index: 100;
	background-color: #D98200;
	width: 280px;
	visibility: hidden;
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 10pt;
	margin-left: 0px;
	margin-top: 10px;
}
.dropmenudiv_a a{
	width: auto;
	display: block;
	text-indent: 5px;
	border-top: 0 solid #678b3f;
	border-bottom: 1px solid #678b3f;
/*THEME CHANGE HERE*/	padding: 2px 0;
	text-decoration: none;
	color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	font-family: calibri;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{
	/*THEME CHANGE HERE*/
color: #000000;
	background-image: url('../images/over.jpg');
	background-repeat: repeat-x;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	font-family: calibri;
	font-size: 13px;
}
