/**********************************************************************************************

	Main Menu Style Settings

***********************************************************************************************/


/*---------------------------------------------------------
Main Menu Group Settings - (Applies to the main container)
----------------------------------------------------------*/
.cdd0_main_menu{

	
	background-color:#6699cc;
	
	cursor:hand;
	cursor:pointer;

	color:#FFFFFF;
	font-family:Arial;
	font-size:11px;
	font-weight: bold;
	
	border-style:solid;
	border-color:#6699cc;
	

}/*---------------------------------------------------------
Main Menu Item Settings
----------------------------------------------------------*/
.cdd0_main_items{


	background-color:#6699cc;
	cursor:hand;

	border-style:solid;
	border-color:#6699cc;




}/*---------------------------------------------------------
Main Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_main_items_rollover{



	/*background-color:#6699cc;*/
	cursor:hand;

	text-decoration:underline;

	border-style:dashed;
	border-color:#ffffff;





}/**********************************************************************************************

	Sub Menu Style Settings

***********************************************************************************************/


/*---------------------------------------------------------
Sub Menu Group Settings - (Applies to all sub containers)
----------------------------------------------------------*/
.cdd0_sub_menu{

	
	background-color:#cccc99;
	cursor:hand;

	color:#000000;
	font-family:Arial;
	font-size:11px;

	

	border-style:solid;
	border-color:#cccc99;


	filter:progid:DXImageTransform.Microsoft.Fade(duration=.4);









}/**********************************************************************************************

	Divider Style Settings

***********************************************************************************************/



/*---------------------------------------------------------
Vertical Dividers
----------------------------------------------------------*/
.cdd0_dividers_vertical{



	background-color:#ffffff;





}/*---------------------------------------------------------
Horizontal Dividers
----------------------------------------------------------*/
.cdd0_dividers_horizontal{



	background-color:#ffffff;




	
}/**********************************************************************************************

	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
	
}

*/





