/**********************************************************************************************

  Main Menu Style Settings

***********************************************************************************************/


/*---------------------------------------------------------
Main Menu Group Settings - (Applies to the main container)
----------------------------------------------------------*/
.cdd0_main_menu
{
	background-color:black;
	cursor:pointer;
	font-family:Tahoma;
	font-weight:bold;
	font-size:11px;
	color: white;
	font-size:11px;
	height:20px;
	padding-left: 15px;
}
/*---------------------------------------------------------
Main Menu Item Settings
----------------------------------------------------------*/
.cdd0_main_items
{
  cursor:pointer;
  font-family:Tahoma;
  font-weight:bold;
  font-size:11px;
  height:20px;
  padding-left: 15px;
  text-align:center;
}
/*---------------------------------------------------------
Main Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_main_items_rollover
{
  cursor:pointer;
  background-color:#DCDCDC;
  height:20px;
  color:black;
  font-size:11px;
  text-align:center;
}

/**********************************************************************************************
  Sub Menu Style Settings
***********************************************************************************************/

/*---------------------------------------------------------
Sub Menu Group Settings - (Applies to all sub containers)
----------------------------------------------------------*/
.cdd0_sub_menu{
  background-color: #5F9EA0;
  cursor:pointer;
  color:black;
  font-family:Tahoma;
  font-size:11px;
  height:400px;
  	scrollbar-face-color: #008B8B;
	scrollbar-shadow-color: white;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: #008B8B;
	scrollbar-darkshadow-color: #008B8B;
	scrollbar-track-color: white;
	scrollbar-arrow-color: white;	
  /*filter:progid:DXImageTransform.Microsoft.Fade(duration=.5);*/
  /*filter:progid:DXImageTransform.Microsoft.checkerboard(duration=.25, transition=7);*/
  /*filter:progid:DXImageTransform.Microsoft.Wheel(duration=1);*/

}

.cdd0_sub_menu a:visited {
	color: #000000;
}
.cdd0_sub_menu a:link {
	color: #000000;
}
.cdd0_sub_menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.cdd0_sub_menu a:active {
	color: #FFFFFF;
}


/*---------------------------------------------------------
Sub Menu Item Settings
----------------------------------------------------------*/
.cdd0_sub_items{
	/*background-color:#cccccc;*/
  cursor:pointer;
	border-color:#999999;
	font-family:Tahoma;
	color: #000000;
}/*---------------------------------------------------------
Sub Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_sub_items_rollover
{
  background-color:#008B8B;
  color:white;
}

/**********************************************************************************************
  Divider Style Settings
***********************************************************************************************/

/*---------------------------------------------------------
Vertical Dividers
----------------------------------------------------------*/
.cdd0_dividers_vertical{



  background-color:black;





}/*---------------------------------------------------------
Horizontal Dividers
----------------------------------------------------------*/
.cdd0_dividers_horizontal{



  /*background-color:#eeeeee;*/





}/**********************************************************************************************

  Optional Specific Settings

  Specifically define settings for any item or menu group
  by using the following syntax with the items index.

***********************************************************************************************/

/*
#cdd_item0_1_1_menu
{
	   height:500px;
       overflow: auto;
}


#cdd_item0_1_0_0
{
  background-color: #FFEFD5;
  color: #000000;
}
*/

/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
IMG
{
	cursor: pointer;
}
/* --------------------------------------------------------------------- */

a {
    text-decoration: none;
    cursor:pointer;
    color:black;
    font-family:Tahoma;
    font-weight: bold;
    font-size: 11px;
}

.long_menu_item {
    /*border: solid 1px #000000;*/
    vertical-align: top;
}

/* KEEP FOR NEW RELEASE */
