/**********************************************************************************************

	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:#006a00;
	
	cursor:hand;
	cursor:pointer;

	color:#ffffff;
	font-family:arial;
	font-size:9pt;
	font-weight: bold;
	text-decoration:none;
	
	//border-style:solid;
	//border-color:#666666;



}/*---------------------------------------------------------
Main Menu Item Settings
----------------------------------------------------------*/
.cdd0_main_items{


	background-color:#006A00;
	cursor:hand;

	color:#ffffff;
	font-family:arial;
	font-size:9pt;
	font-weight: bold;
	text-decoration:none;

	//border-style:solid;
	border-color:#006A00;
	


}/*---------------------------------------------------------
Main Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_main_items_rollover{



	background-color:#006a00;
	cursor:hand;

	color:#ffffff;
	font-family:arial;
	font-size:9pt;
	font-weight: bold;
	text-decoration:none;


//	border-style:dashed;
	border-color:#006A00;




}/**********************************************************************************************

	Sub Menu Style Settings

***********************************************************************************************/


/*---------------------------------------------------------
Sub Menu Group Settings - (Applies to all sub containers)
----------------------------------------------------------*/
.cdd0_sub_menu{

	
	background-color:#ece9d8;
	cursor:hand;

	color:#0d7807;
	font-family:arial;
	font-size:8pt;
	text-decoration:none;

	border-style:solid;
	border-color:#777777;

	

	/*filter:progid:DXImageTransform.Microsoft.Fade(duration=.1);*/





}/*---------------------------------------------------------
Sub Menu Item Settings
----------------------------------------------------------*/
.cdd0_sub_items{
	

	background-color:#ece9d8;
	cursor:hand;

	color:#0d7807;
	font-family:arial;
	font-size:8pt;
	text-decoration:none;

	border-style:solid;
	border-color:#777777;



}/*---------------------------------------------------------
Sub Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_sub_items_rollover{

	
	background-color:#ffffff;
	cursor:hand;

	color:#0d0d0d;
	font-family:arial;
	font-size:8pt;
	text-decoration:none;

	border-style:solid;
	border-color:#777777;
	
	

}/**********************************************************************************************

	Divider Style Settings

***********************************************************************************************/



/*---------------------------------------------------------
Vertical Dividers
----------------------------------------------------------*/
.cdd0_dividers_vertical{

	background-color:#transparent;

}/*---------------------------------------------------------
Horizontal Dividers
----------------------------------------------------------*/
.cdd0_dividers_horizontal{

	background-color:#777777;

}/**********************************************************************************************

	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 {
	border-right:1px solid #ffffff;
}

#cdd_item0_1 {
	border-right:1px solid #ffffff;
}

#cdd_item0_2 {
	border-right:1px solid #ffffff;
}

#cdd_item0_3 {
	border-right:1px solid #ffffff;
}


/*
#cdd_item0_menu
{

}
*/