.cdd0_main_menu{
	background-color:#eeeeee;
	cursor:hand;
	cursor:pointer;
	color:#231F20;
	font-size:14px;
	border: solid #656628;
}
.cdd0_main_items{
	background-color:#656628;
	cursor:hand;	
	border-style:solid;
	border-color:#9a9a9a;
}
.cdd0_main_items_rollover{
	background-color:#656628;
	cursor:hand;
	text-decoration:underline;
	border: dashed #656628;
}
.cdd0_sub_menu{
	background-color:#D6D792;
	cursor:hand;
	color:#585858;
	font-size:13px;
	border: solid #656628;
}
.cdd0_sub_items{
	cursor:hand;
	border: solid #D6D792;
}
.cdd0_sub_items_rollover{
	background-color:#656628;
	cursor:hand;
	color:#FDFCE7;
	border: solid #656628;
}
.cdd0_dividers_vertical{
	/*background-color:#transparent;*/
}
.cdd0_dividers_horizontal{
	background-color:#999999;	
}





