/**********************************************************************************************

	Main Menu Style Settings

***********************************************************************************************/


/*---------------------------------------------------------
Main Menu Group Settings - (Applies to the main container)
----------------------------------------------------------*/
.cdd0_main_menu{
	background-color: #6090A80;
	color: #FFF;
	font-family: Verdana, san-serif;
	font-size: .7em;
	font-weight: bold;
}
/*---------------------------------------------------------
Main Menu Item Settings
----------------------------------------------------------*/
.cdd0_main_items, .cdd0_main_items_rollover {
	height: 15px !important; /* Firefox hack */
	height: 20px;
	vertical-align: middle;
	text-align: center;
	padding: 0 15 0 10px;
	width: 140px !important; /* Firefox hack */
	width: 140px;
}
/*---------------------------------------------------------
Main Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_main_items_rollover {
	background-color: #6090A8;
	text-decoration: underline;
	border-style: none;
}
/**********************************************************************************************

	Sub Menu Style Settings

***********************************************************************************************/


/*---------------------------------------------------------
Sub Menu Group Settings - (Applies to all sub containers)
----------------------------------------------------------*/
.cdd0_sub_menu {
	background-color: #6090A8;
	color: #FFF;
	text-decoration: none;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=10);
	filter:progid:DXImageTransform.Microsoft.DropShadow(color='#D8F0F0', OffX=0, OffY=0);
}
/*---------------------------------------------------------
Sub Menu Item Settings
----------------------------------------------------------*/

.cdd0_sub_items{
	cursor: hand;
}
/*---------------------------------------------------------
Sub Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_sub_items_rollover{
	background-color: #D8F0F0;
	cursor: hand;
	color: #333;
	text-decoration: underline;
}
/**********************************************************************************************

	Divider Style Settings

***********************************************************************************************/



/*---------------------------------------------------------
Vertical Dividers
----------------------------------------------------------*/
.cdd0_dividers_vertical{
	display: none;
}
/*---------------------------------------------------------
Horizontal Dividers
----------------------------------------------------------*/
.cdd0_dividers_horizontal{
	border: 1 solid #FFF;
}
/**********************************************************************************************

	Optional Specific Settings

	Specifically define settings for any item or menu group
	by using the following syntax with the items index.

***********************************************************************************************/

/*
#cdd_item0_0_0{height:167;}
#cdd_item0_1_0{height:167;}
#cdd_item0_2_0{height:167;}
*/

/* CSS settings here for main menu group	 */








