.design_process {
    float: left;
    margin-right: 1em;
    width: 240px;
}

.design_process ol {
    background: #e2151d url(design_process.png) no-repeat left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: 512px;
    font-size: 5.12px;
}

.design_process li {
	text-indent: -9999px;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    width: 100%;
}

.design_process li a {
	display: block;
    height: 100%;
    width: 100%;
}

li.dp_identify {
    height: 5.94%;
    top: 1.55em;
}

li.dp_brainstorm {
    height: 4.38em;
    top: 17.2em;
}

li.dp_design {
	height: 4.69em;
	top: 31.55em;
}

li.dp_build {
	height: 35.63em;
	top: 46.25em;
}

li.dp_share {
	height: 4.69em;
	top: 91.86em;
}

.design_process li a:hover {
	background: #5f549d url(design_process.png);
    background-repeat: no-repeat;
}

li.dp_identify a:hover { background-position: 0 -1.55em; }
li.dp_brainstorm a:hover { background-position: 0 -17.2em; }
li.dp_design a:hover { background-position: 0 -31.55em; }
li.dp_build a:hover { background-position: 0 -46.25em; }
li.dp_share a:hover { background-position: 0 -91.86em; }
