#dhtmlgoodies_menu{
	width:144px;	/* Width of main menu */
	z-index:300000;
	font-size:14px;
}
#dhtmlgoodies_menu	li{	/* Main menu <li> */
	list-style-type:none;	/* No bullets */
	margin:0px;	/* No margin, needed for Opera */
	z-index:300000;
}
#dhtmlgoodies_menu ul{
	margin:0px;	/* No <ul> air */
	padding:0px;	/* No <ul> air */
	z-index:300000;
}
#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled */
	padding-left:10px;
	z-index:300000;
}
#dhtmlgoodies_menu	li a{	/* Main menu links */
	text-decoration:none;	/* No underline */
	height:59px;	/* 20 pixel height */
	line-height:59px;	/* 20 pixel height */
	vertical-align:top;	/* Align text in the middle */
	border:0px; 	/* Black border */
	margin:0px;	/* A little bit of air */
	padding:0px;	/* Air between border and text inside */
	display:block;
	z-index:300000;
}
#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
/*	color:#FFF;
	background-color:#317082; */
}
.dhtmlgoodies_subMenu{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif; 
 	visibility:hidden;
	position:absolute;
	overflow:hidden;
	border:2px solid #00693f;
	background-color:#b0d2f9;
	vertical-align:middle;	/* Align text in the middle */
	text-align:left;
	font-size:14px;
	font-weight: bold;
	margin-top: 5px ;
	z-index:300000;
}
.dhtmlgoodies_subMenu ul{
	margin:0px;
	padding:0px;
	z-index:300000;
}
.dhtmlgoodies_subMenu ul li{
	list-style-type:none;
	margin:0px;
	padding:1px;	/* 1px of air between submenu border and sub menu item (the "white" space you see on mouse over )*/
	z-index:300000;
}
.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
	white-space:nowrap;	/* No line break */
	text-decoration:none;	/* No underline */
	color:#00693f;	/* Black text color */
	height:16px;	/* 16 pixels height */
	line-height:16px;	/* 16 pixels height */
	padding:1px;	/* 1px of "air" inside */
	display:block;	/* Display as block, you shouldn't change this */
	z-index:300000;
}
.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items, mouse over effects */
	color:#cfe8ff;	/* White text */
	background-color:#00693f;	/* Blue background */
    text-decoration:none;	/* No underline */
    font-style: normal;
	z-index:300000;
}
