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

	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:#6CA665;
	cursor:hand;
	color:#ffffff;
	font-family:Arial;
	font-size:11px; 
	font-weight: bold;
	border-style:solid;
	border-color:#6CA665;
	width:650px !important;
}
/*---------------------------------------------------------
Main Menu Item Settings
----------------------------------------------------------*/
.cdd0_main_items{
	background-color:#6CA665;
	cursor:hand;
	border-style:solid;
	border-color:#6CA665;
}
/*---------------------------------------------------------
Main Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_main_items_rollover{
	background-color:#transparent;
	cursor:hand;
	color:#A1CC56;
	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:#7BB273;
	cursor:hand;
	color:#ffffff;
	font-family:Tahoma;
	font-size:10px;
	border-style:solid;
	text-align:left;
	border-color:#7BB273;
	/*filter:progid:DXImageTransform.Microsoft.Fade(duration=.1);*/
}
/*---------------------------------------------------------
Sub Menu Item Settings
----------------------------------------------------------*/
.cdd0_sub_items{
	/*background-color:#transparent;*/
	cursor:hand;
	border-style:solid;
	border-color:#7BB273;
}
/*---------------------------------------------------------
Sub Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_sub_items_rollover{
	background-color:#A1CC56;
	cursor:hand;
	color:#000000;
	text-decoration:none;
	border-style:solid;
	border-color:#A1CC56;
}
/**********************************************************************************************

	Divider Style Settings

***********************************************************************************************/
/*---------------------------------------------------------
Vertical Dividers
----------------------------------------------------------*/
.cdd0_dividers_vertical{
	background-color:#transparent;
}
/*---------------------------------------------------------
Horizontal Dividers
----------------------------------------------------------*/
.cdd0_dividers_horizontal{
	background-color:#transparent;
	/*border-bottom-style: dashed;*/
	/*border-bottom-width: 1;*/
	/*border-bottom-color:#D2492A;*/
}

a.homeLink { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; margin-top: 0px; margin-left: 0px; margin-right: 0px; text-decoration: underline;}
a.homeLink:hover { color: #ffffff; text-decoration: none;}
a.homeLink:active { color: #ffffff; text-decoration: none;}