/**********************************************************************************************

	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:#990000;
	
	cursor:hand;
	cursor:pointer;

	color:#FFFFCC;
	font-family:Verdana;
	font-size:11px; font-weight: bold;
	
	border-style:solid;
	border-color:#990000;



}/*---------------------------------------------------------
Main Menu Item Settings
----------------------------------------------------------*/
.cdd0_main_items{

	background-color:#990000;
	cursor:hand;
	
	border-style:solid;
	border-color:#990000;
	


}/*---------------------------------------------------------
Main Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_main_items_rollover{


	background-color:#transparent;
	cursor:hand;
	color:#FFFFCC;
	text-decoration:none;
	
	border-style:solid;
	border-color:#990000;




}/**********************************************************************************************

	Sub Menu Style Settings

***********************************************************************************************/


/*---------------------------------------------------------
Sub Menu Group Settings - (Applies to all sub containers)
----------------------------------------------------------*/
.cdd0_sub_menu{

	
	background-color:#990000;
	cursor:hand;

	color:#EBBF59;
	font-family:Tahoma;
	font-size:11px;

	border-style:solid;
	border-color:#990000;

	

	/*filter:progid:DXImageTransform.Microsoft.Fade(duration=.1);*/





}/*---------------------------------------------------------
Sub Menu Item Settings
----------------------------------------------------------*/
.cdd0_sub_items{
	

	/*background-color:#transparent;*/
	cursor:hand;

	border-style:solid;
	border-color:#990000;



}/*---------------------------------------------------------
Sub Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_sub_items_rollover{

	
	background-color:#EBBF59;
	cursor:hand;

	color:#990000;
	text-decoration:none;

	
	border-style:solid;
	border-color:#990000;
	
	

}/**********************************************************************************************

	Divider Style Settings

***********************************************************************************************/



/*---------------------------------------------------------
Vertical Dividers
----------------------------------------------------------*/
.cdd0_dividers_vertical{



	/*background-color:#transparent;*/

	background-color:#000000;	




}/*---------------------------------------------------------
Horizontal Dividers
----------------------------------------------------------*/
.cdd0_dividers_horizontal{



	background-color:#000000;




	
}/**********************************************************************************************

	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

	
}


*/




/*---------------------------------------------------------
Footer Menu Group Settings - (Applies to the main container)
----------------------------------------------------------*/
.cdd1_main_menu{

	
	background-color:#FCFCE6;
	
	cursor:hand;
	cursor:pointer;

	color:#330000;
	font-family:Tahoma;
	font-size:10px;
	
	border-style:solid;
	border-color:#AE952F;



}/*---------------------------------------------------------
Main Menu Item Settings
----------------------------------------------------------*/
.cdd1_main_items{

	background-color:#FCFCE6;
	cursor:hand;
	
	border-style:solid;
	border-color:#AE952F;
	


}/*---------------------------------------------------------
Main Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd1_main_items_rollover{


	background-color:#FCFCE6;
	cursor:hand;

	text-decoration:none;
	
	border-style:solid;
	border-color:#AE952F;




}/**********************************************************************************************

	Sub Menu Style Settings

***********************************************************************************************/


/*---------------------------------------------------------
Sub Menu Group Settings - (Applies to all sub containers)
----------------------------------------------------------*/
.cdd1_sub_menu{

	
	background-color:#D0B751;
	cursor:hand;

	color:#993333;
	font-family:Tahoma;
	font-size:11px;

	border-style:solid;
	border-color:#AE952F;

	

	/*filter:progid:DXImageTransform.Microsoft.Fade(duration=.1);*/





}/*---------------------------------------------------------
Sub Menu Item Settings
----------------------------------------------------------*/
.cdd1_sub_items{
	

	/*background-color:#transparent;*/
	cursor:hand;

	border-style:solid;
	border-color:#AE952F;



}/*---------------------------------------------------------
Sub Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd1_sub_items_rollover{

	
	background-color:#ebe7b2;
	cursor:hand;

	color:#222222;
	text-decoration:none;

	
	border-style:solid;
	border-color:#aaaaaa;
	
	

}/**********************************************************************************************

	Divider Style Settings

***********************************************************************************************/



/*---------------------------------------------------------
Vertical Dividers
----------------------------------------------------------*/
.cdd1_dividers_vertical{



	/*background-color:#transparent;*/





}/*---------------------------------------------------------
Horizontal Dividers
----------------------------------------------------------*/
.cdd1_dividers_horizontal{



	background-color:#AE952F;




	
}/**********************************************************************************************

	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

	
}


*/