/**********************************************************************************************
	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: #EAAF00; 

 }
 
.cdd0_start_menu{
 background-color:; 

 padding-top:;
 padding-left:;
 
 } 
 
.cdd0_end_menu{
 background-color:; 

 padding-top:;
 padding-left:;
 }
 
.cdd0_main_menu{
	
 background-color: #EAAF00; 
	color:#000000;
	font-family:verdana,georgia,times,verdana;
	font-size:11px;
	font-weight : bold;
	

	border-color:#653254; 
}/*---------------------------------------------------------
Main Menu Item Settings
----------------------------------------------------------*/
.cdd0_main_items{
	/*background-color:#ebe7b2;*/
	
	border-style:solid;
	border-color:#653254;
/* <SXP:MENUITEMALIGN> */
text-align: center;
/* </SXP:MENUITEMALIGN> */
}/*---------------------------------------------------------
Main Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_main_items_rollover{
	background-color:;	
	color:#EAF4FC;
	text-decoration:none;
	
	border-style:dashed;
	border-color:#83416D;
/* <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:  #EAAF00;	
	color:#000000;	 
	font-family:verdana, arial;
	font-size:10px;
	font-weight : bold;
	border-style:solid;
	border-color:#FFECB5;
	

	filter:progid:DXImageTransform.Microsoft.Fade(duration=.2);
}/*---------------------------------------------------------
Sub Menu Item Settings
----------------------------------------------------------*/
.cdd0_sub_items{
	
	/*background-color:#transparent;*/
	border-style:solid;
	border-color:#FFFFFF;
}/*---------------------------------------------------------
Sub Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_sub_items_rollover{
	
	background-color:; 
	color:#EAF4FC;
	text-decoration:none;
	
	border-style:solid;
	border-color:#FFFFFF;
	
	
}/**********************************************************************************************
	Divider Style Settings
***********************************************************************************************/
/*---------------------------------------------------------
Vertical Dividers
----------------------------------------------------------*/
.cdd0_dividers_vertical{

	background-color:#FFFFFF; 
}/*---------------------------------------------------------
Horizontal Dividers
------------------------------------------------------                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

