/* Main Menu Style Settings */

/* Main Menu Container Settings */
.cdd0_main_menu{
	cursor:hand;
	font-weight: bold;
	cursor:pointer;
	color:#FFFFFF;
	font-family:Arial;
	font-size:11px;
}

/* Main Menu Item Settings */
.cdd0_main_items{
	cursor:hand;
}
/* Main Menu Item Rollover */
.cdd0_main_items_rollover{
	background-image: url("../images/nav.background.over.jpg");
	cursor:hand;
	font-weight: bold;
}

/* Sub Menu Style Settings */
/* Sub Menu Container Settings */
.cdd0_sub_menu{
	background-color:#CCCCCC;
	font-weight: bold;
	cursor:hand;
	color:#000000;
	font-family:Arial;
	font-size:11px;
	filter:progid:DXImageTransform.Microsoft.Fade(duration=.4);
/*	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;*/
}
/* Sub Menu Item Settings */
.cdd0_sub_items{
	background-color:#CCCCCC;
	cursor:hand;
}
/* Sub Menu Item Rollover */
.cdd0_sub_items_rollover{
	background-color:#005C96;
	cursor:hand;
	color:#FFFFFF;
	font-weight: bold;
/*	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;*/
}

/* Divider Style Settings */
/* Vertical Dividers */
.cdd0_dividers_vertical{
	background-color:#333333;
}
/* Horizontal Dividers */
.cdd0_dividers_horizontal{
	background-color:#000000;
}




/***********************************************************************************************
Optional Specific Settings

	Specifically define settings for any item or menu group
	by using the following syntax with the items index.

#cdd_item0_0
{
	CSS settings here for first main menu item
}

#cdd_item0_menu
{
	CSS settings here for main menu group
}
***********************************************************************************************/





