/**********************************************************************************************

	Main Menu Style Settings

	This file defines the look of the menu, all item text, URLs, sizing, orientation, etc.,
	is defined using the menu_settings.js file.  There are also additonal global settings
	in the head section of the source html (sample.html)

	Note: Do not define border, padding, or margin dimensions using this file, all dimensions
	are defined in the menu_settings.js file.

***********************************************************************************************/


/*---------------------------------------------------------
Main Menu Group Settings - (Applies to the main container)
----------------------------------------------------------*/
.cdd0_main_menu{

	
	background-color: transparent;
	cursor: pointer;
	cursor: hand;
	color: #ab2a3f;
	font-family: Garamond, Times New Roman;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;	
	border-style: none;
	border-color: transparent;
	text-align: left;



}/*---------------------------------------------------------
Main Menu Item Settings
----------------------------------------------------------*/
.cdd0_main_items{


	background-color: transparent;
	cursor: pointer;
	cursor: hand;
	font-family: Garamond, Times New Roman;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;	
	border-style: none;
	border-color: #ffffff;
	text-align: left;

}/*---------------------------------------------------------
Main Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_main_items_rollover{


	background-color: transparent;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	font-family: Garamond, Times New Roman;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	color: #000000;
	border-style: none;
	border-color: transparent;
	text-align: left;


}/**********************************************************************************************

	Sub Menu Style Settings

***********************************************************************************************/


/*---------------------------------------------------------
Sub Menu Group Settings - (Applies to all sub containers)
----------------------------------------------------------*/
.cdd0_sub_menu{

	
	background-color: #ffffd9;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, Geneva;
	font-size: 10px;
	font-variant: normal;
	font-weight: normal;	
	text-transform: lowercase;		
	color: #000000;
	border-style: none;
	border-color: transparent;
	text-align: center;

	/*filter:progid:DXImageTransform.Microsoft.Fade(duration=.1);*/

}/*---------------------------------------------------------
Sub Menu Item Settings
----------------------------------------------------------*/
.cdd0_sub_items{
	

	background-color: #ffffd9;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, Geneva;
	font-size: 10px;
	font-variant: normal;
	font-weight: normal;		
	text-transform: lowercase;			
	color: #000000;
	border-style: none;
	border-color: transparent;
	text-align: center;

}/*---------------------------------------------------------
Sub Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_sub_items_rollover{

	
	background-color: #ffffd9;
	cursor: pointer;
	cursor: hand;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, Geneva;
	font-size: 10px;
	font-variant: normal;
	font-weight: normal;		
	text-transform: lowercase;			
	color: #ab2a3f;	
	border-style: none;
	border-color: transparent;
	text-align: center;

}/**********************************************************************************************

	Divider Style Settings

***********************************************************************************************/



/*---------------------------------------------------------
Vertical Dividers
----------------------------------------------------------*/
.cdd0_dividers_vertical{



	background-color:#000000;





}/*---------------------------------------------------------
Horizontal Dividers
----------------------------------------------------------*/
.cdd0_dividers_horizontal{



	background-color: #000000;




	
}/**********************************************************************************************

	Optional Specific Settings

	Specifically define settings for any item or menu group
	by using the following syntax with the items index.

	CSS settings here for main menu group

***********************************************************************************************/	

#cdd_item0_0_0
{
	/*CSS settings for the specified item goes here	*/
	border-right: solid 1px #000000;
}
#cdd_item0_1_0
{
	/*CSS settings for the specified item goes here	*/
	border-right: solid 1px #000000;
}
#cdd_item0_2_0
{
	/*CSS settings for the specified item goes here	*/
	border-right: solid 1px #000000;
}
#cdd_item0_3_0
{
	/*CSS settings for the specified item goes here	*/
	border-right: solid 1px #000000;
}
#cdd_item0_4_0
{
	/*CSS settings for the specified item goes here	*/
	border-right: solid 1px #000000;
}
#cdd_item0_4_1
{
	/*CSS settings for the specified item goes here	*/
	border-right: solid 1px #000000;
}
#cdd_item0_4_2
{
	/*CSS settings for the specified item goes here	*/
	border-right: solid 1px #000000;
}
#cdd_item0_4_3
{
	/*CSS settings for the specified item goes here	*/
	border-right: solid 1px #000000;
}


/*
#cdd_item0_menu
{

	CSS settings for the specified menu group goes here
	
}
*/






