@import url('doj_flyout_hidden.css');

dl, dt, dd {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
margin: 0;
padding: 0;
list-style: none;
}

#menu dt {
cursor: pointer;
background: #FFFFFF;
width: 225px;
height: 22px;
margin: 0 0 0 0px;

}

#menu dd {
position: relative;
padding-left: 8px;
width: 220px;
/*left: 215px;*/
left: 175px;
list-style: none;
background: #EBEFF2;
top: 0; /* if using borders, -1 to align top borders */
}
html[xmlns] #menu dd {
	left: 215px;
}

#menu li {
display: block;
width: 200px;
text-decoration: none;
background: #EBEFF2;
color: #000000;
font-weight: bold;
padding: 0px;
}

#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
}

#menu li a:hover {
text-decoration: underline;
}

/* separator to mark end of menu group */
#menu li.end {
border-bottom: 1px dashed #003466;
margin: 0px 0px 3px 0px;
font-weight: bold;
font-size: 12px;
color: #990000;
}
