/*---------------------------------------------------------
Main Menu Group Settings - (Applies to the main container)
----------------------------------------------------------*/
.cdd0_main_menu{

	
	background-color:#eeeeee;
	
	cursor:hand;
	cursor:pointer;

	color:#64728C;
	font-family:Verdana, Arial;
	font-size:12px;
	
	border-style:solid;
	border-color:#DDE0E6;



}/*---------------------------------------------------------
Main Menu Item Settings
----------------------------------------------------------*/
.cdd0_main_items{


	/*background-color: #DDE0E6;*/
	cursor:hand;
	background-image: url(images/bgmenu.jpg);
	border-style:solid;
	border-color:#333333;
	height: 25px;
	


}/*---------------------------------------------------------
Main Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_main_items_rollover{



	background-color: #DDE0E6;
	cursor:hand;
	color: #64728C;
	text-decoration:underline;
	
	border-style:dashed;
	border-color:#aaaaaa;




}/**********************************************************************************************

	Sub Menu Style Settings

***********************************************************************************************/


/*---------------------------------------------------------
Sub Menu Group Settings - (Applies to all sub containers)
----------------------------------------------------------*/
.cdd0_sub_menu{

	
	/*background-color: #DDE0E6;*/
	cursor:hand;

	color:#64728C;
	background-image: url(images/bgmenu.jpg);
	font-family:Verdana, Arial;
	font-size:12px;

	border-style:solid;
	border-color:#333333;

	

	/*filter:progid:DXImageTransform.Microsoft.Fade(duration=.1);*/





}/*---------------------------------------------------------
Sub Menu Item Settings
----------------------------------------------------------*/
.cdd0_sub_items{
	background-image: url(images/bgmenu.jpg); /*background-color:#transparent;*/
	cursor: hand;
	color: #64728C;
	border-style: solid;
	border-color: #333333;
}/*---------------------------------------------------------
Sub Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_sub_items_rollover{

	
/*	background-color: #DDE0E6;*/
	cursor:hand;
background-image: url(images/bgmenu.jpg);
	color:#64728C;
	text-decoration:underline;

	border-style:solid;
	border-color:#333333;
	
	

}/**********************************************************************************************

	Divider Style Settings

***********************************************************************************************/



/*---------------------------------------------------------
Vertical Dividers
----------------------------------------------------------*/
.cdd0_dividers_vertical{



	/*background-color:#transparent;*/





}/*---------------------------------------------------------
Horizontal Dividers
----------------------------------------------------------*/
.cdd0_dividers_horizontal{



	background-color:#cccccc;




	
}/**********************************************************************************************

	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

	
}


*/




