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

	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:#eeeeee; */
	
	cursor:hand;
	cursor:pointer;

	/*color:#333333;
	font-family:Arial;
	font-size:14px; */
	
	/*border-style:solid;
	border-color:#000000;*/



}
.cdd1_main_menu{

	background-color:#A24A40;
	cursor:hand;
	color:#FFFFFF;
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	border-bottom: 1px solid #ACA899;/

}//*---------------------------------------------------------
Main Menu Item Settings
----------------------------------------------------------*/
.cdd0_main_items{


	/* background-color:#849BC2; */
	cursor:hand;
	
	/*border-style:solid;
	border-color:#000000;*/
	


}
.cdd1_main_items{

	cursor:hand;
	border-top: 1px solid #ACA899;

}/*---------------------------------------------------------
Main Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_main_items_rollover{

	/* background-color:CCD2DD; */
	cursor:hand;

	/*text-decoration:underline;*/
	
	/*border-style:dashed; */
	/*border-color:#000000; */




}
.cdd1_main_items_rollover{

	background-color:#847373;
	cursor:hand;
	border-top: 1px solid #ACA899;


}/**********************************************************************************************

	Sub Menu Style Settings

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


/*---------------------------------------------------------
Sub Menu Group Settings - (Applies to all sub containers)
----------------------------------------------------------*/
.cdd0_sub_menu{
	/*background-image:url("../images/menu_background_image.gif"); */
	background-color:#A24A40;
	cursor:hand;
	color:#FFFFFF;
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	border-bottom: 1px solid #ACA899;
	
	/* filter:progid:DXImageTransform.Microsoft.Fade(duration=.2); */


}
.cdd1_sub_menu{
	/*background-image:url("../images/menu_background_image.gif"); */
	background-color:#847373;
	cursor:hand;
	color:#FFFFFF;
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	border-bottom: 1px solid #ACA899;
	
	/* filter:progid:DXImageTransform.Microsoft.Fade(duration=.2); */


}/*---------------------------------------------------------
Sub Menu Item Settings
----------------------------------------------------------*/
.cdd0_sub_items, .cdd1_sub_items{
	

	/*background-color:#transparent;*/

	cursor:hand;
	border-top: 1px solid #ACA899;



}/*---------------------------------------------------------
Sub Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_sub_items_rollover{
	
	background-color:#847373;
	cursor:hand;
	border-top: 1px solid #ACA899;

}
.cdd1_sub_items_rollover{
	
	background-color:#A24A40;
	cursor:hand;
	border-top: 1px solid #ACA899;

}/**********************************************************************************************

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



#cdd_item0_menu
{

	CSS settings for the specified menu group goes here

	
}


*/




