/**********************************************************************************************

	Main Menu Style Settings

	This file defines the look of the menu, all item text, URLs, sizing, orientation, etc.,
	is defined using the menu_settings.js file.  There are also additonal global settings
	in the head section of the source html (sample.html)

	Note: Do not define border, padding, or margin dimensions using this file, all dimensions
	are defined in the menu_settings.js file.

***********************************************************************************************/


/*---------------------------------------------------------
Main Menu Group Settings - (Applies to the main container)
----------------------------------------------------------*/
.cdd0_main_menu{
	
	cursor:hand;
	cursor:pointer;
	background-color:#CCCCCC;


}/*---------------------------------------------------------
Main Menu Item Settings
----------------------------------------------------------*/
.cdd0_main_items{

	cursor:hand;

}/*---------------------------------------------------------
Main Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_main_items_rollover{

	cursor:hand;


}



/**********************************************************************************************

	Sub Menu Style Settings

***********************************************************************************************/


/*---------------------------------------------------------
Sub Menu Group Settings - (Applies to all sub containers)
----------------------------------------------------------*/
.cdd0_sub_menu{

	cursor:hand;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	border-style: solid;
	border-top-style:none;
	border-color:#000000;
	background-color:#E6E8D4;
	color:#000000;
	/*filter:progid:DXImageTransform.Microsoft.Fade(duration=.2); */


}/*---------------------------------------------------------
Sub Menu Item Settings
----------------------------------------------------------*/
.cdd0_sub_items{
	
	cursor:hand;
	border-top-style:solid;
	border-left-style:none;
	border-right-style:none;
	border-bottom-style:none;
	border-color:#000000;



}


/*---------------------------------------------------------
Sub Menu Item Rollover Settings
----------------------------------------------------------*/

.cdd0_sub_items_rollover{


	cursor:hand;
	border-color:#000000;
	background-color:#B5BE2D;

}


/**********************************************************************************************

	Divider Style Settings

***********************************************************************************************/



/*---------------------------------------------------------
Vertical Dividers
----------------------------------------------------------*/
.cdd0_dividers_vertical{



	/*background-color:#transparent;*/





}/*---------------------------------------------------------
Horizontal Dividers
----------------------------------------------------------*/
.cdd0_dividers_horizontal{



	background-color:#999999;




	
}/**********************************************************************************************

	Optional Specific Settings

	Specifically define settings for any item or menu group
	by using the following syntax with the items index.

	CSS settings here for main menu group

***********************************************************************************************/	



/*

#cdd_item0_menu
{

	background-color:#ff0000;

	
}
 */






