HTML {
font-family:黑体;
font-size:14px;
font-weight:bold;
margin:0;
}

*,body {
margin:0;
padding:0;
}

div.sdmenu {
width:100%;
overflow-x:hidden;
overflow-y:auto;
}

div.sdmenu div {
background:#404040;
overflow:hidden;
margin-bottom:1px;
}

div.sdmenu div.collapsed {
height:30px;
background:#404040 url(zs.gif) no-repeat; background-position: right 10px center;
}

div.sdmenu div span {
display:block;
height:30px;
line-height:30px;
overflow:hidden;
padding-left:25px;
color:#d5d5d5;
background:url(jian.gif) no-repeat 10px center;
cursor:pointer;
margin-left: 5px
}

div.sdmenu div.collapsed span {
background-image:url(jia.gif);
color:#d5d5d5;
margin-left: 5px
}

div.sdmenu div a {
height:30px;
line-height:30px;
background:#303030 url(zs.gif) no-repeat 10px;
padding-left:30px;
display:block;
border-bottom:1px solid #000;
color:#d5d5d5;
text-decoration:none;
cursor:pointer;
}

div.sdmenu div a:hover {
background:#a00000 url(linkarrow1.png) no-repeat 3px center;
color:#ff0;
text-decoration:none;
cursor:pointer;
}

div.sdmenu div a:active {
color:red;
}

div.sdmenu div p {
background:#303030;
height:30px;
line-height:30px;
display:block;
border-bottom:1px solid #000;
color:#72EDF2;
padding-left:30px;
}

.test {
background:#404040 url(test.png) no-repeat 5px;
width:195px;
height:30px;
cursor:pointer;
border-bottom:1px solid #202020;
}

.test span a {
height:30px;
line-height:30px;
margin-left:30px;
display:block;
color:#d5d5d5;
text-decoration:none;
}

.test:hover {
background:#66aeff url(test.png) no-repeat 5px;
}