/**********************************************************************************************

	Main Menu Style Settings

***********************************************************************************************/


/*---------------------------------------------------------
Main Menu Group Settings - (Applies to the main container)
----------------------------------------------------------*/
.cdd0_main_menu{


	/* background-color:#0085BB; */


	cursor: hand;
	cursor: pointer;

	color: #ffffff;
	font-family: Verdana;
	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: #093A7F;
	cursor: hand; 
	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: #0085BB;
	/*  background-image:url(../sample_images/sample7_sub_bg.gif);  */
	cursor: hand;

	color: #ffffff;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;

	border-style: solid;
	border-color: #093A7F;
	/*border-Bottom:2px SOLID PINK;*/


	filter:progid:DXImageTransform.Microsoft.Fade(duration=.3333);

	filter:progid:DXImageTransform.Microsoft.DropShadow(color='#336699', OffX=4, OffY=4)



}/*---------------------------------------------------------
Sub Menu Item Settings
----------------------------------------------------------*/

.cdd0_sub_items{
	cursor: hand;
	border-style: solid;	
	border-color: #093A7F;	

}/*---------------------------------------------------------
Sub Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_sub_items_rollover{


	background-color: #ffffff;
	/*background-image:url(../sample_images/sample0_sub_bg.gif);*/
	cursor: hand;
	border-style: solid;	
	border-color: #093A7F;

	color: #093A7F;
	text-decoration: underline;


}/**********************************************************************************************

	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: 19px;
}







