/**********************************************************************************************

	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_main_menu {
  	background-color: white;
  	cursor: hand;
  	cursor: pointer;
  	color: #333333;
  	font-family: Arial;
  	font-size: 11px;
  	font-weight: bold;
  border-top: #000000 solid;
  border-right: #000000 solid;
  border-bottom: #000000 solid;
  border-left: #000000 solid;
}/*---------------------------------------------------------
Main Menu Item Settings
----------------------------------------------------------*/

.cdd0_main_items {
  	background-color: #000000;
  	cursor: hand;
  	font-family: Tahoma;
  	font-size: 11px;
  	color: #FFFFFF;
  border-top: thin #000000 none;
  border-right: thin #000000 none;
  border-bottom: thin #000000 none;
  border-left: thin #000000 none;
}/*---------------------------------------------------------
Main Menu Item Rollover Settings
----------------------------------------------------------*/

.cdd0_main_items_rollover {
  	background-color: #0059AE;
  	cursor: hand;
  	text-decoration: none;
  	color: #FFFFFF;
  border-top: #aaaaaa none;
  border-right: #aaaaaa none;
  border-bottom: #aaaaaa none;
  border-left: #aaaaaa none;
}/**********************************************************************************************

	Sub Menu Style Settings

***********************************************************************************************/

/*---------------------------------------------------------
Sub Menu Group Settings - (Applies to all sub containers)
----------------------------------------------------------*/
.cdd0_sub_menu {
  	background-color: #FFFFFF;
  	cursor: hand;
  	color: #333333;
  	font-family: Arial;
  	font-size: 11px;
  	font-weight: bold;
  border-top: #000000 solid;
  border-right: #000000 solid;
  border-bottom: #000000 solid;
  border-left: #000000 solid;
}/*---------------------------------------------------------
Sub Menu Item Settings
----------------------------------------------------------*/

.cdd0_sub_items {
  	/*background-color:#FFFFFF;*/
	cursor: hand;
  border-top: gray none;
  border-right: Gray none;
  border-bottom: Gray none;
  border-left: Gray none;
}/*---------------------------------------------------------
Sub Menu Item Rollover Settings
----------------------------------------------------------*/

.cdd0_sub_items_rollover {
  	background-color: #0059AE;
  	cursor: hand;
  	color: white;
  	text-decoration: none;
  border-top: #aaaaaa solid;
  border-right: #aaaaaa solid;
  border-bottom: #aaaaaa solid;
  border-left: #aaaaaa solid;
}/**********************************************************************************************

	Divider Style Settings

***********************************************************************************************/

.cdd0_dividers_horizontal {
  	background-color: #000000;
}/**********************************************************************************************

	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

***********************************************************************************************/	

TABLE {
  background-color: black;
}
/*

#cdd_item0_0
{
	
	CSS settings for the specified item goes here
	
	
}



#cdd_item0_menu
{

	CSS settings for the specified menu group goes here

	
}


*/