#dhtmlgoodies_menu{

    width:184px;	/* Width of main menu */
	padding:0;
	margin:0;
	display:block;

}
#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:164px;
    text-decoration:none;	/* No underline */
	color:#404D1C;	/* Black text color */
	height:24px;	/* 20 pixel height */
	line-height:24px;	/* 20 pixel height */
	vertical-align:middle;	/* Align text in the middle */
	background:#B4AF92;	/* background color */
	padding:0 10px 0 10px;
	display:block;
	font-weight:bold;
}
#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
	width:164px;
	background:#D8D6D7;	/* background color */
    color: #404D1C; 
	padding:0 10px 0 10px;
	display:block;
}


#dhtmlgoodies_menu li.selected a {
background:#D8D6D7 none repeat scroll 0 0;
color:#404D1C;
display:block;
font-weight:bold;
height:24px;
line-height:24px;
padding:0 10px;
text-decoration:none;
vertical-align:middle;
width:164px;
}






.dhtmlgoodies_subMenu{
    visibility:hidden;
	position:absolute;
	overflow:hidden;
    border: 1px solid #FFFEFE;
	color:#FFFEFE;
	background:#B4AF92;
	text-align:left;

}
.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 */
	width:240px;
    white-space:nowrap;	/* No line break */
	text-decoration:none;	/* No underline */
	color:#44511F;	/* Black text color */
	display:block;	/* Display as block - you shouldn't change this */
	height:24px;
	display:block;	
	line-height:24px;
	padding:0 10px 0 10px;
	font-weight:bold;
}
.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
	width:240px;
	height:24px;
	display:block;
    color: #44511F;
	display:block;
	line-height:24px;
	text-decoration:none;
	padding:0 10px 0 10px;
	font-weight:bold;
	background:#D7D4D6;
}
