/**********************************************************************************************

	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)
----------------------------------------------------------*/
.cdd_page_main_menu
{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}

.cdd_page_main_menu2
{
	color: #696A5B;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}

.cdd_page_main_menu_selected
{
	color: #C4C4C4;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}

.cdd_page_main_menu_selected2
{
	color: #376767;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	
	background-color: #CDD6D6;
}

.cdd2_main_menu
{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
}

/*---------------------------------------------------------
Main Menu Item Settings
----------------------------------------------------------*/
.cdd_page_main_items
{	
}

.cdd2_main_items
{	
}

/*---------------------------------------------------------
Main Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd_page_main_items_rollover
{
    color: #C4C4C4;
	cursor:hand;	
	text-decoration:none;
}

.cdd_page_main_items_rollover2
{
	/* background-color: #CDD6D6; */
	color: #C4C4C4;
	cursor:hand;
	text-decoration:none;
}

.cdd2_main_items_rollover
{
	background-color: none;
	cursor:hand;

	text-decoration:underline;
	
	border-style:dashed;
	border-color:#aaaaaa;
}


/**********************************************************************************************

	Sub Menu Style Settings

***********************************************************************************************/

/*---------------------------------------------------------
Sub Menu Group Settings - (Applies to all sub containers)
----------------------------------------------------------*/
.cdd_page_sub_menu
{	
	background-color:#F2F6E7;
	cursor:hand;

	color:#696A5B;
	font-family:Arial;
	font-size:11px;

	/* border: 1px solid #FFFFFF; */
	
	filter:progid:DXImageTransform.Microsoft.Fade(duration=.1);
}

/*---------------------------------------------------------
Sub Menu Item Settings
----------------------------------------------------------*/
.cdd_page_sub_items
{
	/*background-color:#transparent;*/
	cursor:hand;

	border-style:solid;
	border-color:#CDD6D6;
}

/*---------------------------------------------------------
Sub Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd_page_sub_items_rollover
{	
	/* background-color:#CDD6D6; */
	cursor:hand;

	color:#C5C5C5;
	text-decoration:none;

	
	border-style:solid;
	border-color:#aaaaaa;
}


/**********************************************************************************************

	Divider Style Settings

***********************************************************************************************/

/*---------------------------------------------------------
Horizontal Dividers
----------------------------------------------------------*/
.cdd0_dividers_horizontal
{
	background-color:#FFFFFF;
}

.cdd0_dividers_vertical
{
	background-color:#FFFFFF;
}
