#dhtmlgoodies_menu {
	font-size:12px;
	width:178px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-left:5px;
}
#dhtmlgoodies_menu li {	/* Main menu <li> */
	list-style-type:none;	/* No bullets */
	margin:0px;	/* No margin - needed for Opera */
}
#dhtmlgoodies_menu ul {
	margin:0px;	/* No <ul> air */
	padding:0px;	/* No <ul> air */
}
#dhtmlgoodies_menu ul li ul {	/* Styling for those who doesn't have javascript enabled */
	padding-left:0;
}
#dhtmlgoodies_menu li a {	/* Main menu links */
	width:163px;
	font-size:16px;
	text-decoration:none;	/* No underline */
	color:#942202;	/* Black text color */
	height:20px;	/* 20 pixel height */
	line-height:20px;	/* 20 pixel height */
	vertical-align:middle;	/* Align text in the middle */
	background: url(../images/menuseperator.png) bottom left no-repeat;	/* Light blue background color */
	padding:0 0px 15px 15px;
	margin:3px;	/* A little bit of air */
	display:block;
	font-weight:normal;

}
#dhtmlgoodies_menu li a:hover {
	width:163px;
	background: url(../images/menuseperator.png) bottom left no-repeat;	/* Light blue background color */
	color: #de7000;
	padding:0 0px 15px 15px;
	display:block;
	font-weight:normal;
	font-size:16px;
}

#dhtmlgoodies_menu li.activeMainMenuItem a {
	width:163px;
	background: url(../images/menuseperator.png) bottom left no-repeat;	/* Light blue background color */
	color: #de7000;
	padding:0 0px 15px 15px;
	display:block;
	font-weight:normal;
	font-size:16px;
}

.dhtmlgoodies_subMenu {
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	border: 1px solid #942202;
	color:#942202;
	background-color:#f4f0d1;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.dhtmlgoodies_subMenu ul {
	margin:0px;
	padding:0px;
}
.dhtmlgoodies_subMenu ul li {
	list-style-type:none;
	margin:0px;
	padding:1px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
}
.dhtmlgoodies_subMenu ul li a {	/* Sub menu items */
	white-space:nowrap;	/* No line break */
	text-decoration:none;	/* No underline */
	color:#942202;	/* Black text color */
	padding:1px;	/* 1px of "air" inside */
	display:block;	/* Display as block - you shouldn't change this */
	width:178px;
	height:26px;
	display:block;
	line-height:26px;
	padding:0 10px 0 10px;
	font-size:12px;
	z-index:2;
	background-image:none;
}
.dhtmlgoodies_subMenu ul li a:hover {	/* Sub menu items - mouse over effects */
	width:178px;
	height:26px;
	display:block;
	color: #FFF;
	display:block;
	background-color: #d4bb76;
	line-height:26px;
	text-decoration:none;
	padding:0 10px 0 10px;
	font-size:12px;
	z-index:2;
	background-image:none;
}
