/**********************************************************************************************

	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:#AFAF79;


}/*---------------------------------------------------------
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:12px;
	font-weight:bold;
	border-style: solid;
	border-color:#000000;
	background-color:#ffffff;
	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;
	color:#FFFFFF;
	border-color:#000000;


}

.nav0_subitems_rollover
{
	background-color:#DEAF1B;
	color:#FFFFFF;
	border-color:#000000;
	border-top-style:solid;
	border-left-style:none;
	border-right-style:none;
	border-bottom-style:none;
}
.nav1_subitems_rollover
{
	background-color:#A7BED3;
	color:#FFFFFF;
	border-color:#000000;
	border-top-style:solid;
	border-left-style:none;
	border-right-style:none;
	border-bottom-style:none;
}
.nav2_subitems_rollover
{
	background-color:#B24A2F;
	color:#FFFFFF;
	border-color:#000000;
	border-top-style:solid;
	border-left-style:none;
	border-right-style:none;
	border-bottom-style:none;
}
.nav3_subitems_rollover
{
	background-color:#9760B1;
	color:#FFFFFF;
	border-color:#000000;
	border-top-style:solid;
	border-left-style:none;
	border-right-style:none;
	border-bottom-style:none;
}
.nav4_subitems_rollover
{
	background-color:#D26A17;
	color:#FFFFFF;	
	border-color:#000000;
	border-top-style:solid;
	border-left-style:none;
	border-right-style:none;
	border-bottom-style:none;
}
.nav5_subitems_rollover
{
	background-color:#A09B9B;
	color:#FFFFFF;
	border-color:#000000;
	border-top-style:solid;
	border-left-style:none;
	border-right-style:none;
	border-bottom-style:none;	
}
.nav6_subitems_rollover
{
	background-color:#3EA430;	
	color:#FFFFFF;
	border-color:#000000;
	border-top-style:solid;
	border-left-style:none;
	border-right-style:none;
	border-bottom-style:none;
}

/**********************************************************************************************

	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_0_menu
{
	/*background-color:#FFEA24; */ /*bright*/
	background-color:#EFD78D; /*light*/
	color:#6F570D;
}
#cdd_item0_1_menu
{
	/*background-color:#DFFEFF; */ /*bright*/
	background-color:#D3DFE9; /*light*/
	color:#535F69;
}
#cdd_item0_2_menu
{
	/*background-color:#EE633F; */ /*bright*/
	background-color:#D9A597; /*light*/
	color:#592517;
}
#cdd_item0_3_menu
{
	/*background-color:#CA80EC; */ /*bright*/
	background-color:#CBB0D8; /*light*/
	color:#4B3058;
}
#cdd_item0_4_menu
{
	/*background-color:#FF8E1F; */ /*bright*/
	background-color:#E9B58B; /*light*/
	color:#69350B;
}
#cdd_item0_5_menu
{
	/*background-color:#D6CFCF; */ /*bright*/
	background-color:#D0CDCD; /*light*/
	color:#504D4D;
}
#cdd_item0_6_menu
{
	/*background-color:#53DB40; */ /*bright*/
	background-color:#9FD298; /*light*/
	color:#1F5218;
}


/*

#cdd_item0_menu
{

	background-color:#ff0000;

	
}
 */






