#dhtmlgoodies_menu{
    font-family:arial;  /* Font for main menu items */
/*    width:184px;    /* 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 ul li{    /* Styling for those who doesn't have javascript enabled */
    margin:1px 0;
}

#dhtmlgoodies_menu  li a{   /* Main menu links */
    text-decoration:none;   /* No underline */
    color:#28517d; /* Black text color */
    margin:1px; /* A little bit of air */
    padding:2px 2px 2px 18px;    /* Air between border and text inside */
    background:url('/images/list.gif') 5px center no-repeat;
    display:block;
}
#dhtmlgoodies_menu  li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
    background-color:#F0F0F0;
}
.dhtmlgoodies_subMenu{
    visibility:hidden;
    position:absolute;
    overflow:hidden;
    background-color:#b0c9e2;
    background:#acc6e1 url('/images/rmenu.jpg') 0 70% repeat-x;
    border:1px solid #acc6e1;
    font-family:arial;
    text-align:left;
    width:223px;
    padding:3px;

}
.dhtmlgoodies_subMenu ul{
    margin:0px;
    padding:0px;
}
.dhtmlgoodies_subMenu ul li{
    width:223px;
    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 */
    text-decoration:none;   /* No underline */
    color:#28517d; /* Black text color */
/*    height:16px;    /* 16 pixels height */
/*    line-height:16px;   /* 16 pixels height */
    padding:3px 1px;    /* 1px of "air" inside */
    width:223px;
    font-weight:bold;

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