#dhtmlgoodies_menu{

    width:274px;	/* Width of main menu */
}
#dhtmlgoodies_menu	li{	/* Main menu <li> */
	width:274px;
    list-style-type:none;	/* No bullets */
	margin:0px;	/* No margin - needed for Opera */
	padding:0;
}
#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 */
	margin:0;
    padding:0;
}
#dhtmlgoodies_menu	li a{	/* Main menu links */
	width:240px;
    text-decoration:none;	/* No underline */
	color:#7B72B2;	/* Black text color */
	height:35px;	/* 20 pixel height */
	line-height:35px;	/* 20 pixel height */
	vertical-align:middle;	/* Align text in the middle */
	padding:0 0 0 34px;
	display:block;
	font-weight:bold;
					 /* Light blue background color */
}
#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
		font:12px Georgia, "Times New Roman", Times, serif;
	width:240px;
    text-decoration:none;	/* No underline */
	color: #54095B; /* Black text color */
	height:35px;	/* 20 pixel height */
	line-height:35px;	/* 20 pixel height */
	vertical-align:middle;	/* Align text in the middle */
	padding:0 0 0 34px;
	display:block;
	font-weight:bold;

					 /* Light blue background color */

}
#dhtmlgoodies_menu li a:hover 
{
	background:url("../images/lavender_inn_14.gif") top left no-repeat;
}
.dhtmlgoodies_subMenu{
    visibility:hidden;
	position:absolute;
	overflow:hidden;
    border: 1px solid #7B72B2;
	color:#FFFFFF;
	background:#FFFFFF;
	text-align:left;

}
.dhtmlgoodies_subMenu ul{
	width:264px;
    margin:0;
	padding:0;
	display:block;
	border:5px solid #FFFFFF;
}
.dhtmlgoodies_subMenu ul li{
    list-style-type:none;
	margin:0;
	padding:0;
}
.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
		
	font:12px Georgia, "Times New Roman", Times, serif;
    white-space:nowrap;	/* No line break */
	text-decoration:none;	/* No underline */
	color:#7E75B7;	/* Black text color */
	display:block;	/* Display as block - you shouldn't change this */
	width:240px;
	height:35px;
	display:block;	
	line-height:35px;
	padding:0 0 0 34px;
font-weight:bold;
}
.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
	width:240px;
	height:35px;
	display:block;
    color: #5C1663;
	display:block;
	line-height:35px;
	text-decoration:none;
	padding:0 0 0 34px;
	font-weight:bold;
}

.dhtmlgoodies_subMenu li a:hover 
{
	background:url("../images/lavender_inn_14.gif") top left no-repeat;
} 
