/**********************************************************************************************

	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:#C1D1F3;
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-variant : normal;
	font-size: 11px;
	/*---------------------------------------------------------
	border-style:solid;
	border-color:#C1D1F3;
	background-image: url(../sample_images/sample_blue_green_bg_main.gif);
	----------------------------------------------------------*/
}/*---------------------------------------------------------
Main Menu Item Settings
----------------------------------------------------------*/
.cdd0_main_items{


	/*background-color:#ebe7b2;*/
	/*---------------------------------------------------------
	border-style:solid;
	border-color:#9a9a9a;
	----------------------------------------------------------*/


}/*---------------------------------------------------------
Main Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_main_items_rollover{
	/*background-color:#ebe7b2;
	*/
	text-decoration:none;
	border-style:dashed;
	border-color:#aaaaaa;
	color: #F9F19A;
}/**********************************************************************************************

	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:10px;
	border-style:solid;
	border-color:#000000;
	background-image: url(../sample_images/sample_bg_sub1.gif);
	filter:progid:DXImageTransform.Microsoft.Fade(duration=.2);
}/*---------------------------------------------------------
Sub Menu Item Settings
----------------------------------------------------------*/
.cdd0_sub_items{
	/*background-color:#transparent;
	*/
	border-style:solid;
	border-color:#000000;
	color: Black;
}/*---------------------------------------------------------
Sub Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_sub_items_rollover{
	/*background-color:#ebe7b2;
	*/
	text-decoration:none;
	color: #00229D;
	border-style:solid;
	border-color:#000000;
}/**********************************************************************************************

	Divider Style Settings

***********************************************************************************************/



/*---------------------------------------------------------
Vertical Dividers
----------------------------------------------------------*/
.cdd0_dividers_vertical{



	/*background-color:#transparent;*/





}/*---------------------------------------------------------
Horizontal Dividers
----------------------------------------------------------*/
.cdd0_dividers_horizontal{



	background-color:#999999;




	
}
