/**********************************************************************************************

	Main Menu Style Settings

***********************************************************************************************/


/*---------------------------------------------------------
Main Menu Group Settings - (Applies to the main container)
----------------------------------------------------------*/
.cdd0_main_menu{
	background-color: #e6e6e6;
	cursor:hand;
	color:#333333;
	font-family: Verdana;
	font-size: 8pt;
	filter:progid:DXImageTransform.Microsoft.Fade(duration=.4);
	font-size: 8pt;
	padding-left: 6px;
	padding-right: 25px;
	padding-top: 1px;
	padding-bottom: 3px;
}/*---------------------------------------------------------
Main Menu Item Settings
----------------------------------------------------------*/
.cdd0_main_items{


	/*Background del menú principal*/
	background-color: #e6e6e6;
	cursor:hand;


}/*---------------------------------------------------------
Main Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_main_items_rollover{

background-color: #eeeeee;
	;
	cursor:hand;
	color: #908e8f;
	/*color: #000000;
	*/
	text-decoration: none;
	font : Verdana;
	font-size: 8pt;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 1px;
	padding-bottom: 3px;


}/**********************************************************************************************

	Sub Menu Style Settings

***********************************************************************************************/


/*---------------------------------------------------------
Sub Menu Group Settings - (Applies to all sub containers)
----------------------------------------------------------*/
.cdd0_sub_menu{

	
	background-color: #e6e6e6;
	cursor:hand;
	color:#333333;
	font-family: Verdana;
	font-size: 8pt;
	filter:progid:DXImageTransform.Microsoft.Fade(duration=.4);
	font-size: 8pt;
	padding-left: 6px;
	padding-right: 25px;
	padding-top: 1px;
	padding-bottom: 3px;
	border : solid Navy;



}/*---------------------------------------------------------
Sub Menu Item Settings
----------------------------------------------------------*/
.cdd0_sub_items{
	
	/*background-color:#cccccc;
	*/
	cursor:hand;
	border-color:#999999;




}/*---------------------------------------------------------
Sub Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_sub_items_rollover{

	background-color: #eeeeee;
	;
	cursor:hand;
	color: #908e8f;
	text-decoration: none;
	font : verdana;
	font-size: 8pt;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 1px;
	padding-bottom: 3px;
	border : solid Navy;


}/**********************************************************************************************

	Divider Style Settings

***********************************************************************************************/



/*---------------------------------------------------------
Vertical Dividers
----------------------------------------------------------*/
.cdd0_dividers_vertical{



	background-color:#333333;




}/*---------------------------------------------------------
Horizontal Dividers
----------------------------------------------------------*/
.cdd0_dividers_horizontal{



	background-color: #e6e6e6;




	
}/**********************************************************************************************

	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
	
}

*/
