@CHARSET "UTF-8";
#dsav {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #C8DBF0 #C8DBF0;
    border-right: 1px solid #C8DBF0;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    height: auto;
    overflow: hidden;
    width: 218px;
}
#dsav ul li {
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px solid #EAEAEA;
    height: auto;
}
#dsav ul li a {
    color: #666666;
    display: inline-block;
    font-size: 12px;
    height: 19px;
    overflow: hidden;
    padding-left: 8px;
    padding-top: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 180px;
}
#dsav .hide{
	display: none;
}
#dsav ul li ul {
    background: none repeat scroll 0 0 #FFFFFF;
    height: auto;
    padding-bottom: 10px;
    width: 220px;
}
#dsav ul li.nochildren span, #dsav ul li.expand.active span {
    background: url("../images/list_ico.gif") no-repeat scroll 5px -379px transparent;
}
#dsav ul li span {
    background: url("../images/list_ico.gif") no-repeat scroll 0 -327px transparent;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 10px;
    margin: 8px 0 0 10px;
    overflow: hidden;
    width: 10px;
}
#dsav ul li a {
    color: #666666;
    display: inline-block;
    font-size: 12px;
    height: 19px;
    overflow: hidden;
    padding-left: 8px;
    padding-top: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 180px;
    cursor: pointer;
}
#dsav ul li.expand {
    background: none repeat scroll 0 0 #FFFFFF;
}
#dsav ul li.expand span {
    background: url("../images/list_ico.gif") no-repeat scroll 0 -354px transparent;
}
#dsav ul li.nochildren span{
    background: url("../images/list_ico.gif") no-repeat scroll 5px -379px transparent;
}
#dsav ul li ul li {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: medium none;
    border-top: 1px dotted #DDDDDD;
}
#dsav ul li a:hover {
    color: #FF6600;
    text-decoration: none;
}
#dsav ul li ul li.active span{
    background: url("../images/list_ico.gif") no-repeat scroll 5px -398px transparent;
}
#dsav ul li ul li.active a{
	color: #FF6600;
}
#dsav ul li.expand.active span{
	background: url("../images/list_ico.gif") no-repeat scroll 0 -354px transparent;
}
#dsav ul li.expand.active a{
	color: #FF6600;
}
#dsav ul li.expand.active ul li span{
	background: url("../images/list_ico.gif") no-repeat scroll 5px -379px transparent;
}
#dsav ul li.expand.active ul li a{
	color:#666666;
}