/*******************************************************************************

	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 

	Note: Do not define border, padding, or margin dimensions using this file, 
	all dimensions are defined in the menu_settings.js file.

*******************************************************************************/

/* General Styles**************************************************************/
.nav_line {
	background-color: #B6D3F7;
}
.sub_nav td {
	background-image: URL("/images/nav_sub_backg.gif");
	background-color: #3873AD;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 5px;
	letter-spacing: 1px;
}
.sub_nav td a:link, .sub_nav td a:visited {
	color: #FFFFFF;
	font-size: 9px;
	text-decoration: none;
}
.sub_nav td a:hover, .sub_nav td a:active  {
	color: #B6D3F7;
	font-size: 9px;
	text-decoration: none;
}
.sub_nav .nopad {
	padding: 0px;
}

/*---------------------------------------------------------
Main Menu Group Settings - (Applies to the main container)
----------------------------------------------------------*/
.cdd0_main_menu{
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	cursor: hand;
}
/*---------------------------------------------------------
Main Menu Item Settings
----------------------------------------------------------*/
.cdd0_main_items{
	background-image: URL("/images/nav_top_backg_off.gif");
	background-color: #B6D3F7;
	color: #2B449C;	
	text-align: center;
	height: 17px;
	/* underscore provides IE only hack for height issues */
	_height: 20px;
}
/*---------------------------------------------------------
Main Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_main_items_rollover{
	background-image: URL("/images/nav_top_backg_on.gif");
	background-color: #2B449C;
	color: #FFFFFF;
	text-align: center;
	height: 17px;
	/* underscore provides IE only hack for height issues */
	_height: 20px;
	text-decoration: none;
}
/**********************************************************************************************
	Sub Menu Style Settings
***********************************************************************************************/

/*---------------------------------------------------------
Sub Menu Group Settings - (Applies to all sub containers)
----------------------------------------------------------*/
.cdd0_sub_menu{
	/*filter:progid:DXImageTransform.Microsoft.Fade(duration=.2);*/
	/*filter:alpha(opacity:95);
	-moz-opacity:0.95;
	opacity: 0.95;*/
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	border-style: solid;
	border-color: #FFFFFF;
	cursor: hand;
}
/*---------------------------------------------------------
Sub Menu Item Settings
----------------------------------------------------------*/
.cdd0_sub_items{
	background-color: #C6DBF1;
	color: #2A419D;	
	border-style: solid;
	border-color: #FFFFFF;
}
/*---------------------------------------------------------
Sub Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_sub_items_rollover{
	background-color: #2A419D;
	color: #FFFFFF;
	border-style: solid;
	border-color: #FFFFFF;
}
/**********************************************************************************************
	Divider Style Settings
***********************************************************************************************/
/*---------------------------------------------------------
Vertical Dividers
----------------------------------------------------------*/
.cdd0_dividers_vertical{
	background-image: URL("/images/nav_top_right_off.gif");
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	width: 1px;
}
/*---------------------------------------------------------
Horizontal Dividers
----------------------------------------------------------*/
.cdd0_dividers_horizontal{
}