/**********************************************************************************************

	Main Menu Style Settings

***********************************************************************************************/


/*---------------------------------------------------------
Main Menu Group Settings - (Applies to the main container)
----------------------------------------------------------*/
.cdd0_main_menu{

	/*background-color:#eeeeee;*/
	/*background-image:url(../sample_images/sample0_bg_roll.jpg);*/
	cursor:hand;
	cursor:pointer;
	color:#333333;
	font-family:Tahoma;
	font-size:9pt;
	padding: 5px;
	/*border-style:solid;
	border-color:#666666;*/
}/*---------------------------------------------------------
Main Menu Item Settings
----------------------------------------------------------*/
.cdd0_main_items{

	/*background-color:#f0f0f0;*/
	cursor:hand;
	/*background-image:url(../sample_images/sample0_bg.jpg);*/
	/*border-style:solid;
	border-color:#9a9a9a;*/
	padding: 5px;

}/*---------------------------------------------------------
Main Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_main_items_rollover{

	background-color:#f8f8ff;
	cursor:hand;
	text-decoration:underline;
	/*border-style:dashed;
	border-color:#aaaaaa;*/
	padding: 5px;


}/**********************************************************************************************

	Sub Menu Style Settings

***********************************************************************************************/


/*---------------------------------------------------------
Sub Menu Group Settings - (Applies to all sub containers)
----------------------------------------------------------*/
.cdd0_sub_menu{


	background-color:#eeeeee;
	cursor:hand;

	color:#333333;
	font-family:Tahoma;
	font-size:9pt;

	/*border-style:solid;
	border-color:#333333;
	border-width: 1px;*/

	/*filter: revealTrans(DURATION=.1, TRANSITION=23);*/
	filter:progid:DXImageTransform.Microsoft.Fade(duration=.4);

	width:250px;



}/*---------------------------------------------------------
Sub Menu Item Settings
----------------------------------------------------------*/
.cdd0_sub_items{


	background-color:#e8e8e8;
	/*background-image:url(../sample_images/sample0_sub_bg.gif);*/
	cursor:hand;


	/*border-style:solid;
	border-color:#999999;
	border-width: 1px;*/

	padding: 5px;



}/*---------------------------------------------------------
Sub Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_sub_items_rollover{


	background-color:#f0f0ff;
	/*background-image:url(../sample_images/sample0_sub_bg.gif);*/
	cursor:hand;

	color:#222222;
	text-decoration:underline;
	padding: 5px;

	/*border-style:dashed;
	border-color:#ff0000;
	border-width: 1px;*/



}/**********************************************************************************************

	Divider Style Settings

***********************************************************************************************/



/*---------------------------------------------------------
Vertical Dividers
----------------------------------------------------------*/
.cdd0_dividers_vertical{



	background-color:#333333;





}/*---------------------------------------------------------
Horizontal Dividers
----------------------------------------------------------*/
.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.

***********************************************************************************************/




/*

#cdd_item0_0
{
	CSS settings here for first main menu item

}



#cdd_item0_menu
{

	CSS settings here for main menu group

}

*/






