﻿#navbar, #navbarpub {
    top: 0;
    margin-top: 5px;
    width: 100%;
    margin-left: 0px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid black;
    text-align: center;
    font-family: arial;
    /*background: #ffa84c; */ /* Old browsers */
    /*background: -moz-linear-gradient(top, #ff7b0d 0%, #ffa91a 100%); */ /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7b0d), color-stop(100%,#ffa91a)); */ /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, #ff7b0d 0%,#ffa91a 100%); */ /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top, #ff7b0d 0%,#ffa91a 100%); */ /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top, #ff7b0d 0%,#ffa91a 100%); */ /* IE10+ */
    /*background: linear-gradient(top, #ff7b0d 0%,#ffa91a 100%); */ /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7b0d', endColorstr='#ffa91a',GradientType=0 ); */ /* IE6-9 */
    background: #CCCCCC; /* Old browsers */
    background: -moz-linear-gradient(top, #CCCCCC 0%, #EEEEEE 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #CCCCCC), color-stop(100%, #EEEEEE)); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top, #0D56EF 0%,#0084EF 100%); */
    /*background: -webkit-linear-gradient(top, #5D9803 0%,#5DB803 100%); */
    /*background: -webkit-linear-gradient(top, #5D7803 0%,#5D9803 100%); */
    /*background: -webkit-linear-gradient(top, #AAAAAA 0%,#CCCCCC 100%); */
    /*background: -webkit-linear-gradient(top, #3E9055 0%,#3EB055 100%); */
    /*background: -webkit-linear-gradient(top, #005500 0%,#007700 100%); */
    background: -webkit-linear-gradient(top, #CCCCCC 0%, #EEEEEE 100%);
    background: -o-linear-gradient(top, #CCCCCC 0%, #EEEEEE 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #CCCCCC 0%, #EEEEEE 100%); /* IE10+ */
    background: linear-gradient(top, #CCCCCC 0%, #EEEEEE 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#EEEEEE', GradientType=0); /* IE6-9 */
}

#navbarpub {
    padding: 3px 0px 10px 0px;
    height: 35px;
}

#navbar {
    padding: 10px 0px 10px 0px;
    height: 45px;
}

#navbar a, #navbar a:visited, #navbarpub a, #navbarpub a:visited {
    text-decoration: none;
    font-weight: bolder;
    /*color: black;*/
    color: black;
}

#navbarpub a, #navbarpub a:visited {
    font-size: 20px;
}

#navbar a:hover, #navbar a.navactive, #navbar a.navactive:visited, #navbarpub a:hover, #navbarpub a.navactive, #navbarpub a.navactive:visited {
    /*color: white;*/
    /*text-shadow: 0 0 4px black;*/
    /*color: #FF5800;*/
    color: #006600;
    text-shadow: 0 0 2px white;
}

.navitem1, .navitem2, .navitem3, .navitem4, .navitem5, .navitempub {
    display: block;
    font-weight: bolder;
    float: left;
    padding: 0px;
}

.navitempub {
    width: 19.8%;
    margin-bottom: 8px;
    margin-top: 10px;
    font-size: 25px;
}

.navdivider {
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: black;
}

.navitem1 {
    /*  width: 22%; */
    width: 27%;
}

.navitem2 {
    /*  width: 29%; */
    width: 36%;
}

.navitem3 {
    /*  width: 18%; */
    width: 21%;
}

.navitem4 {
    /*  width: 15%; */
    width: 15%;
}

.navitem5 {
    width: 15%;
}

.navtitle {
    font-weight: bolder;
    font-size: 14px;
    color: black;
    border-bottom: solid 1px black;
    width: 75%;
    margin: 0px auto 6px auto;
}

.navlinksingle {
    float: left;
    width: 98%;
    padding-top: 22px;
    padding-left: 6px;
    font-weight: bolder;
    font-size: 20px;
}

.navlinkdouble {
    float: left;
    width: 49%;
    padding-left: 2px;
    font-size: 20px;
}

.navlinktriple {
    float: left;
    width: 32%;
    padding-left: 2px;
    text-decoration: none;
    font-size: 20px;
}
