/**********************************************************************************************

	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{
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	border-style:none;
	border-color:#666666;
	font-weight: normal;
	


}/*---------------------------------------------------------
Main Menu Item Settings
----------------------------------------------------------*/
.cdd0_main_items{


	/*background-color:#ebe7b2;*/
	
	border-style:solid;
	border-color:#0e4178;
	


}/*---------------------------------------------------------
Main Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_main_items_rollover{



	/*background-color:#ebe7b2;*/

	text-decoration:underline;
	
	border-style:dashed;
	border-color:#0e4178;




}/**********************************************************************************************

	Sub Menu Style Settings

***********************************************************************************************/


/*---------------------------------------------------------
Sub Menu Group Settings - (Applies to all sub containers)
----------------------------------------------------------*/
.cdd0_sub_menu{

	
	background-color:#c8f0f8;

	color:#2a6d97;
	font-family:Arial;
	font-size:10px;

	border-style:solid ;
	border-color:#010101;

	
	/*background-image:url("sample_images/sample_bg_sub.gif");

	filter:progid:DXImageTransform.Microsoft.Fade(duration=.2);/*





}/*---------------------------------------------------------
Sub Menu Item Settings
----------------------------------------------------------*/
.cdd0_sub_items{
	

	/*background-color:#transparent;*/

	border-style:solid;
	border-color:#010101;



}/*---------------------------------------------------------
Sub Menu Item Rollover Settings
----------------------------------------------------------*/
.white16px {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.cdd0_sub_items_rollover{

	
	/*background-color:#ebe7b2;*/

	color:#oooooo;
	text-decoration:underline;

	
	border-style:solid;
	border-color:#aaaaaa;
	
	

}/**********************************************************************************************

	Divider Style Settings

***********************************************************************************************/



/*---------------------------------------------------------
Vertical Dividers
----------------------------------------------------------*/
/*.cdd0_dividers_vertical{



	background-color:#transparent;*/





}/*---------------------------------------------------------
Horizontal Dividers
----------------------------------------------------------*/
/*.cdd0_dividers_horizontal{



	background-color:#999999;*/




	
}/**********************************************************************************************

	Optional Specific Settings

	Specifically define settings for any item or menu group
	by using the following syntax with the items index.

	CSS settings here for main menu group

***********************************************************************************************/	




/*

#cdd_item0_0
{
	
	CSS settings for the specified item goes here
	
	
}



#cdd_item0_menu
{

	CSS settings for the specified menu group goes here

	
}


*/




.sitedesign_ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
.text12_home {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #006599;
}
.text12normalblue {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #2A6D97;
}
.textwhite12 {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
