#memory {
	margin-right: 20px;
}

.memory-anons {
	color: #2d7ac4;
	font-weight: bold;
	font-size: 14px;
}

.memory-h1 {
    background: url("images/driver-memory-h-1.png") no-repeat scroll 0 0 #519FE9;
    border-radius: 0 5px 5px 0;
    color: #FFFFFF;
    height: 26px;
    padding-left: 60px;
    padding-top: 10px;
}

.memory-h2 {
    background: url("images/driver-memory-h-2.png") no-repeat scroll 0 0 #519FE9;
    border-radius: 0 5px 5px 0;
    color: #FFFFFF;
    height: 26px;
    padding-left: 60px;
    padding-top: 10px;
}

.memory-h3 {
    background: url("images/driver-memory-h-3.png") no-repeat scroll 0 0 #519FE9;
    border-radius: 0 5px 5px 0;
    color: #FFFFFF;
    height: 26px;
    padding-left: 60px;
    padding-top: 10px;
}

.memory-h4 {
    background: url("images/driver-memory-h-4.png") no-repeat scroll 0 0 #519FE9;
    border-radius: 0 5px 5px 0;
    color: #FFFFFF;
    height: 26px;
    padding-left: 60px;
    padding-top: 10px;
}

.memory-h5 {
    background: url("images/driver-memory-h-5.png") no-repeat scroll 0 0 #519FE9;
    border-radius: 0 5px 5px 0;
    color: #FFFFFF;
    height: 26px;
    padding-left: 60px;
    padding-top: 10px;
}

.memory-h6 {
    background: url("images/driver-memory-h-6.png") no-repeat scroll 0 0 #519FE9;
    border-radius: 0 5px 5px 0;
    color: #FFFFFF;
    height: 26px;
    padding-left: 60px;
    padding-top: 10px;
}

.memory-h {
    background: url("images/driver-memory-h.png") no-repeat scroll 0 0 #519FE9;
    border-radius: 0 5px 5px 0;
    color: #FFFFFF;
    height: 26px;
    padding-left: 60px;
    padding-top: 10px;
}

#memory ul {
    list-style-image: url("images/driver-memory-list.png");
}
#memory ol {
	list-style-image: none;
}