/**********************************************************************************************



	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:#eeeeee;*/

	

	cursor:hand;

	cursor:pointer;



	color:#ffffff;

	font-family:verdana;

	font-size:12px;

	font-weight: bold;

	

	/*border-color:#ebe7b2;*/







}/*---------------------------------------------------------

Main Menu Item Settings

----------------------------------------------------------*/

.cdd0_main_items{





	background-color:#207ac4;

	cursor:hand;

	

	/*	border-style:solid;*/

	/*border-color:#ebe7b2;*/

	





}/*---------------------------------------------------------

Main Menu Item Rollover Settings

----------------------------------------------------------*/

.cdd0_main_items_rollover{







	background-color:#207ac4;

	cursor:hand;



	/*text-decoration:underline;*/

	

	

	/*border-color:#ebe7b2;*/









}/**********************************************************************************************



	Sub Menu Style Settings



***********************************************************************************************/





/*---------------------------------------------------------

Sub Menu Group Settings - (Applies to all sub containers)

----------------------------------------------------------*/

.cdd0_sub_menu{



	

	background-color:#BFDEF8;

	cursor:hand;



	color:#000000;

	font-family:verdana;

	font-size:11px;

	font-weight: normal;



	/*border-color:#666666;*/



	



	/*filter:progid:DXImageTransform.Microsoft.Fade(duration=.1);*/











}/*---------------------------------------------------------

Sub Menu Item Settings

----------------------------------------------------------*/

.cdd0_sub_items{

	



	/*background-color:#transparent;*/

	cursor:hand;



	/*border-style:solid;*/

	border-color:#bed2bf;







}/*---------------------------------------------------------

Sub Menu Item Rollover Settings

----------------------------------------------------------*/

.cdd0_sub_items_rollover{



	

	background-color:#68A9DF;

	cursor:hand;



	color:#222222;

	text-decoration:none;



	

	/*border-style:solid;*/

	/*border-color:#aaaaaa;*/

	

	



}/**********************************************************************************************



	Divider Style Settings



***********************************************************************************************/







/*---------------------------------------------------------

Vertical Dividers

----------------------------------------------------------*/

.cdd0_dividers_vertical{







	/*background-color:#transparent;*/











}/*---------------------------------------------------------

Horizontal Dividers

----------------------------------------------------------*/

.cdd0_dividers_horizontal{





	border-style:dashed;

	color:#999999;

	/*background-color:#cccccc;*/









	

}/**********************************************************************************************



	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



***********************************************************************************************/	

.productname {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #207AC4;

	text-decoration: none;

}

.profeature {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-weight: bold;

	color: #CC3200;

}

.pdflinks {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #003333;

}

.red-text {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: bold;

	color: #CC3200;

	text-decoration: none;

}

.red-green {



	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: normal;

	color: #007500;

	text-decoration: none;

}

.orange-text {





	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: normal;

	color: #D58000;

	text-decoration: none;

}

.opa-blue {







	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #666666;

	text-decoration: none;

}
.blue-header {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: bold;

	color: #207AC4;
}
