/**********************************************************************************************
	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.
***********************************************************************************************/

/*---------------------------------------------------------
Top Menu
----------------------------------------------------------*/
.cdd0_main_menu
{
	color:#AE3626;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	background-image:url(/menus/images/btntop.jpg);
}

/*---------------------------------------------------------
Main Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_main_items_rollover
{
	color:#C8845D;
	background-image:url(/menus/images/btntopon.jpg);
}

/**********************************************************************************************
	Sub Menu Style Settings
***********************************************************************************************/

/*---------------------------------------------------------
Sub Menu Group Settings - (Applies to all sub containers)
----------------------------------------------------------*/
.cdd0_sub_menu
{
	background-color:#bed2bf;
	color:#333333;
	font-family:Arial;
	font-size:12px;
	border-style:solid;
	border-color:#666666;
	background-image:url("sample_images/sample_bg_sub.gif");
	filter:progid:DXImageTransform.Microsoft.Fade(duration=.2);
}

/*---------------------------------------------------------
Sub Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_sub_items_rollover
{
	/*background-color:#ebe7b2;*/
	color:#222222;
	text-decoration:underline;
	border-style:solid;
	border-color:#aaaaaa;
}

/**********************************************************************************************
	Divider Style Settings
***********************************************************************************************/

/*---------------------------------------------------------
Vertical Dividers
----------------------------------------------------------*/
.cdd0_dividers_vertical
{
	height:10px;
	background-color:#AE3626;
}

/**********************************************************************************************
Left Hand Menu
***********************************************************************************************/
.cdd1_main_menu
{
	color:#000000;
	font-family:Verdana;
	font-size:12px;
	background-image:url(/menus/images/btnleft.jpg);
}

/*---------------------------------------------------------
Main Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd1_main_items_rollover
{
	background-image:url(/menus/images/btnlefton.jpg);
}

/**********************************************************************************************
	Sub Menu Style Settings
***********************************************************************************************/

/*---------------------------------------------------------
Sub Menu Group Settings - (Applies to all sub containers)
----------------------------------------------------------*/
.cdd1_sub_menu
{
	background-color:#bed2bf;
	color:#333333;
	font-family:Arial;
	font-size:12px;
	border-style:solid;
	border-color:#666666;
	background-image:url("sample_images/sample_bg_sub.gif");
	filter:progid:DXImageTransform.Microsoft.Fade(duration=.2);
}

/*---------------------------------------------------------
Sub Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd1_sub_items_rollover
{
	/*background-color:#ebe7b2;*/
	color:#222222;
	text-decoration:underline;
	border-style:solid;
	border-color:#aaaaaa;
}

/**********************************************************************************************
	Divider Style Settings
***********************************************************************************************/

/*---------------------------------------------------------
Horizontal Dividers
----------------------------------------------------------*/
.cdd1_dividers_horizontal
{
}