/**** Main Menu Style Settings -- top two menus --
      make changes to cdd0 and copy over cdd1 ***/

/*  cdd0 -- Main Menu Group Settings - (Applies to the main container)  TOP MENU */

.cdd0_main_menu{
	
	background-color:#330066;
	cursor:default;
	font-family:verdana, arial, helvetica, sans serif;
	font-size:11px;
	font-weight: bold;
	text-align: center;
	border-style:solid;
	border-color:#ffffff;

}/*---------------------------------------------------------
Main Menu Item Settings
----------------------------------------------------------*/
.cdd0_main_items{

	background-color:#330066;
	color:#ffffff;
	cursor:default;
	border-style:none;
	border-color:#330066;


}/*---------------------------------------------------------
Main Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_main_items_rollover{

	background-color:#330066;
	color:#FFCC00;
	cursor:default;
	text-decoration:underline;
	border-style:none;
	border-color:#330066;

}


/*    SIDE COLORED MENU  */
.cdd1_main_menu{

	background-color:#330066;	
	cursor:default;
	font-family:verdana, arial, helvetica, sans serif;
	font-size:11px;
	font-weight: bold;
	text-align: left;
	border-style:none;
	border-color:#330066;
	
}/*--- Main Menu Item Settings --*/
.cdd1_main_items{

	background-color:#330066;
	color:#FFFFFF;
	cursor:default;
	border-style:none;
	border-color:#330066;

}/*--- Main Menu Item Rollover Settings --*/
.cdd1_main_items_rollover{

	background-color:#330066;
	color:#FFCC00;
	cursor:default;
	text-decoration:underline;
	border-style:none;
	border-color:#330066;

}/***  Divider Style Settings ****/

/*-- Vertical Dividers --*/
.cdd1_dividers_vertical{

	background-color:#330066;

}/*--- Horizontal Dividers ---*/
.cdd1_dividers_horizontal{

	background-color:#330066;
	


}/*---------------------------------------------------------
Sub Menu Item Settings
----------------------------------------------------------*/
.cdd1_sub_items{
	

	background-color:#330066;
	color:#FFFFFF;	cursor:default;
	font-family:verdana, arial, helvetica, sans serif;
	font-size:11px;
	font-weight: bold;
	text-align: left;
	border-style:none;
	border-color:#330066;

}/*--- Sub Menu Item Settings --*/
.cdd1_sub_items{

	background-color:#330066;
	color:#FFFFFF;
	cursor:default;
	border-style:none;
	border-color:#330066;





}/*---------------------------------------------------------
Sub Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd1_sub_items_rollover{

	
	background-color:#330066;
	color:#FFCC00;
	cursor:default;
	text-decoration:underline;
	border-style:none;
	border-color:#330066;



}/**********************************************************************************************

	Divider Style Settings

***********************************************************************************************/



/*---------------------------------------------------------
Vertical Dividers
----------------------------------------------------------*/
.cdd1_dividers_vertical{



	background-color:#330066;





}/*---------------------------------------------------------
Horizontal Dividers
----------------------------------------------------------*/
.cdd1_dividers_horizontal{



	background-color:#330066;




	
}