
    div.nav { display:none; }
    div#navtarget { background:url('/images/nav_rpt.png') repeat-x scroll left top; height:41px; padding:0 0 0 33px; position:relative; z-index:105; width:1300px; float:left; }



    .ddsmoothmenu             { width:100%; } 
    .ddsmoothmenu ul          { margin:0; padding:0; z-index:100; list-style-type:none; list-style-image:none; } 
    .ddsmoothmenu ul li       { margin:0; padding:0; position:relative; display:inline; } 
    .ddsmoothmenu ul li a     { display:block; text-decoration:none; }

    .ddsmoothmenu li.nlvl1    { margin-top:5px; float:left; }
    .ddsmoothmenu a.nlvl1     { padding:8px 10px; background-color:transparent; font:bold 11px/14px arial,verdana,sans serif; }
    .ddsmoothmenu a.nlvl1.selected, .ddsmoothmenu a.nlvl1:hover { color:#716357; }
    .ddsmoothmenu ul.nlvl1    { width:460px; position:absolute; left:0; background-color:white; }
    
    .ddsmoothmenu li.nlvl2    { width:210px; border-top:1px dotted gray; margin:0px 10px; }
    .ddsmoothmenu a.nlvl2     { padding:5px; background-color:transparent; font:bold 12px/18px arial,verdana,sans serif; color:#716357; }
    .ddsmoothmenu a.nlvl2.selected, .ddsmoothmenu a.nlvl2:hover { color:#FFF; background-color:#AAB51F; }
    .ddsmoothmenu ul.nlvl2    { width:210px; }

    .ddsmoothmenu li.nlvl3    { width:186px; border-top:1px dotted transparent; margin:0 0 0 24px; }
    .ddsmoothmenu a.nlvl3     { padding:5px; background-color:transparent; font:bold 11px/18px arial,verdana,sans serif; color:#716357; }
    .ddsmoothmenu a.nlvl3.selected, .ddsmoothmenu a.nlvl3:hover { color:#FFF; background-color:#AAB51F; }
    
    /* =================== */
    .ddsmoothmenu a.nlvl1           { border:3px solid transparent; }
    .ddsmoothmenu a.nlvl1.selected  { border:3px solid; border-color:#AFBD21 #AFBD21 #FFF #AFBD21; background-color:#FFF; -moz-border-radius-topleft:10px; -webkit-border-top-left-radius:10px; -moz-border-radius-topright:10px; -webkit-border-top-right-radius:10px; }

    /* IE ONLY - now in seperate css file
    .ddsmoothmenu a.nlvl1           { border:0; padding:11px 13px; }
    .ddsmoothmenu a.nlvl1.selected  { border:0; background:transparent url('/images/top_bg2.png') no-repeat top right; }
    .ddsmoothmenu li.nlvl1.selected { background:transparent url('/images/top_bg1.png') no-repeat top left; }  */

    /* border for 2nd level ul */
    .ddsmoothmenu ul.nlvl1  { margin-top:-4px; border:solid #AFBD21; border-width:0px 3px 3px 3px; -moz-border-radius-bottomleft:10px; -webkit-border-bottom-left-radius:10px; -moz-border-radius-bottomright:10px; -webkit-border-bottom-right-radius:10px; }


* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/
/* to prevent extra 3px of spacing between LI elements in IE 7 */
.ddsmoothmenu ul li ul li { float:left; clear:left; }