    #dhtmlmenu {
    }
    #dhtmlmenu a {
    font-family: Arial,Lucida Sans Unicode;
        font-size: 12px;
        color: #01185B;
        text-decoration: none;
        white-space: nowrap;
    }

    #dhtmlmenu .top a {
    	color: #01185B;
        FONT-WEIGHT: bold;
    }
    #dhtmlmenu .top {
        /*padding: 3px 10px 4px 10px;*/
        cursor: hand;
        font-family: Arial,Lucida Sans Unicode;
        font-size: 12px;
        color: #01185B;
        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: Arial,Lucida Sans Unicode;
        font-size: 11px;
        background:url('img/tabback.gif'); 
        border: 0px;
        position: absolute;
        visibility: hidden;
        z-index: -1;
    }
	#dhtmlmenu .sub {
	    position: relative;
	    width: 100%;
	}
   
    #dhtmlmenu .box,
    #dhtmlmenu .box-hover{
		padding: 3px 10px 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{
	  	text-decoration: none;
        color: #CC0000;
        background-color: #CAD5E1;
       	background:url('img/menubackic.gif'); 
     }
    #dhtmlmenu .top a:hover {
	  text-decoration: none;
          color: #CC0000;
     }
    #dhtmlmenu .box-right img, 
    #dhtmlmenu .box-right-hover img {
	    position: absolute;
	    top: 4px;
	    right: 1px;
	}