#wrapper{
    background:url("green/bg-wrapper.gif");
}
.w1{
    background:url("green/bg-w1.gif") repeat-x;
}
.bar{
    background:url("green/bg-bar.png") no-repeat;
}
.aside-nav li{
    background:url("green/separator2.gif") no-repeat left;
}
#footer{
    background:#000001 url("green/bg-footer.gif") repeat-x;
}
.aside-nav a:hover,
.aside-nav .active a{
	background:url("green/bg-aside-nav-hover.gif") repeat-x;
}
#nav li a {
    color: #2e6928;
}
#nav .active a{
	background:url("green/bg-nav-hover.gif") repeat-x;
}
#nav li:hover a, #nav li.hover a, #nav .active a {
    background: url("green/bg-nav-hover.gif") repeat-x scroll 0 0 transparent;
}

.top-list{
	background:url("green/bg-top-list-t.png") no-repeat;
}

.top-list .c{
	background:url("green/bg-top-list-c.png") repeat-y;
}

.top-list ol li {
    background: url("green/bg-top-list.gif") no-repeat scroll 0 0 transparent;
}

.top-list .number {
    color: #2e6928;
}

.aside .top-list {
    background:url("green/bg-top-list-t.png") no-repeat scroll -17px 0 #000000
}

.items .progress-bar .l{
	background:url("green/bg-progress-bar-l.gif") no-repeat;
}