#leftContainer
{
	width: 200px;
}
#dhtmlgoodies_menu
{
	width:auto;
}

#dhtmlgoodies_menu UL UL
{
	width: auto;
}

#dhtmlgoodies_menu LI
{
	list-style-type: none;
	margin: 0px;
}
#dhtmlgoodies_menu UL
{
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
#dhtmlgoodies_menu UL LI UL
{
	padding-left: 0px;
	
	width:auto;
}
#dhtmlgoodies_menu LI A
{
	width: auto;
	border-bottom: #9fcac9 1px dashed;
	padding-bottom: 2px;
	padding-left: 18px;
	padding-right: 2px;
	display: block;
	height: 20px;
	color: #626469;
	vertical-align: middle;
	text-decoration: none;
	padding-top: 2px;
}
#dhtmlgoodies_menu LI A:hover
{
	color: #626469;
}
#dhtmlgoodies_menu .activeMainMenuItem
{
	color: #626469;
}
.dhtmlgoodies_subMenu
{
	border-bottom: #9fcac9 1px solid;
	position: absolute;
	border-left: #9fcac9 1px solid;
	background-color: #ffffff;
	visibility: hidden;
	overflow: hidden;
	border-top: #9fcac9 1px solid;
	border-right: #9fcac9 1px solid;
}
.dhtmlgoodies_subMenu UL
{
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.dhtmlgoodies_subMenu UL LI
{
	padding-bottom: 2px;
	list-style-type: none;
	margin: 0px;
	padding-left: 10px;
	padding-right: 2px;
	padding-top: 2px;
}
.dhtmlgoodies_subMenu UL LI A
{
	width:100%;
	border-bottom: #9fcac9 1px dashed;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-right: 2px;
	display: block;
	white-space: nowrap;
	text-decoration: none;
	padding-top: 2px;
}
.dhtmlgoodies_subMenu UL LI A:hover
{
	display: block;
	text-decoration: none;
	background: #daefef;
}

