/**********************************************************************************************

	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:#ffffff;
	cursor:hand;
	color:#999999;
	font-family:Arial;
	font-size:10px; 
	font-weight: bold;
	border-style:solid;
	border-color:#ffffff;
}
/*---------------------------------------------------------
Main Menu Item Settings
----------------------------------------------------------*/
.cdd0_main_items{
	background-color:#ffffff;
	cursor:hand;
	border-style:solid;
	border-color:#ffffff;
}
/*---------------------------------------------------------
Main Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_main_items_rollover{
	background-color:#transparent;
	cursor:hand;
	color:#666666;
	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:#ffffff;
	cursor:hand;
	color:#999999;
	font-family:Tahoma;
	font-size:10px;
	border-style:solid;
	text-align:left;
	border-color:#ffffff;
	/*filter:progid:DXImageTransform.Microsoft.Fade(duration=.1);*/
}
/*---------------------------------------------------------
Sub Menu Item Settings
----------------------------------------------------------*/
.cdd0_sub_items{
	/*background-color:#transparent;*/
	cursor:hand;
	border-style:solid;
	border-color:#ffffff;
}
/*---------------------------------------------------------
Sub Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_sub_items_rollover{
	background-color:#ffffff;
	cursor:hand;
	color:#D2492A;
	text-decoration:none;
	border-style:solid;
	border-color:#ffffff;
}
/**********************************************************************************************

	Divider Style Settings

***********************************************************************************************/
/*---------------------------------------------------------
Vertical Dividers
----------------------------------------------------------*/
.cdd0_dividers_vertical{
	background-color:#D2492A;
}
/*---------------------------------------------------------
Horizontal Dividers
----------------------------------------------------------*/
.cdd0_dividers_horizontal{
	background-color:#ffffff;
	border-bottom-style: dashed;
	border-bottom-width: 1;
	border-bottom-color:#D2492A;
}

