/**********************************************************************************************
	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: #537495; 

 }
 
.cdd0_start_menu{
 background-color:; 
 background-image:url(uimages/startimage.jpg);
 padding-top:0px;
 padding-left:0px;
 
 } 
 
.cdd0_end_menu{
 background-color:; 

 padding-top:0px;
 padding-left:0px;
 }
.cdd0_main_menu{
	
	background-color:;
	
	
	color:#FFFFFF;
	font-family:Lucida sans unicode,Verdana;
	font-size:11px;
	font-weight: bold;
	border-style:;
	border-color:;
	/*background-image:url("uimages/sample_blue_green_bg_main.gif");*/
}/*---------------------------------------------------------
Main Menu Item Settings
----------------------------------------------------------*/
.cdd0_main_items{
	/*background-color:#FFFFFF;*/
	
	border-style:;
	border-color:#CCCCCC;
	
	/* <SXP:MENUITEMALIGN> */
/* </SXP:MENUITEMALIGN> */	
}/*---------------------------------------------------------
Main Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_main_items_rollover{
	background-color:#DAE5EF;
	color:#4A4949;
	text-decoration: none;
	
	border-style:dashed;
	border-color:;
	/* <SXP:MENUITEMALIGN> */
/* </SXP:MENUITEMALIGN> */
}/**********************************************************************************************
	Sub Menu Style Settings
***********************************************************************************************/
/*---------------------------------------------------------
Sub Menu Group Settings - (Applies to all sub containers)
----------------------------------------------------------*/
.cdd0_sub_menu{
	
	background-color:#A6BACB;
	color:#274560;
	font-family:Lucida sans unicode,Verdana;
	font-size:12px;
	font-weight:normal;
	border-style:solid;
	border-color:#5A8AC6;
	border-image: url("uimages/horz_divider.gif");
	
	/*background-image:url("uimages/sample_bg_sub.gif");*/
	filter:progid:DXImageTransform.Microsoft.Fade(duration=.2);
}/*---------------------------------------------------------
Sub Menu Item Settings
----------------------------------------------------------*/
.cdd0_sub_items{
	
	background-color:#DCE9FA;
	border-style:solid;
	border-color:#274560;
}/*---------------------------------------------------------
Sub Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_sub_items_rollover{
	
	background-color:;
	color:#FFFFFF;
	text-decoration:;
	
	border-style:solid;
	border-color:#5F575F;
	
	
}/**********************************************************************************************
	Divider Style Settings
***********************************************************************************************/
/*---------------------------------------------------------
Vertical Dividers
----------------------------------------------------------*/
.cdd0_dividers_vertical{
	/*background-color:#transparent;*/
	background-color:#4A4949;;
	
}/*---------------------------------------------------------
Horizontal Dividers
----------------------------------------------------------*/
.cdd0_dividers_horizontal{
	background-color:#E7E3E7;
	
}/**********************************************************************************************
	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
	
}
*/

