/**********************************************************************************************

	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{
	background-color:#ede5d3;
	cursor:pointer;
	color:#000000;
	font-family:Verdana, Arial;
	font-size:13px; 
	font-weight: normal;
	border-style:solid;
	border-color:#ede5d3;
}
/*---------------------------------------------------------
Main Menu Item Settings
----------------------------------------------------------*/
.cdd0_main_items{
	background-color:#ede5d3;
	cursor:pointer;
	border-style:solid;
	border-color:#ede5d3;
}
/*---------------------------------------------------------
Main Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_main_items_rollover{
	background-color:#ede5d3;
	cursor:pointer;
	color:#cc3300;
	text-decoration:none;
	border-style:solid;
	border-color:#ede5d3;
}
/**********************************************************************************************

	Sub Menu Style Settings

***********************************************************************************************/
/*---------------------------------------------------------
Sub Menu Group Settings - (Applies to all sub containers)
----------------------------------------------------------*/
.cdd0_sub_menu{
	background-color:#ede5d3;
	cursor:pointer;
	color:#202511;
	font-family:Verdana, Arial;
	font-size:10px;
	border-style:solid;
	text-align:left;
	border-color:#ede5d3;
	/*filter:progid:DXImageTransform.Microsoft.Fade(duration=.1);*/
}
/*---------------------------------------------------------
Sub Menu Item Settings
----------------------------------------------------------*/
.cdd0_sub_items{
	background-color:#ede5d3;
	cursor:pointer;
	border-style:solid;
	border-color:#ede5d3;
}
/*---------------------------------------------------------
Sub Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_sub_items_rollover{
	background-color:#ede5d3;
	cursor:pointer;
	color:#cc3300;
	text-decoration:none;
	border-style:solid;
	border-color:#ede5d3;
}
/**********************************************************************************************

	Divider Style Settings

***********************************************************************************************/
/*---------------------------------------------------------
Vertical Dividers
----------------------------------------------------------*/
.cdd0_dividers_vertical{
	background-color:#ede5d3;
}
/*---------------------------------------------------------
Horizontal Dividers
----------------------------------------------------------*/
.cdd0_dividers_horizontal{
	background-color:#ede5d3;
	/*border-bottom-style: dashed;*/
	border-bottom-width: 1;
	border-bottom-color:#ede5d3;
}
