/* NAVIGATION MENU */

.nav {
}

.nav ul {
    overflow: hidden;
    padding-left: 0;
    zoom: 1;
}

.nav li {
    display: block;
    list-style-type: none;
    margin-right: 0.5em;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 0;
}

.nav li.active a {
    text-decoration: underline;
    font-weight: bold;
}

.nav a {
    color: #09c;
    display: inline-block;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
    text-decoration: none;
}

.nav a:hover {
    color: #09c;
    font-weight: bolder;
    text-decoration: underline;
}

.no-borderradius .nav a:hover {
    background-color: transparent;
    color: #444444;
    text-decoration: underline;
}

.nav a.home, .nav a.list, .nav a.create {
    background-position: 0.7em center;
    background-repeat: no-repeat;
    text-indent: 25px;
}

.nav a.home {
    background-image: url(skin/house.png);
}

.nav a.list {
    background-image: url(skin/database_table.png);
}

.nav a.create {
    background-image: url(skin/database_add.png);
}

.nav span {
    width: 15px;
    height: 15px;
    display: inline-block;
    font-size: 15px;
}

.nav span.needs_attention {
    color: #09c;
}
.nav span.incomplete {
    color: #ff7f0e;
}
.nav span.valid {
    color: #3b930c;
}
