/**********************************************************************************************

	Main Menu Style Settings

***********************************************************************************************/


/*---------------------------------------------------------
Main Menu Group Settings - (Applies to the main container)
----------------------------------------------------------*/
.cdd0_main_menu{


	background-color:#dae3f2; 


	cursor: hand;
	cursor: pointer;

	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

	border-style: solid;
	border-color: #ffffff;



}/*---------------------------------------------------------
Main Menu Item Settings
----------------------------------------------------------*/
.cdd0_main_items{

	/* background-image: url(comp031_04.jpg); */

	/*background-color:#ebe7b2; */
	cursor: hand;
	font-weight: bold;

	border-style: solid;
	border-color: #ffffff;





}/*---------------------------------------------------------
Main Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_main_items_rollover{


	/*  background-image: url(comp031_04.jpg); */
	background-color: #97AFCC;
	cursor: hand; 
	color: #ffffff;
	font-weight: bold;
	
	text-decoration: none;

	border-style: solid;
	border-color: #ffffff;




}/**********************************************************************************************

	Sub Menu Style Settings

***********************************************************************************************/


/*---------------------------------------------------------
Sub Menu Group Settings - (Applies to all sub containers)
----------------------------------------------------------*/
.cdd0_sub_menu{

	background-color: #CAD6E5;
	/*  background-image:url(../sample_images/sample7_sub_bg.gif);  */
	cursor: hand;

	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-align: left;
	border-style: solid;
	border-color: #97AFCC;
	/*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
----------------------------------------------------------*/

.cdd0_sub_items{
	cursor: hand;
	text-align: left;
	border-style: solid;	
	border-color: #97AFCC;	

}/*---------------------------------------------------------
Sub Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_sub_items_rollover{


	background-color: #E2E8F1;
	/*background-image:url(../sample_images/sample0_sub_bg.gif);*/
	cursor: hand;
	border-style: solid;	
	border-color: #97AFCC;
	text-align: left;
	color: #333333;
	text-decoration: none;


}/**********************************************************************************************

	Divider Style Settings

***********************************************************************************************/



/*---------------------------------------------------------
Vertical Dividers
----------------------------------------------------------*/
.cdd0_dividers_vertical{



	background-color:#ffffff;





}/*---------------------------------------------------------
Horizontal Dividers
----------------------------------------------------------*/
.cdd0_dividers_horizontal{



	/*  background-color:#093A7F;  */





}/**********************************************************************************************

	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_item0_menu
{
	height: 16px;
}







