﻿#mainContainer
{
	text-align: left;
	background-color: #fff;
	padding:0px;
	margin:0px;
	height:300px;
}

#dhtmlgoodies_menu img
{
	/*border: 10px;*/
}

/* End general styles for this example page */
/* General configuration CSS */

#dhtmlgoodies_menu ul li ul
{
	display: none; /* Needed to display ok in Opera */
	padding:0px;
	margin:0px;
}

#dhtmlgoodies_menu
{

	visibility: hidden;
}
#dhtmlgoodies_menu ul
{
	margin: 0px; /* No indent */
	padding: 0px; /* No indent */
}
#dhtmlgoodies_menu li
{
	list-style-type: none; /* No bullets */
	padding:0px;
	margin:0px;
}
#dhtmlgoodies_menu a
{
	margin: 0px;
	padding: 0px;
}


/************************************************************************/


#dhtmlgoodies_menu ul
{
	/*border: 1px solid #E7E7E7;*/
	padding:0px;
	margin:0px;
	
}

#dhtmlgoodies_menu ul.menuBlock1
{
	/* Menu bar - main menu items */
	
}
#dhtmlgoodies_menu ul.menuBlock2
{
	/* Menu bar - main menu items */

	border: 0px;
	padding: 0px;
}

/***********************************************************************/

#dhtmlgoodies_menu a
{
	font-family: Verdana; font-size:9pt; font-weight:bold;
	color: #11214d;
	text-decoration: none;
	
	/*padding-left: 14px;
	padding-right: 2px;*/
}


/*Main menu items */

#dhtmlgoodies_menu .currentDepth1
{
	
	width:200px;
	/*white-space:nowrap;*/
	background-color:#fff;  
	border-bottom:1px solid #dae8fa;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-image: url('Image/arrow.gif');
	background-repeat:no-repeat;
	background-position:left center;

}
#dhtmlgoodies_menu .currentDepth1over
{

	width:200px;
	/*white-space:nowrap;*/
	background-color:#f0f6fe;  
	border-bottom:1px solid #dae8fa;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-image: url('Image/arrow.gif');
	background-repeat:no-repeat;	
	background-position:left center;
}
#dhtmlgoodies_menu .currentDepth1 a
{
	/*
	border:0;
	font-weight: bold;*/
}
#dhtmlgoodies_menu .currentDepth1over a
{
	/* Text rules */
	border:0;
	font-family: Verdana; font-size:9pt; font-weight:bold;
	color:#11214d;

}

/* Sub menu depth 2 */
#dhtmlgoodies_menu .currentDepth2
{
	width:200px;
	white-space:nowrap;
	background-color:#e1ebfa;  
	border-bottom:1px solid #fff;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	
}
#dhtmlgoodies_menu .currentDepth2over
{
	width:200px;
	white-space:nowrap;
	background-color:#d2e3f8;   
	border-bottom:1px solid #fff;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 6px;
	padding-bottom: 6px;

	
}
#dhtmlgoodies_menu .currentDepth2 a
{
	border:0;
	font-family: Verdana; font-size:9pt; font-weight:normal;
	color:#11214d;
	
}
#dhtmlgoodies_menu .currentDepth2over a
{
	border:0;
	font-family: Verdana; font-size:9pt; font-weight:normal;
	color:#11214d;
	
}
/* Sub menu depth 3 */
#dhtmlgoodies_menu .selected
{
	width:200px;
	white-space:nowrap;
	background-color:#f0f6fe;    
	border-bottom:1px solid #dae8fa;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-image: url('Image/arrow.gif');
	background-repeat:no-repeat;	
	background-position:left center;
}
#dhtmlgoodies_menu .selected a
{
	border:0;
	font-family: Verdana; font-size:9pt; font-weight:bold;
	color: #11214d;
	
}
