/**********************************************************************************************
	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_menu_bg{
 background-color:; 
 background-image:url(uimages/menu_bg.jpg);
 }
 
.cdd0_start_menu{
 background-color:; 

 padding-top:2;
 padding-left:0;
 
 } 
 
.cdd0_end_menu{
 background-color:; 

 padding-top:2;
 padding-left:0;
 }
 
.cdd0_main_menu{
	color: #64300A;	 
	font-family:Arial;
	font-size:11px;
	font-weight : bold;
	border-style:;
	border-color: ; 

}/*---------------------------------------------------------
Main Menu Item Settings
----------------------------------------------------------*/
.cdd0_main_items{
	background-color:  ; 
	/*background-color:#ebe7b2;*/

	border-style:solid;
	border-color: #4D3D05;
/* <SXP:MENUITEMALIGN> */
text-align: center;
/* </SXP:MENUITEMALIGN> */
}/*---------------------------------------------------------
Main Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_main_items_rollover{
	color: #64300A;	
	background-color:;	
	text-decoration:underline;

	border-style:groove;
	border-color: #735918;
/* <SXP:MENUITEMALIGN> */
text-align: center;
/* </SXP:MENUITEMALIGN> */
}/**********************************************************************************************
	Sub Menu Style Settings
***********************************************************************************************/
/*---------------------------------------------------------
Sub Menu Group Settings - (Applies to all sub containers)
----------------------------------------------------------*/
.cdd0_sub_menu{
	background-color:#FFECB5;	
	color:#324901;	 
	font-family: Arial;
	font-size:11px;
	font-weight : normal;
	border-style:solid;
	border-color:#FCD35B;

	filter:progid:DXImageTransform.Microsoft.Fade(duration=.2);
}/*---------------------------------------------------------
Sub Menu Item Settings
----------------------------------------------------------*/
.cdd0_sub_items{
	
	/*background-color:#transparent;*/
	border-style:solid;
	border-color:#735918;
}/*---------------------------------------------------------
Sub Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_sub_items_rollover{
	
	background-color:#FCD35B; 
	color:#64300A;
	text-decoration:none;
	
	border-style:solid;
	border-color:#B68903;
	
	
}/**********************************************************************************************
	Divider Style Settings
***********************************************************************************************/
/*---------------------------------------------------------
Vertical Dividers
----------------------------------------------------------*/
.cdd0_dividers_vertical{
	
	 background-color:;
}/*---------------------------------------------------------
Horizontal Dividers
----------------------------------------------------------*/
.cdd0_dividers_horizontal{
	background-color:#FCD35B;
	
}/**********************************************************************************************
	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
	
}
*/

