/**********************************************************************************************

	Main Menu Style Settings

***********************************************************************************************/


/*---------------------------------------------------------
Main Menu Group Settings - (Applies to the main container)
----------------------------------------------------------*/
.cdd0_main_menu{

	
	/*background-color:#5A5A58;*/
	background-image: url(/images/bkg_color_5A5A58.gif); 
	background-repeat: repeat;
	
	cursor:hand;
	cursor:pointer;

	color:#FFFFFF;
	font-face: Verdana, Helvetica, Tahoma, Arial, sans-serif;
	font-size:10px;

	/*border-style:solid;*/
	/*border-color:#FFFFFF;*/


}/*---------------------------------------------------------
Main Menu Item Settings
----------------------------------------------------------*/
.cdd0_main_items{


	/*background-color:#5A5A58;*/
	background-image: url(/images/bkg_color_5A5A58.gif); 
	background-repeat: repeat;
	
	cursor:hand;
	
	font-weight: normal;

	/*border-style:solid;*/
	/*border-color:#FFFFFF;*/
	
   text-align: center;



}/*---------------------------------------------------------
Main Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_main_items_rollover{


	background-color:#CCCC99;
	cursor:hand;
	
	color:#000000;
	font-weight: normal;

	/*text-decoration:underline;*/

	/*border-style:dashed;*/
	/*border-color:#CC3300;*/

	text-align: center;


}/**********************************************************************************************

	Sub Menu Style Settings

***********************************************************************************************/


/*---------------------------------------------------------
Sub Menu Group Settings - (Applies to all sub containers)
----------------------------------------------------------*/
.cdd0_sub_menu{

	
	background-color:#000000;
		
	cursor:hand;

	color:#FFFFFF;
	font-face:Verdana, Helvetica, Tahoma, Arial, sans-serif;
	font-size:10px;
	
	/*border-style:solid;*/
	/*border-color:#FFFFFF;*/
	
	text-align: left;
	
	filter:progid:DXImageTransform.Microsoft.Fade(duration=.4);
	filter:alpha(opacity=75, finishopacity=100, style=1, startx=0, starty=0, finishx=140, finishy=270)



}/*---------------------------------------------------------
Sub Menu Item Settings
----------------------------------------------------------*/
.cdd0_sub_items{
	

	/*background-color:#cccccc;*/
	cursor:hand;

	/*border-style:solid;*/
	/*border-color:#FFFFFF;*/



}/*---------------------------------------------------------
Sub Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_sub_items_rollover{

	
	background-color:#CCCC99;
	cursor:hand;

	color:#000000;
	text-decoration:underline;
	
	/*border-style:dashed;*/
	/*border-color:#CC3300;*/


}/**********************************************************************************************

	Divider Style Settings

***********************************************************************************************/



/*---------------------------------------------------------
Vertical Dividers
----------------------------------------------------------*/
.cdd0_dividers_vertical{


	
	background-color:#CCCCCC;





}/*---------------------------------------------------------
Horizontal Dividers
----------------------------------------------------------*/
.cdd0_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
	
}

*/





