/* End general styles for this example page */
/* General configuration CSS */

#dhtmlgoodies_menu ul li ul{
	display:none;	/* Needed to display ok in Opera */
}
	
#dhtmlgoodies_menu{
	visibility:hidden;	
}

#dhtmlgoodies_menu ul{
	margin:0px;		/* No indent */
	padding:0px;	/* No indent */
}

#dhtmlgoodies_menu li{
	list-style-type:none;	/* No bullets */

}	

#dhtmlgoodies_menu a{
	margin:0px;
	padding:0px;
}
/* End general configuration CSS */


/* Cosmetic */

/***********************************************************************
	CSS - MENU BLOCKS
 	General rules for all menu blocks (group of sub items) 
***********************************************************************/
#dhtmlgoodies_menu ul{
	padding:5px 0px 5px 0px;
	margin:0px 0px 0px 0px;
	list-style-type:none;
	height:20px;
}
	
#dhtmlgoodies_menu ul.menuBlock1{	/* Menu bar - main menu items */
	padding:0px 10px 0px 10px;
	margin:0px 0px 0px 0px;
	
	overflow:visible;
}
#dhtmlgoodies_menu ul.menuBlock2{	/* Menu bar - main menu items */
	padding:0px;
	margin:-2px 20px 0px 20px;

}

/***********************************************************************
	CSS - MENU ITEMS
 	Here, you could assign rules to the menu items at different depths.
***********************************************************************/
/* General rules for all menu items */
#dhtmlgoodies_menu a{
	text-decoration:none;
	padding-left:2px;
	padding-right:2px;
}

/*
Main menu items 
*/

#dhtmlgoodies_menu .currentDepth1{
	padding:4px 20px 4px 20px;
}

#dhtmlgoodies_menu .currentDepth1over{
	padding:4px 20px 4px 20px;
}

#dhtmlgoodies_menu .currentDepth1 a{
	font-weight:bold;
	color:#ffffff;
}
#dhtmlgoodies_menu .currentDepth1over a{	/* Text rules */
	font-weight:bold;
	color:#ffffff;
	text-decoration:underline;
}

/* Sub menu depth 1 */
#dhtmlgoodies_menu .currentDepth2{
	padding:3px 10px 3px 10px;
	width:150px;
	background:url(/images/bg-topmenu.jpg) repeat-x;
	background-color:#2768AC;
}
#dhtmlgoodies_menu .currentDepth2over{
	padding:3px 10px 3px 10px;
	width:150px;
	background:#C7D8ED;
}	
#dhtmlgoodies_menu .currentDepth2 a{	/* Text rules */
	color:#ffffff;
}	
#dhtmlgoodies_menu .currentDepth2over a{	/* Text rules */
	color:#2768AC;
}	

