#dhtmlgoodies_menu{
	font-family:arial;	/* Font for main menu items */
	width:179px;	/* Width of main menu */

}
#dhtmlgoodies_menu	li{	/* Main menu <li> */
	list-style-type:none;	/* No bullets */	
	margin:0px;	/* No margin - needed for Opera */
}
#dhtmlgoodies_menu ul{
	margin:0px;	/* No <ul> air */
	padding:0px;	/* No <ul> air */
}
#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled */
	padding-left:10px;
}
#dhtmlgoodies_menu	li a{	/* Main menu links */
	text-decoration:none;	/* No underline */
	color:#D1D1D1;	/* Black text color */
	white-space:nowrap;
		height:16px;	/* 16 pixels height */
	line-height:16px;	/* 16 pixels height */
   background-image: url('../../../images/li.png');
   background-repeat: no-repeat;
   list-style: none;
   margin: 0 0 3px 0;
   padding: 0 0 10px 30px;
   font-family: Trebuchet MS;
   font-size: 11px;
   font-weight: bold;
	

	vertical-align:middle;	/* Align text in the middle */
	border:0px solid #000;	/* Black border */
	margin:1px;	/* A little bit of air */
	padding:1px;	/* Air between border and text inside */

	display:block;
}
#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
	color:#D1D1D1;
	background-color:#317082;
}
.dhtmlgoodies_subMenu{
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	border:0px solid #000;
	background-color:#2F3441;
	text-align:left;
	width:179px;
	font-family: Trebuchet MS;
   font-size: 11px;
   font-weight: bold;

}
.dhtmlgoodies_subMenu ul{
	margin:0px;
	padding:0px;
	border: 0px dotted #919191;
}
.dhtmlgoodies_subMenu ul li{
	list-style-type:none;
	margin:0px;
	padding:0px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over 

)*/
}
.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
	white-space:nowrap;	/* No line break */
	text-decoration:none;	/* No underline */
	color:#D1D1D1;	/* Black text color */
	width:179px;
	height:16px;	/* 16 pixels height */
	line-height:16px;	/* 16 pixels height */
	padding:2px 2px 1px 5px;	/* 1px of "air" inside */

	display:block;	/* Display as block - you shouldn't change this */
}
.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
	color:#D1D1D1;
	background-color:#317082;
}