
#leftContainer{
	font-family:Verdana,Tahoma,Arial,Helvetica,Times New Roman;	
    font-size: 10pt;
	width:200px;
}

#dhtmlgoodies_menu{
	font-family:Verdana,Tahoma,Arial,Helvetica,Times New Roman;	
	font-size: 10pt;
    width:200px;	/* Width of main menu */

}
#dhtmlgoodies_menu	li{	/* Main menu <li> */
	font-family:Verdana,Tahoma,Arial,Helvetica,Times New Roman;	
	font-size: 10pt;
    list-style-type:none;	/* No bullets */
	margin:0px;	/* No margin - needed for Opera */
}
#dhtmlgoodies_menu ul{
	font-family:Verdana,Tahoma,Arial,Helvetica,Times New Roman;	
	font-size: 10pt;
    margin:0px;	/* No <ul> air */
	padding:0px;	/* No <ul> air */
}
#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled */
	font-family:Verdana,Tahoma,Arial,Helvetica,Times New Roman;	
	font-size: 10pt;
    padding-left:10px;
}
#dhtmlgoodies_menu	li a{	/* Main menu links */
	font-family:Verdana,Tahoma,Arial,Helvetica,Times New Roman;	
	font-size: 10pt;
    text-decoration:none;	/* No underline */
	color:#372002;	/* Black text color */
	height:20px;	/* 20 pixel height */
	line-height:20px;	/* 20 pixel height */
	vertical-align:middle;	/* Align text in the middle */
	border: 1px solid #f68735;
	background-color:#ffffff;	/* Light blue background color */
	margin:1px;	/* A little bit of air */
	padding:1px;	/* Air between border and text inside */
	display:block;
}
#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
	font-family:Verdana,Tahoma,Arial,Helvetica,Times New Roman;	
	font-size: 10pt;
    color: #372002; 
    background-color: #f68735; 
}
.dhtmlgoodies_subMenu{
  	font-family:Verdana,Tahoma,Arial,Helvetica,Times New Roman;	
	font-size: 10pt;
    visibility:hidden;
	position:absolute;
	overflow:hidden;
    border: 1px solid #f68735;
	color:#372002;
	background-color:#ffffff;
	text-align:left;

}
.dhtmlgoodies_subMenu ul{
	font-family:Verdana,Tahoma,Arial,Helvetica,Times New Roman;	
	font-size: 10pt;
    margin:0px;
	padding:0px;
}
.dhtmlgoodies_subMenu ul li{
	font-family:Verdana,Tahoma,Arial,Helvetica,Times New Roman;	
	font-size: 10pt;
    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 */
	font-family:Verdana,Tahoma,Arial,Helvetica,Times New Roman;	
	font-size: 10pt;
    white-space:nowrap;	/* No line break */
	text-decoration:none;	/* No underline */
	color:#372002;	/* Black text color */
	padding:1px;	/* 1px of "air" inside */
	display:block;	/* Display as block - you shouldn't change this */
    border: 1px solid #f68735;
	width:300px;	
}
.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
	font-family:Verdana,Tahoma,Arial,Helvetica,Times New Roman;	
    font-size: 10pt;
    color: #372002;
	display:block; 
    background-color: #f68735; 
	text-decoration:none;
}

