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

	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 (0) Settings - (Applies to the main container)
----------------------------------------------------------*/
.cdd0_main_menu{
	background-color:#ebe7b2; color:#333333; font-family:Arial; font-size:12px; border-style:solid; border-color:#666666;
	/*background-image:url("sample_images/sample_blue_green_bg_main.gif");*/
	}
/*---------------------------------------------------------
Main Menu Item (0) Settings
----------------------------------------------------------*/
.cdd0_main_items{
	font-weight:bold; background-color:#ebe7b2; border-style:solid; border-color:#9a9a9a;
	}
/*---------------------------------------------------------
Main Menu Item (0) Rollover Settings
----------------------------------------------------------*/
.cdd0_main_items_rollover{
	color:#b40303; font-weight:bold; background-color:#dcdcdc; text-decoration:none; border-style:dashed; border-color:#9a9a9a;
	}


/**---------------------------------------------------------
Main Menu Group (1) Settings - (Applies to the main container)
----------------------------------------------------------**/
.cdd1_main_menu{
	background-color:#666666; color:#ffffff; font-family:Arial; font-size:11px; text-align:center; border-style:solid; border-color:#666666;
	/*background-image:url("sample_images/sample_blue_green_bg_main.gif");*/
	}
/**---------------------------------------------------------
Main Menu Item (1) Settings
----------------------------------------------------------**/
.cdd1_main_items{
	font-weight:bold; background-color:#666666; border-style:solid; border-color:#666666; 
	}
/**---------------------------------------------------------
Main Menu Item (1) Rollover Settings
----------------------------------------------------------**/
.cdd1_main_items_rollover{
	color:#cccccc; font-weight:bold; background-color:#666666; text-decoration:none; border-style:solid; border-color:#666666;
	}



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

	Sub Menu Style Settings

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


/*---------------------------------------------------------
Sub Menu Group (0) Settings - (Applies to all sub containers)
----------------------------------------------------------*/
.cdd0_sub_menu{
	background-color:#dcdcdc; color:#333333; font-family:Arial; font-size:12px; border-style:solid; border-color:#666666;
	/*background-image:url("sample_images/sample_bg_sub.gif");*/
	filter:progid:DXImageTransform.Microsoft.Fade(duration=.2);
	}
/*---------------------------------------------------------
Sub Menu Item (0) Settings
----------------------------------------------------------*/
.cdd0_sub_items{
	/*background-color:#transparent;*/
	border-style:solid; border-color:#dcdcdc;
	}
/*---------------------------------------------------------
Sub Menu Item (0) Rollover Settings
----------------------------------------------------------*/
.cdd0_sub_items_rollover{
	background-color:#dcdcdc; color:#b40303; text-decoration:none; border-style:solid; border-color:#aaaaaa;
	}



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

	Divider Style Settings

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



/*---------------------------------------------------------
Vertical Dividers (0)
----------------------------------------------------------*/
.cdd0_dividers_vertical{
	/*background-color:#transparent;*/
	}

/**---------------------------------------------------------
Vertical Dividers (1)
----------------------------------------------------------**/
.cdd1_dividers_vertical{
	background-color:#cccccc;
	}

/*---------------------------------------------------------
Horizontal Dividers (0)
----------------------------------------------------------*/
.cdd0_dividers_horizontal{
	/*background-color:#ebe7b2;*/
	}


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

	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_0
{
	
	CSS settings for the specified item goes here
	
	
}



#cdd_item0_menu
{

	CSS settings for the specified menu group goes here

	
}

*/