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

}
#menu2 {
	font:10pt Verdana,Tahoma,Arial,sans-serif;
	width: 40em;
	background: #FFFFFF ;
}

#menu2 dt {
cursor: pointer;
margin: 2px 0;;
height: 30px;
line-height: 30px;
text-align: left;
font-weight: bold;
border:1px solid #dadada;
background: #F2F2F2;
}
#menu2 dt:hover{

	background: #000000;
	color: #FFFFFF;
}
#menu2 dd {
border:1px solid #dadada;
text-align: left;

}
#menu2 li {
text-align: left;
background: #fff;
line-height: 25px;

}
#menu2 li a, #menu2 dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
background: #dadada;


}
#menu2 li a:hover, #menu2 dt a:hover {
background: #eee;
}

