.dropmenu {
	position: absolute;
	left: -1500px;
	visibility: visible;
	z-index: 101;
	float: left;
	width: 122px;
	border-width: 1px;
	border-style: solid;
	border-color: #FF6666;
	background-color: #993333;
	color: #999999;
}
.dropmenu ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
}
.dropmenu li {
   display: inline;
}
.dropmenu a, .dropmenu a:visited, .dropmenu a:active {
	display: block;
	width: auto;
	padding: 1px;
	margin: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #000000;
	background-color: #ff6666;
	border-collapse: inherit;
	border-top-color: #FF9999;
	border-right-color: #FF3333;
	border-bottom-color: #FF0000;
	border-left-color: #CC9966;
}
.dropmenu a:hover {
	padding: 2px;
	margin: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #000000;
	background-color: #CC3300;
	top: auto;
	visibility: visible;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	border-collapse: separate;
	caption-side: top;
	table-layout: auto;
	list-style-type: square;
	width: inherit;
	margin-right: 1px;
	border-color: #663333;
	outline-color: #FF0000;
	border-top-color: #ff6666;
	background: #ff0000;
	background-position: auto;
	margin-top: auto;
	bottom: auto;
	text-transform: none;
	text-shadow: normal;
	font-size-adjust: auto;
	word-spacing: normal;
	letter-spacing: normal;
	vertical-align: super;
	white-space: normal;
	display: block;
	page-break-after: auto;
	background-attachment: fixed;
}

