td.entry {
    width: 20%;
    height: 160px;
    border: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

td.entry #commandbox {
    position: absolute;
    background: url(../img/cmdbox_bkg.png) center center no-repeat;
    height: 150px;
    width: 150px;
    padding-top: 10px;
    display: none;
}

#commandbox ul {
	text-align:center;
}

td.entry #commandbox .buttonlink {
    display: block;
    width: 141px;
    height: 32px;
    background: url(../img/cmdbutton.png) left top no-repeat;
    text-decoration: none;
    padding-top: 3px;
    margin: 0;
    color: white;
}

td.entry #commandbox a, td.entry #commandbox a:visited {
    color: white;
    text-decoration: none;
}

td.entry #commandbox a:hover {
    color: #E20020;
}

td.entry #commandbox li ul {
    width: 108px;
    height: 73px;
    margin: 0;
    margin-left: 18px;
    padding: 8px;
    background: url(../img/downloadbkg.png) top left no-repeat;
    text-align: left;
    position: relative;
    top: 4px;
}

td.entry #commandbox li {
    list-style: none;
}

