﻿#grid {}

#grid ul { margin:0; }
.app
{
    float: left;
    width: 21%;
    height: 218px;
    margin: 6px 10px;
    border: solid 1px #CCCCCC;
    list-style-type: none;
    text-align:center;
    font-weight:bold;
    padding: 2px;
    background-image: url('../images/template/app_tile.gif');
    background-repeat: repeat-x;
    background-position: bottom;
}

#grid ul li ul
{
    background-position: center top;
    background-image: url('../images/gear.gif');
    background-repeat: no-repeat;
    margin: 5px auto auto auto;
    padding: 88px 0 0 0;
}

#grid ul li ul li
{
    list-style-type: none;
    text-align:left;
    margin:0 0 0 4px;
    padding:0;
    font-weight:normal;
}