/**********************************************************************************************

	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_main_menu{
	/*background-color:#000099;*/
	cursor:hand;
	color:#FFFFFF;
	font-family:Verdana;
	font-size:11px;
	border: 1px solid #666666;
	padding:1px;
}
/*---------------------------------------------------------
Main Menu Item Settings
----------------------------------------------------------*/
.cdd1_main_items{
	/*background-color:#ebe7b2;*/
	cursor:hand;
	border: 1px solid #9a9a9a;
	
}
/*---------------------------------------------------------
Main Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd1_main_items_rollover{
	/*background-color:#CEF3F7;*/
	cursor:hand;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #aaaaaa;
}
/**********************************************************************************************

	Sub Menu Style Settings

***********************************************************************************************/


/*---------------------------------------------------------
Sub Menu Group Settings - (Applies to all sub containers)
----------------------------------------------------------*/
.cdd1_sub_menu{
	background-color:#000066;
	cursor:hand;
	color:#FFFFFF;
	font-family:Arial;
	font-size:11px;
	border: 1px solid #666666;
	}
/*---------------------------------------------------------
Sub Menu Item Settings
----------------------------------------------------------*/
.cdd1_sub_items{
	
	/*background-color:#transparent;*/
	cursor:hand;
	border: 1px solid #bed2bf;
}
/*---------------------------------------------------------
Sub Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd1_sub_items_rollover{
	background-color:#000066;
	cursor:hand;
	color:#FFFFFF;
	text-decoration:none;
	border: 1px solid #aaaaaa;
	}
/**********************************************************************************************
Divider Style Settings
***********************************************************************************************/

/*---------------------------------------------------------
Vertical Dividers
----------------------------------------------------------*/
.cdd1_dividers_vertical{

	/*background-color:#transparent;*/
}
/*---------------------------------------------------------
Horizontal Dividers
----------------------------------------------------------*/
.cdd1_dividers_horizontal{
	background-color:#F5F5F5;
}

/*---------------------------------------------------------
Main Menu Group Settings - (Applies to the main container)
----------------------------------------------------------*/
.cdd0_main_menu{
	cursor:pointer;
	color:#FFFFFF;
	font-family:Verdana;
	font-size:11px;
	border: 1px solid #666666;
	padding:0px;

}/*---------------------------------------------------------
Main Menu Item Settings
----------------------------------------------------------*/
.cdd0_main_items{
	/*background-color:#ebe7b2;*/
	cursor:hand;
	border: 1px solid #9a9a9a;
	}

/*---------------------------------------------------------
Main Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_main_items_rollover{
	/*background-color:#CEF3F7;*/
	cursor:hand;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #aaaaaa;
	}

/**********************************************************************************************
	Sub Menu Style Settings
***********************************************************************************************/
/*---------------------------------------------------------
Sub Menu Group Settings - (Applies to all sub containers)
----------------------------------------------------------*/
.cdd0_sub_menu{
	background-color:#000066;
	cursor:hand;
	color:#FFFFFF;
	font-family:Arial;
	font-size:11px;
	border: 1px solid #666666;
	
	/*filter:progid:DXImageTransform.Microsoft.Fade(duration=.1);*/
	}
/*---------------------------------------------------------
Sub Menu Item Settings
----------------------------------------------------------*/
.cdd0_sub_items{
	/*background-color:#transparent;*/
	cursor:hand;
	border: 1px solid #bed2bf;
	}
/*---------------------------------------------------------
Sub Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_sub_items_rollover{	
	background-color:#000066;
	cursor:hand;
	color:#FFFFFF;
	text-decoration:none;
	border: 1px solid #aaaaaa;

}
/**********************************************************************************************
	Divider Style Settings
***********************************************************************************************/
/*---------------------------------------------------------
Vertical Dividers
----------------------------------------------------------*/
.cdd0_dividers_vertical{
	/*background-color:#transparent;*/
	}
/*---------------------------------------------------------
Horizontal Dividers
----------------------------------------------------------*/
.cdd0_dividers_horizontal{
	background-color:#F5F5F5;
	}

/*

#cdd_item0_0 {
	CSS settings for the specified item goes here
	}
#cdd_item0_menu {
	CSS settings for the specified menu group goes here
	}

*/