div.website_asset{
	overflow: hidden;
}
.website_asset {
    padding: 0;
    margin:0;
    background: #F0EEEE;
}
.website_asset ul {
    padding: 0;
    margin: 0;
    float: left;
    list-style: none;
    display: block;
    width: 100%;
}
.website_asset ul li a {color: #e89300; font-weight: bold; text-decoration: none;  }
.website_asset ul li {
    padding: 0px;
    margin: 0;
    float: left;
    border-bottom: 1px solid white;
    width: 100%;
}

.website_asset ul li .website_description {
    float: left;
    width: 100%;
}


.website_asset ul li .website_description div {
    float: left;
    display: block;
    padding: 5px;
}
.website_asset ul li .website_description a, .website_asset ul li .website_description a:hover, .website_asset ul li .website_description a.website_icon {
	text-decoration: none;
	float: right;
	padding: 5px 5px 5px 25px;
	margin-right: 15px;
}

.website_asset ul li ul {
    padding-left: 10px;
}
