/**********************************************************************************************
	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)
----------------------------------------------------------*/
.cdd1_menu_bg{
 background-color:; 

 }
 
.cdd1_start_menu{
 background-color:; 

 padding-top:0px;
 padding-left:0px;
 
 } 
 
.cdd1_end_menu{
 background-color:; 

 padding-top:0px;
 padding-left:0px;
 }
.cdd1_main_menu{
	
	background-color:; 
	color:;	 
	font-family:arial,verdana;
	font-size:12px;
	font-weight :bold;
	
	border-style:solid;
	border-color:; 

}
/*---------------------------------------------------------
Main Menu Item Settings
----------------------------------------------------------*/
.cdd1_main_items{
	/*background-color:#ebe7b2;*/
	
	border-style:solid;
	border-color:; 
	
/* <SXP:MENUITEMALIGN> */
text-align: left;
/* </SXP:MENUITEMALIGN> */
}/*---------------------------------------------------------
Main Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd1_main_items_rollover{
	background-color:;	
	color:;
	font-weight : bold;
	text-decoration:none;
	
	border-style:dashed;
	border-color:;
/* <SXP:MENUITEMALIGN> */
text-align: left;
/* </SXP:MENUITEMALIGN> */
}/**********************************************************************************************
	Sub Menu Style Settings
***********************************************************************************************/
/*---------------------------------------------------------
Sub Menu Group Settings - (Applies to all sub containers)
----------------------------------------------------------*/
.cdd1_sub_menu{
	
	background-color:#FFFFFF;	
	color:#000000;	 
	font-family: verdana;
	font-size:10px;
	font-weight : bold;
	border-style:solid;
	border-color:#2984CC;
	

	filter:progid:DXImageTransform.Microsoft.Fade(duration=.2);
}/*---------------------------------------------------------
Sub Menu Item Settings
----------------------------------------------------------*/
.cdd1_sub_items{
	
	/*background-color:#transparent;*/
	border-style:solid;
	border-color:#0061AD;
}/*---------------------------------------------------------
Sub Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd1_sub_items_rollover{
	
	background-color:; 
	color:#313031;
	text-decoration:none;
	
	border-style:solid;
	border-color:#0061AD;
	
	
}/**********************************************************************************************
	Divider Style Settings
***********************************************************************************************/
/*---------------------------------------------------------
Vertical Dividers
----------------------------------------------------------*/
.cdd1_dividers_vertical{
	background-color:;	
}/*---------------------------------------------------------
Horizontal Dividers
----------------------------------------------------------*/
.cdd1_dividers_horizontal{
	background-color:;
	
}/**********************************************************************************************
	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
	
}
*/

