/**********************************************************************************************

	Main Menu Style Settings

***********************************************************************************************/


/*---------------------------------------------------------
Main Menu Group Settings - (Applies to the main container)
----------------------------------------------------------*/
.cdd0_main_menu{

	
	background-color:#EFEFEF;
	
	cursor:hand;
	cursor:pointer;

	color:#CC0099;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	
	border-style:solid;
	border-color:#cccccc;
	

}/*---------------------------------------------------------
Main Menu Item Settings
----------------------------------------------------------*/
.cdd0_main_items{


	background-color:#EFEFEF;
	cursor:hand;

	border-style:solid;
	border-color:#cccccc;




}/*---------------------------------------------------------
Main Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_main_items_rollover{



	background-color:#CC0099;
	cursor:hand;

	color:#FFFFFF;
	font-family:Verdana;
	font-size:12px;

	text-decoration:none;

	border-style:dashed;
	border-color:#cccccc;





}/**********************************************************************************************

	Sub Menu Style Settings

***********************************************************************************************/


/*---------------------------------------------------------
Sub Menu Group Settings - (Applies to all sub containers)
----------------------------------------------------------*/
.cdd0_sub_menu{

	
	background-color:#E0FFFF;
	cursor:hand;

	color:#000000;
	font-family:Verdana;
	font-size:12px;

	

	border-style:solid;
	border-color:#666666;


	filter:progid:DXImageTransform.Microsoft.Fade(duration=.0);

}/*---------------------------------------------------------
Sub Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_sub_items_rollover{



	/*background-color:#eeeeee;*/
	cursor:hand;

	color:#999999;
	font-family:Verdana;
	font-size:12px;

	text-decoration:none;

	








}/**********************************************************************************************

	Divider Style Settings

***********************************************************************************************/



/*---------------------------------------------------------
Vertical Dividers
----------------------------------------------------------*/
.cdd0_dividers_vertical{



	background-color:#E0FFFF;





}/*---------------------------------------------------------
Horizontal Dividers
----------------------------------------------------------*/
.cdd0_dividers_horizontal{



	background-color:#E0FFFF;




	
}/**********************************************************************************************

	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
	
}

*/





