.center { text-align: center; }
.left { text-align: left; }
.bold { font-weight: bold; }

/* Admin Menu */
#main {
        margin-left: 5em;
}
#menu {
        position: relative;
        left: 0;
        margin: 0;
        padding: 1ex;
}
#menu  a {
        display: block;
        padding-left: 1em;
}
#menu ul{
        margin-left: 0;
        padding-left: 1em;
}
#menu li ul {
        padding: 0;
        margin:  0;
}
#menu li {
        cursor: pointer;
        list-style-type: none;
        padding: 0;
        text-decoration: underline;
        display: block;
}
/* Admin Pull Down Menu */

div.menu {
        position: absolute;
        /* width: 600px; */
        z-index: 3;
}

div.menu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
}
div.menu li {
        float: left;
        width: 120px;
        list-style-type: none;
        margin: 0;
        padding: 0;
}

div.menu a {
        margin: 0 2px;
        height: 20px;
        display: block;
        text-align: center;
        font-weight: bold;
        border: 1px solid gray;
        text-decoration: none;
        color: #000;
        background: #fff;
}

div.menu a:hover {
        background: #ccc;
        border: 1px solid gray;
}

#smenu1, #smenu2, #smenu3, #smenu4 {
        display: none;
        float: left;
        width: 120px;
        font-size: 12px;
}

#smenu1 a, #smenu2 a, #smenu3 a, #smenu4 a {
        font-weight: normal;
        border-top: 0 none;
        background: #fff;
        color: #222;
}

#smenu1 a:visited, #smenu2 a:visited, #smenu3 a:visited, #smenu4 a:visited {
        font-weight: normal;
        border-top: 0 none;
        background: #fff;
        color: #222;
}

#smenu1 a:hover, #smenu2 a:hover, #smenu3 a:hover, #smenu4 a:hover {
        font-weight: normal;
        border-top: 0 none;
        background: #ccc;
        color: #f00;
}

.site {
        position: absolute;
        z-index: 1;
        top : 70px;
        left : 10px;
        color: #000;
        background-color: #ddd;
        padding: 5px;
        border: 1px solid gray;
}
.mentions {
        position: absolute;
        top : 300px;
        left : 10px;
        color: #000;
        background-color: #ddd;
}
/* a {text-decoration: none;
        color: #222;
}*/
