/**********************************************************************************************

	Main Menu Style Settings

***********************************************************************************************/


/*---------------------------------------------------------
Main Menu Group Settings - (Applies to the main container)
----------------------------------------------------------*/
.cdd4_main_menu{

	
	/*background-color:#DCF0FC;*/
	
	cursor:hand;
	cursor:pointer;

	color:#003C62;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	/*font-weight: normal;*/

	/*border-style:solid;*/
	/*border-color:#50B2F0;*/
	



}/*---------------------------------------------------------
Main Menu Item Settings
----------------------------------------------------------*/
.cdd4_main_items{


	/*background-color:#DCF0FC;*/
	cursor:hand;

	
	/*border-style:solid;*/
	/*border-color:#50B2F0;*/




}/*---------------------------------------------------------
Main Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd4_main_items_rollover{



	/*background-color:#DCF0FC;*/
	color:#50B2F0;

	cursor:hand;

	text-decoration:underline;

	/*border-style:dashed;*/
	/*border-color:#50B2F0;*/





}/**********************************************************************************************

	Sub Menu Style Settings

***********************************************************************************************/


/*---------------------------------------------------------
Sub Menu Group Settings - (Applies to all sub containers)
----------------------------------------------------------*/
.cdd4_sub_menu{

	
	background-color:#DCF0FC;
	cursor:hand;

	color:#003C62;
	font-family:Arial;
	font-size:11px;

	border-style:solid;
	border-color:#50B2F0;







}/*---------------------------------------------------------
Sub Menu Item Settings
----------------------------------------------------------*/
.cdd4_sub_items{
	

	/*background-color:#DCF0FC;*/
	cursor:hand;

	/*border-style:solid;*/
	/*border-color:#50B2F0;*/




}/*---------------------------------------------------------
Sub Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd4_sub_items_rollover{

	
	/*background-color:#DCF0FC;*/
	cursor:hand;

	color:#50B2F0;
	text-decoration:underline;


	/*border-style:dashed;*/
	/*border-color:#50B2F0;*/
	



}/**********************************************************************************************

	Divider Style Settings

***********************************************************************************************/



/*---------------------------------------------------------
Vertical Dividers
----------------------------------------------------------*/
.cdd4_dividers_vertical{



	/*background-color:#50B2F0;*/





}/*---------------------------------------------------------
Horizontal Dividers
----------------------------------------------------------*/
.cdd4_dividers_horizontal{



	/*background-color:#50B2F0;*/




	
}/**********************************************************************************************

	Optional Specific Settings

	Specifically define settings for any item or menu group
	by using the following syntax with the items index.

***********************************************************************************************/	




/*

#cdd_item1_0
{
	CSS settings here for first main menu item	
	
}



#cdd_item1_menu
{

	CSS settings here for main menu group
	
}

*/





