div.dhtmlmenu {
	position: absolute;
	visibility: hidden;
	width: 150px;
	z-index: 10;
	border-top: 1px solid #B4C9DC;
}
.dhtmlmenu table {
	width: 150px;
}
table.dhtmlmenutop {
	background: #FFFFFF url(/images/dropdown_bg.jpg) repeat-x 0 100%;
	border-left: 1px solid #B4C9DC;
	border-right: 1px solid #B4C9DC;
}
.dhtmlmenutop td {
	padding: 0 10px;
}
.dhtmlmenutop a {
	display: block;
	position: relative;
	padding: 5px;
	border-top: 1px solid #EEF3F9;
	border-bottom: 1px solid #C5D6E8;
	font-size: 11px;
	text-decoration: none;
	color: #3D73A0;
}
.dhtmlmenutop a:hover {
	color: #EC2923;
}
a.dhtmlmenufirst {
	border-top-style: none;
	padding-top: 10px;
}
a.dhtmlmenulast {
	border-bottom-style: none;
	padding-bottom: 0px;
}
td.dhtmlmenubottom {
	background-color: #FFFFFF;
	width: 100%;
	border-bottom: 1px solid #B4C9DC;
	font-size: 1px;
}
