/**********************************************************************************************

	Main Menu Style Settings

***********************************************************************************************/


/*---------------------------------------------------------
Main Menu Group Settings - (Applies to the main container)
----------------------------------------------------------*/
.cdd0_main_menu{

	background-color:#999999;
	cursor:hand;
/*	cursor:pointer;*/
	color:#FFFFFF;
	font-family: Verdana,Geneva,Helvetica;
	font-size: 9pt;
	text-decoration:none;
	font-weight:bold;
	border-style:solid;
	border-color:#999999

}/*---------------------------------------------------------
Main Menu Item Settings
----------------------------------------------------------*/
.cdd0_main_items{

	background-color:#999999;
	cursor:hand;
	cursor:pointer;
	color:#FFFFFF;
	font-family: Verdana,Geneva,Helvetica;
	font-size: 9pt;
	text-decoration:none;
	font-weight:bold;
	border-style:solid;
	border-color:#999999


}/*---------------------------------------------------------
Main Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_main_items_rollover{

	border:1px solid #FFCC00; 
	background-color:#000000;
	cursor:hand;
	cursor:pointer;
	color:#FFCC00;
	font-family: Verdana,Geneva,Helvetica;
	font-size: 9pt;
	text-decoration:none;
	font-weight:bold
	


}/**********************************************************************************************

	Sub Menu Style Settings

***********************************************************************************************/


/*---------------------------------------------------------
Sub Menu Group Settings - (Applies to all sub containers)
----------------------------------------------------------*/
.cdd0_sub_menu{


/*	filter:progid:DXImageTransform.Microsoft.Fade(duration=.4);*/
	background-color:#999999;
	cursor:hand;
	cursor:pointer;
	color:#FFFFFF;
	font-family: Verdana,Geneva,Helvetica;
	font-size: 9pt;
	text-decoration:none;
	font-weight:normal;
	border-style:solid;
	border-color:#000000

}/*---------------------------------------------------------
Sub Menu Item Settings
----------------------------------------------------------*/
.cdd0_sub_items{


	background-color:#999999;
	cursor:hand;
	cursor:pointer;
	color:#FFFFFF;
	font-family: Verdana,Geneva,Helvetica;
	font-size: 9pt;
	text-decoration:none;
	font-weight:normal;
	border-style:solid;
	border-color:#000000




}/*---------------------------------------------------------
Sub Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_sub_items_rollover{


	/*background-color:#ebe7b2;*/
	border:1px solid #FFCC00; 
	background-color:#000000;
	cursor:hand;
	cursor:pointer;
	color:#FFCC00;
	font-family: Verdana,Geneva,Helvetica;
	font-size: 9pt;
	text-decoration:none;
	font-weight:normal;


}/**********************************************************************************************

	Divider Style Settings

***********************************************************************************************/



/*---------------------------------------------------------
Vertical Dividers
----------------------------------------------------------*/
.cdd0_dividers_vertical{



	background-color:#999999;





}/*---------------------------------------------------------
Horizontal Dividers
----------------------------------------------------------*/
.cdd0_dividers_horizontal{



	background-color:#FFCC00;





}/**********************************************************************************************

	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

}

*/