/**********************************************************************************************

	Main Menu Style Settings

***********************************************************************************************/


/*---------------------------------------------------------
Main Menu Group Settings - (Applies to the main container)
----------------------------------------------------------*/
.cdd1_main_menu{
	
	cursor:hand;
	cursor:pointer;	
	font-family:Verdana;
	border:1px;
	border-style: solid;
	border-color: #CCCCCC;

}/*---------------------------------------------------------
Main Menu Item Settings
----------------------------------------------------------*/
.cdd1_main_items{

	background-color: #e5e5e5;
	color: #333333;
	font-size: 10px;
	font-weight: normal;

}/*---------------------------------------------------------
Main Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd1_main_items_rollover{
	
	background-color: #666666;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;


}/**********************************************************************************************

	Sub Menu Style Settings

***********************************************************************************************/


/*---------------------------------------------------------
Sub Menu Group Settings - (Applies to all sub containers)
----------------------------------------------------------*/
.cdd1_sub_menu{

	font-family:Verdana;
	background-color:#e5e5e5;
	cursor:hand;
	color:#333333;
	font-size:10px;
	border-style:solid;
	border-color:#CCCCCC;
	
	filter:progid:DXImageTransform.Microsoft.Fade(duration=.4);

}/*---------------------------------------------------------
Sub Menu Item Settings
----------------------------------------------------------*/
.cdd1_sub_items{
	

	/*background-color:#cccccc;*/
	cursor:hand;
	border-style:solid;
	border-color:#CCCCCC;

}/*---------------------------------------------------------
Sub Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd1_sub_items_rollover{
	
	background-color: #666666;
	cursor: hand;
	color: #ffffff;
	border-color: #CCCCCC;


}/**********************************************************************************************

	Divider Style Settings

***********************************************************************************************/



/*---------------------------------------------------------
Vertical Dividers
----------------------------------------------------------*/
.cdd1_dividers_vertical{

	background-color:#CCCCCC;

}/*---------------------------------------------------------
Horizontal Dividers
----------------------------------------------------------*/
.cdd1_dividers_horizontal{

	background-color:#CCCCCC;

	
}/**********************************************************************************************

	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
	
}

*/

A.whiteBoldHeaderLink:link		{color:#FFFFFF;font-family:Verdana;font-size:12px;font-weight:bold;text-decoration:none;}
A.whiteBoldHeaderLink:visited	{color:#FFFFFF;font-family:Verdana;font-size:12px;font-weight:bold;text-decoration:none;}
A.whiteBoldHeaderLink:hover		{color:#CCCCCC;font-family:Verdana;font-size:12px;font-weight:bold;text-decoration:none;}
A.whiteBoldHeaderLink:active	{color:#CCCCCC;font-family:Verdana;font-size:12px;font-weight:bold;text-decoration:none;}


