	html{
		height:100%;
	}
	body{
	font-family: Verdana, Arial, Trebuchet MS, Lucida Sans Unicode, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	background-color:#f8f4e0;
	height:100%;
	text-align:left;
	color: #5B4D5E;
	background-repeat: no-repeat;

	}
	.clear{
		clear:both;
	}
	
	#mainContainer{ 
	overflow: visible;
		width:550px;
		text-align:left;
		margin:0 auto;
		padding-left:80px;
		height:100%;
	}
	
	#leftMenu{
	font-size:1em;
	width:150px;
	padding-left:0px;
	padding-right:0px;
	color: #5B4D5E;
	vertical-align: top;
	}
	#mainContent{
		width: 400px;
		padding-right:0px;	
		padding-left:0px;
		float:left;
	}
	/*
	General rules
	*/

	#dhtmlgoodies_slidedown_menu li{
	font-size:10px;
	list-style-type:none;
	color: #5B4D5E;
	position: relative;
	}
	#dhtmlgoodies_slidedown_menu ul{
	margin:0px;
	padding:1px;
	position:absolute;
	color: #5B4D5E;
	float: none;
	width: 200;
	}

	#dhtmlgoodies_slidedown_menu div{
		margin:0px;
		padding:0px;
		color: #5B4D5E;	
	}
	/* 	Layout CSS */
	#dhtmlgoodies_slidedown_menu{
	width:150px;
	color: #5B4D5E;
	margin-top: 0px;
	}

	/* All A tags - i.e menu items. */
	#dhtmlgoodies_slidedown_menu a{
		font-family: Verdana, Arial, sans-serif;
		text-decoration:none;	
		display:block;
		clear:both;
		width:140px;	
		padding-left:5px;	
		color: #FFF;	
	}
	
	/*
	A tags 
	*/
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth1{	/* Main menu items */
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size:10px;	
		margin-top:1px;
		border-bottom:0px solid #000;
		font-weight:bold;
		color: #5B4D5E;	

	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{	/* Sub menu items */
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size:10px;
		margin-top:1px;
		padding-left:10px;	
		color: #5B4D5E;	
	}
	/* UL tags, i.e group of menu utems. 
	It's important to add style to the UL if you're specifying margins. If not, assign the style directly
	to the parent DIV, i.e. 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1
	
	instead of 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul
	*/
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul{
		padding:1px;
		color: #5B4D5E;	
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv2 ul{
		margin-left:5px;
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv3 ul{
		margin-left:10px;
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4 ul{
		margin-left:15px;
		padding:1px;
	}
	

