/**********************************************************************************************

	/**********************************************************************************************

	Main Menu Style Settings

***********************************************************************************************/


/*---------------------------------------------------------
Main Menu Group Settings - (Applies to the main container)
----------------------------------------------------------*/
.cdd0_main_menu{
	background-color: #A50E0E;
	background-image:url(../img/head_r.gif);
	background-repeat: repeat-x;
	cursor:hand;
	cursor:pointer;
		
}/*---------------------------------------------------------
Main Menu Item Settings
----------------------------------------------------------*/
.cdd0_main_items{
	background-color: #CCCCCC;
	background-image:url(../img/head_s.gif);
	background-repeat: repeat-x;
	height:23px;
	white-space: nowrap;
	text-align: center;
	vertical-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: bold;

	font-size: 12px;

	cursor:hand;
	max-height: 20px;
}/*---------------------------------------------------------
Main Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_main_items_rollover{
	background-color: #CCCCCC;
	background-image:url(../img/head_s_rl.gif);
	background-repeat: repeat-x;
	height: 23px;
	white-space: nowrap;
	text-align: center;
/*	text-decoration: underline;*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	vertical-align: center;

	cursor:hand;
	max-height: 20px;
}

/**********************************************************************************************

	Sub Menu Style Settings

***********************************************************************************************/


/*---------------------------------------------------------
Sub Menu Group Settings - (Applies to all sub containers)
----------------------------------------------------------*/
.cdd0_sub_menu{

	background-color: #eeeeee;
	cursor: hand;

	color: #333333;
	font-family: Arial;

	font-size: 0px;
	border-style: solid;
	border-color: #333333;


	filter: progid:DXImageTransform.Microsoft.Fade(duration=.4);
	text-align: left;
	vertical-align: center;



}/*---------------------------------------------------------
Sub Menu Item Settings
----------------------------------------------------------*/
.cdd0_sub_items{


	/*background-color:#cccccc;*/
	background-image:url(./sample_images/sub_bg.gif);
	cursor:hand;


	border-style:solid;
	border-color:#999999;
	font-size:12px;




}/*---------------------------------------------------------
Sub Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_sub_items_rollover{


	background-image:url(./sample_images/sub_bg_rl.gif);
	cursor:hand;

	color:#222222;
/*	text-decoration:underline;*/

	border-style:dashed;
	border-color:#ff0000;
	font-size:12px;



}/**********************************************************************************************

	Divider Style Settings

***********************************************************************************************/



/*---------------------------------------------------------
Vertical Dividers
----------------------------------------------------------*/
.cdd0_dividers_vertical{
	background-color: #A50E0E;
	background-image:url(../img/head_div.gif);
	background-repeat: repeat-x;
}
/*---------------------------------------------------------
Horizontal Dividers
----------------------------------------------------------*/
/*.cdd0_dividers_horizontal{
	background-color: #000000;
}*/

