/**********************************************************************************************

	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:#999999;
	
	cursor:pointer !important;
	cursor:url(images/garageHand.cur);

	color:#999999;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	
	border-style:solid;
	border-color:#666666;

}/*---------------------------------------------------------
Main Menu Item Settings
----------------------------------------------------------*/
.cdd0_main_items{


	background-color:#000000;
	cursor:pointer !important;
	cursor:url(images/garageHand.cur);
	overflow:hidden;
	white-space:nowrap;
	text-align: center;
	border-style:none;
	border-color:#ffffff;
	


}/*---------------------------------------------------------
Main Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_main_items_rollover{


	color:#FFFF00;
	background-color:#333333;
	cursor:pointer !important;
	cursor:url(images/garageHand.cur);
	overflow:hidden;
	white-space:nowrap;
	text-align: center;
	text-decoration:none;
	
	border-style:dashed;
	border-color:#aaaaaa;



}/**********************************************************************************************

	Sub Menu Style Settings

***********************************************************************************************/


/*---------------------------------------------------------
Sub Menu Group Settings - (Applies to all sub containers)
----------------------------------------------------------*/
.cdd0_sub_menu{

	
	background-color:#F3F3F3;
	cursor:pointer !important;
	cursor:url(images/garageHand.cur);

	color:#000000;
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;

	border-style:solid;
	border-color:#BFBFBF;


}/*---------------------------------------------------------
Sub Menu Item Settings
----------------------------------------------------------*/
.cdd0_sub_items{
	

	/*background-color:#transparent;*/
	cursor:pointer !important;
	cursor:url(images/garageHand.cur);

	border-style:solid;
	border-color:#bed2bf;
	



}/*---------------------------------------------------------
Sub Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_sub_items_rollover{

	
	background-color:#cccccc;
	cursor:pointer !important;
	cursor:url(images/garageHand.cur);

	color:#000000;
	text-decoration:none;

	
	border-style:solid;
	border-color:#aaaaaa;

}/**********************************************************************************************

	Divider Style Settings

***********************************************************************************************/



/*---------------------------------------------------------
Vertical Dividers
----------------------------------------------------------*/
.cdd0_dividers_vertical{



	background-color:#transparent;





}/*---------------------------------------------------------
Horizontal Dividers
----------------------------------------------------------*/
.cdd0_dividers_horizontal{



	background-color:#999999;




	
}/**********************************************************************************************

	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

	
}


*/




