/**********************************************************************************************

	Main Menu Style Settings

***********************************************************************************************/


/*---------------------------------------------------------
Main Menu Group Settings - (Applies to the main container)
----------------------------------------------------------*/
.cdd0_main_menu{


	background-color:#002468;

	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:#002468; 
	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:#1c3971;
	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: #dedede;
	/*background-image:url(../sample_images/sample7_sub_bg.gif);*/
	cursor: hand;

	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;

	border-style: none;
	border-color: #093A7F;
	/*border-Bottom:2px SOLID PINK;*/


	filter:progid:DXImageTransform.Microsoft.Fade(duration=.3333);

	filter:progid:DXImageTransform.Microsoft.DropShadow(color='#666666', OffX=2, OffY=2)



}/*---------------------------------------------------------
Sub Menu Item Settings
----------------------------------------------------------*/

.cdd0_sub_items{
	cursor: hand;
	border-style: solid;	
	border-color: #dedede;	

}/*---------------------------------------------------------
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: #dedede;

	color: #002468;
	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;
}
