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

	Main Menu Style Settings

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


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

	background-color:#eeeeee;
	background-image:url(h2.gif);
	cursor:hand;
	cursor:pointer;
	color:black;
	font-family:Arial;
	font-size:12px;
	border-style:solid;
	border-color:red;

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

	background-color:#EEEEEE;
	cursor:hand;
	font-family:Arial;
	font-size:12px;
	background-image:url(h2.gif);
	border-style:solid;
	border-color:red;

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

	background-color:white;
	background-image:url(h2o.gif);
	font-family:Arial;
	font-size:12px;
	color: black;
	cursor:hand;
	text-decoration:none;
	border-style:solid;
	border-color:red;

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

	Sub Menu Style Settings

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


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


	background-color:red;
	cursor:hand;
	color:black;
	font-family:Arial;
	font-size:12px;
	color: black;

	border-style:solid;
	border-color:red;


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





}/*---------------------------------------------------------
Sub Menu Item Settings
----------------------------------------------------------*/
.cdd0_sub_items{


	background-color:red;
	background-image:url(h2.gif);
	cursor:hand;
	font-family:Arial;
	font-size:12px;

	border-style:solid;
	border-color:red;




}/*---------------------------------------------------------
Sub Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_sub_items_rollover{


	background-color:#33E7F9;
	background-image:url(h2o.gif);
	cursor:hand;
	font-family:Arial;
	font-size:12px;
	color:black;
	text-decoration:none;


	border-style:solid;
	border-color:red;



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

	Divider Style Settings

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



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



	background-color:#333333;





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



	background-color:#000000;





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

	Optional Specific Settings

	Specifically define settings for any item or menu group
	by using the following syntax with the items index.

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




/*

#cdd_item0_0
{
	CSS settings here for first main menu item

}



#cdd_item0_menu
{

	CSS settings here for main menu group

}

*/





