    #dhtmlmenu {
    }
    #dhtmlmenu a {
    font-family: Lucida Sans Unicode,Arial;
        font-size: 11px;
        color: #fff;
        text-decoration: none;
        white-space: nowrap;
    }

    #dhtmlmenu .top a {
    	color: #fff;
        FONT-WEIGHT: bold;
    }
    #dhtmlmenu .top {
        padding: 3px 10px 4px 10px;
        cursor: hand;
        font-family: Lucida Sans Unicode,Arial;
        font-size: 11px;
        color: #017BD2;
        display: block; 
        text-decoration: none;
        white-space: nowrap;
        /*border-right: 2px dotted #CFD6E2;*/
    }
    /* fix for ie */
    * html #dhtmlmenu .top {
       padding: 1px 3px 1px 3px;
    }
    #dhtmlmenu .section-top,
    #dhtmlmenu .section {
        font-family: Lucida Sans Unicode,Arial;
        font-size: 10px;
        background-color: #6C6457;
        border: 0px;
        position: absolute;
        visibility: hidden;
		text-align:center;
		margin-top:1px;
        z-index: -1;
    }
	#dhtmlmenu .sub {
	    position: relative;
	    width: 100%;
	}
   
    #dhtmlmenu .box, 
    #dhtmlmenu .box-hover{
		border-bottom:1px solid #2A2016;
		padding: 3px 5px 3px 10px;
	}
    #dhtmlmenu .box-right,
    #dhtmlmenu .box-right-hover {
        padding: 2px 18px 2px 10px;
        white-space: nowrap;
    }
    #dhtmlmenu .top-hover,
    #dhtmlmenu .box-hover,
    #dhtmlmenu .box-right-hover {
		background-color: #A38862;
       }
    #dhtmlmenu .top a:hover {
	  text-decoration: none;
          color: #A38862;
    }
    #dhtmlmenu .box-right img, 
    #dhtmlmenu .box-right-hover img {
	    position: absolute;
	    top: 4px;
	    right: 1px;
	}
