/*---------------------------------------------------------
Main Menu Settings
----------------------------------------------------------*/
.cdd0_main_menu{
	color:#3a3a3a;	 
	border-color:#0E333D; 
}
/*---------------------------------------------------------
Main Menu Item Settings
----------------------------------------------------------*/
.cdd0_main_items{
	border-color:#0E333D;
}
/*---------------------------------------------------------
Main Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_main_items_rollover{
	
	color:#315184;
	border-color:#3A6570;
}
/**********************************************************************************************
	Divider Style Settings
***********************************************************************************************/
/*---------------------------------------------------------
Vertical Dividers
----------------------------------------------------------*/
.cdd0_dividers_vertical{

	background-color:#0E333D; 
}
/*---------------------------------------------------------
Horizontal Dividers
----------------------------------------------------------*/
.cdd0_dividers_horizontal{
	background-color:#0B090B;
}

