#dhtmlgoodies_menu{
	font-family:arial;	/* Font for main menu items */
	width:100%;	/* Width of main menu */
	margin-top: 10px;
}
#dhtmlgoodies_menu	li{	/* Main menu <li> */
	list-style-type:none;	/* No bullets */
	margin:0px;	/* No margin - needed for Opera */
}
#dhtmlgoodies_menu ul{
	padding:0px;	/* No <ul> air */
	/*margin: 0px 10px 0px 10px;*/
}
#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled */
   /*	padding-left:20px;  */
}
#dhtmlgoodies_menu	li a{	/* Main menu links */
	text-decoration:none;	/* No underline */
	color:#8b545f;	/* Black text color */

	/*height:20px; */	/* 20 pixel height */
	line-height:20px;	/* 20 pixel height */
	vertical-align:middle;	/* Align text in the middle */
	margin:3px;	/* A little bit of air */
	padding:3px;	/* Air between border and text inside */
	padding-left: 17px;
	background: #ffffff url('../comu/kland_nav_main.gif') 8px 50% no-repeat;

	display:block;
}
#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
	background-color:#E9E9E9;
}
.dhtmlgoodies_subMenu{
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	border:0px solid #000;
	background-color:#FAFAFA;
	font-family:arial;
	font-size: 12px;
	text-align:left;

}
.dhtmlgoodies_subMenu ul{
	margin:0px;
	padding:0px;
}
.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 )*/
}
.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
	white-space:nowrap;	/* No line break */
	text-decoration:none;	/* No underline */
	color:#8b545f;	/* Black text color */

	min-height:20px;/* 20 pixel height */
	line-height:20px;	/* 20 pixel height */
	vertical-align:middle;	/* Align text in the middle */
	padding: 3px;
	padding-left: 17px;
	background: #ffffff url('../comu/kland_nav_main.gif') 8px 50% no-repeat;

	display:block;
}
.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
	background-color:#E9E9E9;	/* Blue background */
}
