
#leftContainer{

	width:200px;
}

#dhtmlgoodies_menu{

    width:200px;	/* Width of main menu */

}

#dhtmlgoodies_menu ul ul{

    width:200px;	/* Width of main menu */

}

#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:10px;
}
#dhtmlgoodies_menu	li a{	/* Main menu links */

    text-decoration:none;	/* No underline */
	height:20px;	/* 20 pixel height */
	vertical-align:middle;	/* Align text in the middle */
	border-bottom : 1px dashed #9fcac9;
	display:block;
			color : #626469;
			padding: 2px 2px 2px 18px;
			width:100%;
}
#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
	color : #626469;
 }
.dhtmlgoodies_subMenu{
   border:1px solid #9fcac9;
   background-color:#ffffff;
    visibility:hidden;
	position:absolute;
	overflow:hidden;
}
.dhtmlgoodies_subMenu ul{
    margin:0px;
	padding:0px;
}
.dhtmlgoodies_subMenu ul li{
    list-style-type:none;
	margin:0px;
	
	padding:2px 2px 2px 10px;	/* 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 */
	display:block;	/* Display as block - you shouldn't change this */
		border-bottom : 1px dashed #9fcac9;
	 padding: 2px 2px 2px 15px;
		
}
.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
	display:block; 
	text-decoration:none;
	xbackground:#daefef;
}
