#div-menu {width:120%; height:30px; position:relative; z-index:100;}
/* hack to correct IE5.5 faulty box model */
* html #div-menu {width:100%; w\idth:100%}
/* remove all the bullets, borders and padding from the default list styling */
#div-menu ul {padding:0;margin:0;list-style-type:none;}
#div-menu li, #div-menu a, #div-menu div {margin:0; margin: 1.5px 0;}
#div-menu ul ul {}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#div-menu ul li {float:left;position:relative;}
#div-menu ul ul li {width:100%}

/* style the links for the top level */
#div-menu ul a, #div-menu ul a:visited {
    display:block;
    line-height:16px;
    padding-left:10px; 
    padding-right: 17px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html #div-menu a, * html #div-menu a:visited {width:10px; w\idth:10px;padding-right:20px;white-space:nowrap}

/* style the second level background */
#div-menu ul ul a, #div-menu ul ul a:visited {
    border: 0px;
}

#div-menu li.section{
    line-height:25px;
    padding-left:10px; 
    padding-right: 11px;   
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#div-menu ul ul {visibility:hidden;position:absolute;height:0;top:30px;left:0; width:149px;}
/* another hack for IE5.5 */
* html #div-menu ul ul {top:30px;t\op:30px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#div-menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
#div-menu ul ul a, #div-menu ul ul a:visited {
    height:auto; line-height:15px; padding:5px 10px; width:150px;
}
/* yet another hack for IE5.5 */
* html #div-menu ul ul a, * html #div-menu ul ul a:visited {width:150px;w\idth:128px;}
                                  
/* make the second level visible when hover on first level list OR link */
#div-menu ul li:hover ul,
#div-menu ul a:hover ul{visibility:visible; }


#div-menu li.selected_page{    
    line-height:20px;
}
#div-menu li.selected_subpage{    
    line-height:25px;
    padding-left:10px; 
    padding-right: 11px;    
}
#div-menu li.selected_subpage a, #div-menu li.selected_subpage a:visited{
    padding-right:0; 
    padding-left:0; 
}
.x
{
	width:100%;
}
#div-menu a
{
	color:#669933;
}