/**********************************************************************************************



	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:#ffffff;

	

	cursor:hand;

	cursor:pointer;



	color:#ffffff;

	font-family:Arial;

	font-size:14px;

	





}/*---------------------------------------------------------

Main Menu Item Settings

----------------------------------------------------------*/

.cdd0_main_items{





	background-color:#ffffff;

	cursor:hand;

	



}/*---------------------------------------------------------

Main Menu Item Rollover Settings

----------------------------------------------------------*/

.cdd0_main_items_rollover{







	background-color:#000066;

	cursor:hand;



	text-decoration:underline;

	





}/**********************************************************************************************



	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:13px;





}/*---------------------------------------------------------

Sub Menu Item Settings

----------------------------------------------------------*/

.cdd0_sub_items{

	



	cursor:hand;





}/*---------------------------------------------------------

Sub Menu Item Rollover Settings

----------------------------------------------------------*/

.cdd0_sub_items_rollover{



	

	cursor:hand;



	







/*---------------------------------------------------------

Vertical Dividers

----------------------------------------------------------*/

.cdd0_dividers_vertical{







}/*---------------------------------------------------------

Horizontal Dividers

----------------------------------------------------------*/

.cdd0_dividers_horizontal{





	

}

