/* Copyright 2005-2009 Netskills, University of Newcastle */

div#navbar {
}

div#navbar ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

div#navbar li {
    margin: 0px;
    list-style: none;
}

div#navbar a,  div#navbar span.thispageanchor {
    font-weight: normal;
}

div#navbar span.thispageanchor, div#navbar a, div#navbar li#navbar_search {
    display: block;
    position: absolute;
    border-top: 1px solid #3f2f3f;
    border-right: 1px solid #2f1f2f;
    border-bottom: 0px none;
    border-left: 1px solid #3f2f3f;
    width: 104px;
    height: 71px;
    top:    20px;
    text-align: center;
    margin: 0px;
    padding: 5px;
    font-size: 10px;
    color: white;
    text-decoration: none;
    line-height: 15px;
}

div#navbar a:hover {
    background:#88CE98 url('/site/img/backgrounds/lightgreen-light-top-100.jpg') repeat-x scroll left bottom;
}

div#navbar .linktitle {
    font-size: 21px;
    margin-bottom: 5px;
    display: block;
}

div#navbar input {
    margin: 0.2em 0px;
}

/* Positions of link buttons */
li#navbar_1  a, li#navbar_1 span.thispageanchor { left: 260px; }
li#navbar_2  a, li#navbar_2 span.thispageanchor { left: 376px; }
li#navbar_3  a, li#navbar_3 span.thispageanchor { left: 492px; }
li#navbar_4  a, li#navbar_4 span.thispageanchor { left: 608px; }
li#navbar_5  a, li#navbar_5 span.thispageanchor { left: 724px; }
li#navbar_search { left: 840px; }
li#navbar_1a  a, li#navbar_1a span.thispageanchor { left: 260px; height: 30px; }
li#navbar_1b  a, li#navbar_1b span.thispageanchor { left: 260px; top: 60px; height: 30px; }

