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

	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{
	color:#fff;
	font-family:Arial;
	font-size:12px;
	font-weight:Normal;
	text-align: center;
	background-image:url("images/gradient.gif");
	
	/*background-color:#eeeeee;
	border-style:solid;
	border-color:#666666;*/
}

/*---------------------------------------------------------
Main Menu Item Settings
----------------------------------------------------------*/
.cdd0_main_items{
	color:#fff;
	font-family:Arial;
	font-size:12px;
	font-weight:Normal;
	
	/*background-color:#ebe7b2;
	border-style:solid;
	border-color:#9a9a9a;*/
}

/*---------------------------------------------------------
Main Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_main_items_rollover{
	color:#fff;
	font-family:Arial;
	font-size:12px;
	font-weight:Normal;
	text-decoration:underline;
	
	/*background-color:#ebe7b2;
	border-style:dashed;
	border-color:#fff;*/
}

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

	Sub Menu Style Settings

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


/*---------------------------------------------------------
Sub Menu Group Settings - (Applies to all sub containers)
----------------------------------------------------------*/
.cdd0_sub_menu{
	background-color: #eee;

	color:#333;
	font-family:Arial;
	font-size:11px;
	font-weight:Normal;

	border-style:solid;
	border-color:#666;
	text-align: left;
	
	background-image:url("");

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

/*---------------------------------------------------------
Sub Menu Item Settings
----------------------------------------------------------*/
.cdd0_sub_items{
/*background-color:#transparent;*/

	color:#333;
	font-family:Arial;
	font-size:11px;
	font-weight:Normal;
}

/*---------------------------------------------------------
Sub Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_sub_items_rollover{
	/*background-color:#ebe7b2;color:#222222;*/
	
	color:#333;
	font-family:Arial;
	font-size:11px;
	font-weight:Normal;
	text-decoration:underline;
}

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

	Divider Style Settings

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



/*---------------------------------------------------------
Vertical Dividers
----------------------------------------------------------*/
.cdd0_dividers_vertical{
	background-color:#fff;
}

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



#cdd_item0_menu
{
	CSS settings for the specified menu group goes here
}
*/





