/**********************************************************************************************

	Main Menu Style Settings for Rapides Regional Medical Center

***********************************************************************************************/


/*---------------------------------------------------------
Main Menu Group Settings - (Applies to the main container)
----------------------------------------------------------*/
.cdd0_main_menu {
	background-color: #5C688B;
	color: #FFF;
	font-family: Verdana, san-serif;
	font-size: .7em;
	font-weight: bold;
	border: none;
	position: relative;
	left: 0px !important;
	left: 0px;
	margin-top: 5px !important;
	margin-top: 0px;
	z-index:1;
}
/*---------------------------------------------------------
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: #5C688B;
	text-decoration: underline;
	border-style: none;
}
/**********************************************************************************************

	Sub Menu Style Settings

***********************************************************************************************/


/*---------------------------------------------------------
Sub Menu Group Settings - (Applies to all sub containers)
----------------------------------------------------------*/
.cdd0_sub_menu {
	background-color: #5C688B;
	color: #FFF;
	font:inherit;
	font-size: 90%;
	font-weight: normal;
	text-decoration: none;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=10);
	filter:progid:DXImageTransform.Microsoft.DropShadow(color='#EAEFFF', OffX=0, OffY=0);
}
/*---------------------------------------------------------
Sub Menu Item Settings
----------------------------------------------------------*/

.cdd0_sub_items{
	cursor: hand;
}
/*---------------------------------------------------------
Sub Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_sub_items_rollover{
	background-color: #EAEFFF;
	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	 */








