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

	Main Menu Style Settings

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


/*---------------------------------------------------------
Main Menu Group Settings - (Applies to the main container)
----------------------------------------------------------*/
.cdd0_main_menu{

	
	background-color:#B9C7B6;
	
	cursor:hand;
	cursor:pointer;

	color:#080E5C;
	font-family:Arial;
	font-size:8pt;
	font-weight: bold;

	border-style:none;
	


}/*---------------------------------------------------------
Main Menu Item Settings
----------------------------------------------------------*/
.cdd0_main_items{


	background-color:#B9C7B6;
	cursor:hand;

	border-style:none;
	border-color:#9a9a9a;



}/*---------------------------------------------------------
Main Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_main_items_rollover{



	/*background-color:#ebe7b2;*/
	cursor:hand;
    color:#ffffff;
	text-decoration:underline;

	border-style:none;
	border-color:#aaaaaa;





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

	Sub Menu Style Settings

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


/*---------------------------------------------------------
Sub Menu Group Settings - (Applies to all sub containers)
----------------------------------------------------------*/
.cdd0_sub_menu{

	
	background-color:#B9C7B6;
	cursor:hand;

	color:#080E5C;
	font-family:Arial;
	font-size:8pt;
	font-weight: normal;

	border-style:solid;
	border-color:#333333;


	/*filter:progid:DXImageTransform.Microsoft.Fade(duration=.4);*/





}/*---------------------------------------------------------
Sub Menu Item Settings
----------------------------------------------------------*/
.cdd0_sub_items{
	

	/*background-color:#cccccc;*/
	cursor:hand;

	border-style:solid;
	border-color:#080E5C;



}/*---------------------------------------------------------
Sub Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_sub_items_rollover{

	
	background-color:#F3FEE6;
	cursor:hand;

	color:#080E5C;
	text-decoration:underline;
	

	border-style:solid;
	border-color:#080E5C;
	


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

	Divider Style Settings

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



/*---------------------------------------------------------
Vertical Dividers
----------------------------------------------------------*/
.cdd0_dividers_vertical{



	background-color:#080E5C;





}/*---------------------------------------------------------
Horizontal Dividers
----------------------------------------------------------*/
.cdd0_dividers_horizontal{



	background-color:#080E5C;




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

	Optional Specific Settings

	Specifically define settings for any item or menu group
	by using the following syntax with the items index.

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




/*

#cdd_item0_0
{
	CSS settings here for first main menu item	
	
}



#cdd_item0_menu
{

	CSS settings here for main menu group
	
}

*/





