div.menuHeader {    width:200px;    background-color:black;    font-size: 10pt;    font-weight:bold;    color:White;    margin:5px 0px -1px 1px;    padding:1px 0px 0px 2px;    height:20px;}#dhtmlgoodies_menu{    width:195px;	/* Width of main menu */    font-size: 9pt;    font-weight: bold;}#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:#000070;    height:20px;	/* 20 pixel height */    background-color:#FF9500;	/* Light blue background color */    margin:1px;	/* A little bit of air */    padding:1px 0px 0px 2px;	/* Air between border and text inside */    display:block;}#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{    color:#000070;    background-color:#E68600;}.dhtmlgoodies_subMenu{    visibility:hidden;    position:absolute;    overflow:hidden;    background-color:#FF9500;    text-align:left;    font-size: 10pt;    margin: 1px;}.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:#000070;	/* Black text color */    height:15px;	/* 16 pixels height */    line-height:15px;	/* 16 pixels height */    padding:1px;	/* 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:#000070;	    background-color:#E68600;	/* Blue background */}