/* CSS Document */

.homebox { width: 170px; height: 120px; position: relative; }
a:link, a:visited, a:hover, a:active { text-decoration: none; }
* html .homebox { margin-bottom: -122px; }
.homebox h3 { display: none; }
.homebox p { padding: 30px 60px 25px 12px; }

.app { background: url(/images/pushbox/home/app-out.jpg) no-repeat; left: -7px; margin-bottom: -120px; }
/* a:hover .app { background: url(/images/pushbox/home/app-over.jpg) no-repeat; } */
.app:hover { background: url(/images/pushbox/home/app-over.jpg) no-repeat; cursor: pointer; }
* html .app { margin-bottom: -120px; }

.project { background: url(/images/pushbox/home/project-out.jpg) no-repeat; left: 173px; margin-bottom: -120px; }
/* a:hover .project { background: url(/images/pushbox/home/project-over.jpg) no-repeat; } */
.project:hover { background: url(/images/pushbox/home/project-over.jpg) no-repeat; cursor: pointer; }
* html .project { margin-bottom: -120px; }

.advice { background: url(/images/pushbox/home/advice-out.jpg) no-repeat; left: 353px; margin-bottom: -120px; }
/* a:hover .advice { background: url(/images/pushbox/home/advice-over.jpg) no-repeat; } */
.advice:hover {  background: url(/images/pushbox/home/advice-over.jpg) no-repeat; cursor: pointer; }
* html .advice { margin-bottom: -120px; }

.edu { background: url(/images/pushbox/home/edu-out.jpg) no-repeat; left: 533px; }
/* a:hover .edu { background: url(/images/pushbox/home/edu-out.jpg) no-repeat; } */
.edu:hover { background: url(/images/pushbox/home/edu-over.jpg) no-repeat; cursor: pointer; }
* html .edu { margin-bottom: -120px; }