/**********************************************************************************************

	Main Menu Style Settings

***********************************************************************************************/


/*---------------------------------------------------------
Main Menu Group Settings - (Applies to the main container)
----------------------------------------------------------*/
.cdd1_main_menu{


	background-color:#787878; 


	cursor: hand;
	cursor: pointer;

	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

	/*border-style: solid;
	border-color: #ffffff;*/



}/*---------------------------------------------------------
Main Menu Item Settings
----------------------------------------------------------*/
.cdd1_main_items{

	/* background-image: url(comp031_04.jpg); */

	/*background-color:#ebe7b2; */
	cursor: hand;
	font-weight: bold;
	text-transform: uppercase;

	
	border-style: solid;
	border-color: transparent;



}/*---------------------------------------------------------
Main Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd1_main_items_rollover{


	/*  background-image: url(comp031_04.jpg); */
	background-color: #959595;
	cursor: hand; 
	color: #ffffff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
	text-decoration: none;
	text-transform: uppercase;
	border-style: solid;
	border-color: transparent;




}/**********************************************************************************************

	Sub Menu Style Settings

***********************************************************************************************/


/*---------------------------------------------------------
Sub Menu Group Settings - (Applies to all sub containers)
----------------------------------------------------------*/
.cdd1_sub_menu{

	background-color: #D7D7D7;
	/*  background-image:url(../sample_images/sample7_sub_bg.gif);  */
	cursor: hand;

	color: #787878;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-align: left;
	border-style: solid;
	border-color: #787878;
	/*border-Bottom:2px SOLID PINK;*/


	filter:progid:DXImageTransform.Microsoft.Fade(duration=.3333);

	filter:progid:DXImageTransform.Microsoft.DropShadow(color='#666666', OffX=4, OffY=4)



}/*---------------------------------------------------------
Sub Menu Item Settings
----------------------------------------------------------*/

.cdd1_sub_items{
	cursor: hand;
	text-align: left;
	border-style: solid;	
	border-color: #787878;	

}/*---------------------------------------------------------
Sub Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd1_sub_items_rollover{


	background-color: #EBEBEB;
	/*background-image:url(../sample_images/sample0_sub_bg.gif);*/
	cursor: hand;
	border-style: solid;	
	border-color: #787878;
	text-align: left;
	color: #787878;
	text-decoration: none;


}/**********************************************************************************************

	Divider Style Settings

***********************************************************************************************/



/*---------------------------------------------------------
Vertical Dividers
----------------------------------------------------------*/
.cdd1_dividers_vertical{



	background-color:#ffffff;





}/*---------------------------------------------------------
Horizontal Dividers
----------------------------------------------------------*/
.cdd1_dividers_horizontal{



	/*  background-color: #ffffff;*/  





}/**********************************************************************************************

	Optional Specific Settings

	Specifically define settings for any item or menu group
	by using the following syntax with the items index.

***********************************************************************************************/





/*
#cdd_item0_0_0{height:167;}
#cdd_item0_1_0{height:167;}
#cdd_item0_2_0{height:167;}
*/


   // CSS settings here for main menu group	


#cdd_item1_menu
{
	height: 16px;
}







