﻿
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
    margin: 0;
    padding: 0;
    /*background: #E9ECEC url(images/bg01.png) repeat;*/
    background: rgb(238,238,238); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(160,160,160,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(160,160,160,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(160,160,160,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(160,160,160,1) 100%); /* Opera 11.10+ */
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(160,160,160,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(160,160,160,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#a0a0a0',GradientType=0 ); /* IE6-9 */
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #3B3B3B;
}

    body:after {
        content: '';
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url('images/bg01.png');
        z-index: -1;
        opacity: .05;
    }

h1, h2, h3 {
    margin: 0;
    padding: 0;
    letter-spacing: -2px;
    text-transform: uppercase;
    font-weight: normal;
    color: #2F6BCF;
}

h1 {
    padding: 9px 2px 0 10px;
    font-size: 2em;
}

h2 {
    padding: 9px 2px 0 10px;
    font-size: 1.8em;
}

h3 {
    font-size: 1.6em;
}

p, ul, ol {
    margin-top: 0;
    line-height: 180%;
}


a {
    text-decoration: none;
    color: #383838;
}

img {
    border-radius: 8px;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.9);
}

.image-shadow {
    border-radius: 8px;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
}

/* Header */

#header {
    clear: both;
    width: 1200px;
    margin: 0 auto;
}

/* Logo */

#logo {
    margin: 0;
    padding: 30px 0;
    color: #0082B0;
    text-align: center;
}

    #logo h1, #logo p {
        margin: 0;
        padding: 0;
    }

    #logo h1 {
        margin: 0;
        padding: 0;
        text-transform: lowercase;
        font-size: 3.8em;
        color: #0082B0;
    }

        #logo h1 span {
            color: #0082B0;
        }

    #logo p {
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        color: #0082B0;
    }

        #logo p a {
            color: #0082B0;
        }

    #logo a {
        border: none;
        background: none;
        text-decoration: none;
        color: #0082B0;
    }

/* Search */

#search {
    width: 320px;
    height: 60px;
    padding: 0;
}

    #search form {
        margin: 0;
        padding: 0;
    }

    #search fieldset {
        margin: 0;
        padding: 0;
        border: none;
    }

#search-text {
    width: 210px;
    outline: none;
    background: #F5F0E7;
    border: 1px solid #D7D0C0;
    padding: 10px;
    border-radius: 8px;
    text-transform: lowercase;
    font-family: 'Open Sans', sans-serif;
    color: #454545;
}

#search-submit {
    width: 62px;
    height: 22px;
    display: none;
    border: none;
    color: #FFFFFF;
}

/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login .username {
            background: none;
            margin-left: 0;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }

/* Menu */

#menu-wrapper {
    position: relative;
    overflow: hidden;
    height: 56px;
    background: #0082B0;
}

    #menu-wrapper:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url('images/bg01.png');
        z-index: -1;
        opacity: 1;
    }

#menu {
    width: 1200px;
    height: 55px;
    margin: 0 auto;
    padding: 0;
    background-color: #333399;
}

    #menu ul {
        margin: 0;
        padding: 10px 0 0 0;
        list-style: none;
        line-height: normal;
        text-align: center;
    }

    #menu li {
        display: inline-block;
        border-left: 1px solid #3394B5;
    }

        #menu li:first-child {
            border-left: none;
        }

    #menu a {
        display: block;
        letter-spacing: 1px;
        margin: 0 10px;
        padding: 10px 20px;
        text-decoration: none;
        text-align: center;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: normal;
        color: #FFFFFF;
        border: none;
    }

        #menu a:hover, #menu .current_page_item a {
            text-decoration: none;
            color: #FFFFFF;
        }


/* Menu bar */
#menu-bar {
    width: 99%;
    margin: 0 0 0 0;
    padding: 6px 6px 4px 6px;
    height: 34px;
    line-height: 100%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 2px 2px 3px #666666;
    -moz-box-shadow: 2px 2px 3px #666666;
    box-shadow: 2px 2px 3px #666666;
    background: #8B8B8B;
    background: -webkit-gradient(linear, left top, left bottom, from(#A9A9A9), to(#7A7A7A));
    background: -webkit-linear-gradient(linear, left top, left bottom, from(#A9A9A9), to(#7A7A7A));
    background: -moz-linear-gradient(top, #A9A9A9, #7A7A7A);
    background: -o-linear-gradient(top, #A9A9A9, #7A7A7A 100%); /* Opera 11.10+ */
    background: linear-gradient(top, #A9A9A9, #7A7A7A);
    border: solid 1px #6D6D6D;
    position: relative;
    z-index: 999;
}

    #menu-bar li {
        margin: 0 0 6px 0;
        padding: 0 6px 0 6px;
        float: left;
        position: relative;
        list-style: none;
    }

    #menu-bar a {
        font-weight: bold;
        font-family: arial;
        font-style: normal;
        font-size: 12px;
        color: #E7E5E5;
        text-decoration: none;
        display: block;
        padding: 6px 20px 6px 20px;
        margin: 0;
        margin-bottom: 6px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        text-shadow: 2px 2px 3px #000000;
    }

    #menu-bar li ul li a {
        margin: 0;
    }

    #menu-bar .active a, #menu-bar li:hover > a {
        background: #0399D4;
        background: -webkit-gradient(linear, left top, left bottom, from(#EBEBEB), to(#A1A1A1));
        background: -webkit-linear-gradient(linear, left top, left bottom, from(#EBEBEB), to(#A1A1A1));
        background: -moz-linear-gradient(top, #EBEBEB, #A1A1A1);
        background: -o-linear-gradient(top, #EBEBEB, #A1A1A1 100%); /* Opera 11.10+ */
        background: linear-gradient(top, #EBEBEB, #A1A1A1);
        color: #444444;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        text-shadow: 2px 2px 3px #FFFFFF;
    }

    #menu-bar ul li:hover a, #menu-bar li:hover li a {
        background: none;
        border: none;
        color: #666;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    #menu-bar ul a:hover {
        background: #0399D4 !important;
        background: -webkit-gradient(linear, left top, left bottom, from(#04ACEC), to(#0186BA)) !important;
        background: -webkit-linear-gradient(linear, left top, left bottom, from(#04ACEC), to(#0186BA)) !important;
        background: -moz-linear-gradient(top, #04ACEC, #0186BA) !important;
        background: -o-linear-gradient(top, #04ACEC, #0186BA 100%); /* Opera 11.10+ */
        background: linear-gradient(top, #04ACEC, #0186BA) !important;
        color: #FFFFFF !important;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        text-shadow: 2px 2px 3px #FFFFFF;
    }

    #menu-bar ul {
        background: #DDDDDD;
        background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CFCFCF));
        background: -webkit-linear-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CFCFCF));
        background: -moz-linear-gradient(top, #FFFFFF, #CFCFCF);
        background: -o-linear-gradient(top, #FFFFFF, #CFCFCF 100%); /* Opera 11.10+ */
        background: linear-gradient(top, #FFFFFF, #CFCFCF);
        display: none;
        margin: 0;
        padding: 0;
        width: 185px;
        position: absolute;
        top: 34px;
        left: 0;
        border: solid 1px #B4B4B4;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: 2px 2px 3px #222222;
        -moz-box-shadow: 2px 2px 3px #222222;
        box-shadow: 2px 2px 3px #222222;
    }

    #menu-bar li:hover > ul {
        display: block;
    }

    #menu-bar ul li {
        float: none;
        margin: 0;
        padding: 0;
    }

    #menu-bar ul a {
        padding: 10px 0 10px 15px;
        color: #424242 !important;
        font-size: 12px;
        font-style: normal;
        font-family: arial;
        font-weight: normal;
        text-shadow: 2px 2px 3px #FFFFFF;
    }

    #menu-bar ul li:first-child > a {
        -webkit-border-top-left-radius: 10px;
        -moz-border-radius-topleft: 10px;
        border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topright: 10px;
        border-top-right-radius: 10px;
    }

    #menu-bar ul li:last-child > a {
        -webkit-border-bottom-left-radius: 10px;
        -moz-border-radius-bottomleft: 10px;
        border-bottom-left-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-bottomright: 10px;
        border-bottom-right-radius: 10px;
    }

    #menu-bar:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

#menu-bar {
    display: inline-block;
}

html[xmlns] #menu-bar {
    display: block;
}

* html #menu-bar {
    height: 1%;
}

/* Menu verical */
#menu-vertical {
    list-style: none;
    width: auto;
    padding-left: 50px;
    /*background: url('Images/background.png') no-repeat;*/
    height: auto;
}

    #menu-vertical ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #menu-vertical a:link {
        color: #595959;
        font-family: Trebuchet MS;
        font-size: 14px;
        height: 23px;
        display: block;
        text-decoration: none;
        padding: 8px 0 0 0;
        font-weight: normal;
    }

    #menu-vertical a:visited {
        text-decoration: line-through;
    }

    #menu-vertical a:hover {
        color: #000000;
        font-weight: bold;
        font-style: inherit;
        font-variant: normal;
        text-transform: uppercase;
    }

    #menu-vertical a:active {
        color: #dbdbdb;
    }

/* Page */

#page {
    overflow: hidden;
    width: 1140px;
    margin: 0 auto 50px auto;
    padding: 30px 30px 0 30px;
    background: #FFF;
    border: 1px solid;
    border: #000000;
    border: rgba(0,0,0,0.05);
    box-shadow: 0 0 0 10px rgba(0,0,0,0.03);
    border-radius: 8px;
}

/* Content */

#content {
    float: left;
    width: 500px;
    padding-top: 30px;
    padding-left: 20px;
}

.post {
    margin-bottom: 15px;
}

.post .title {
    margin-bottom: 20px;
    padding-left: 0.5em;
    font-size: 32px;
    line-height: 40px;
    border-left: 4px solid #0082B0;
    color: #0082B0;
}

    .post .title a {
        display: block;
        border-bottom: #000000;
        border-bottom: 1px solid rgba(0,0,0,0.07);
    }

    .post .title a {
        border: none;
        color: #0082B0;
    }

.post .meta {
    margin-bottom: 30px;
    padding: 5px 0 15px 0;
    text-align: left;
    font-weight: normal;
}

    .post .meta .date {
        float: left;
    }

    .post .meta .posted {
        float: right;
    }

.post .entry {
    padding: 0 0 20px 0;
    padding-bottom: 20px;
    text-align: justify;
}

.links {
    display: block;
    height: 30px;
    padding: 30px 0 0 0;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #1C1C1C;
}

.button {
    padding: 5px 15px;
    background: #000;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 12px;
    color: #FFFFFF;
}

.testbuttonpuv {
    font-family: arial;
    color: #14396A !important;
    font-size: 14px;
    text-shadow: 1px 1px 0 #7CACDE;
    box-shadow: 1px 1px 1px #BEE2F9;
    padding: 10px 25px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #3866A3;
    background: #63B8EE;
    background: -webkit-gradient(linear, left top, left bottom, from(#807C7C), to(#FAFAFA));
    background: -webkit-linear-gradient(linear, left top, left bottom, from(#807C7C), to(#FAFAFA));
    background: -moz-linear-gradient(top, #807C7C, #FAFAFA);
    background: -o-linear-gradient(top, #807C7C, #FAFAFA 100%); /* Opera 11.10+ */
    background: linear-gradient(top, #807C7C, #FAFAFA);
}

.testbutton {
    font-family: arial;
    color: #14396A !important;
    font-size: 14px;
    text-shadow: 1px 1px 0 #7CACDE;
    box-shadow: 1px 1px 1px #BEE2F9;
    padding: 5px 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #3866A3;
    background: #63B8EE;
    background: -webkit-gradient(linear, left top, left bottom, from(#807C7C), to(#FAFAFA));
    background: -webkit-linear-gradient(linear, left top, left bottom, from(#807C7C), to(#FAFAFA));
    background: -moz-linear-gradient(top, #807C7C, #FAFAFA);
    background: -o-linear-gradient(top, #807C7C, #FAFAFA 100%); /* Opera 11.10+ */
    background: linear-gradient(top, #807C7C, #FAFAFA);
}

.testbutton:hover {
        color: #14396A !important;
        background: #468CCF;
        background: -webkit-gradient(linear, left top, left bottom, from(#468CCF), to(#63B8EE));
        background: -webkit-linear-gradient(linear, left top, left bottom, from(#468CCF), to(#63B8EE));
        background: -moz-linear-gradient(top, #468CCF, #63B8EE);
        background: -o-linear-gradient(top, #468CCF, #63B8EE 100%); /* Opera 11.10+ */
        background: linear-gradient(top, #468CCF, #63B8EE);
}

.header {
    font-family: Tahoma, sans-serif;
    line-height: 1em;
    font-weight: bold;
    font-size: 64px;
    text-shadow: 0 0 0 rgb(231,231,231),1px 1px 0 rgb(216,216,216),2px 2px 0 rgb(202,202,202),3px 3px 0 rgb(187,187,187),4px 4px 0 rgb(173,173,173),5px 5px 0 rgb(158,158,158), 6px 6px 0 rgb(144,144,144),7px 7px 6px rgba(0,0,0,0.6),7px 7px 1px rgba(0,0,0,0.5),0 0 6px rgba(0,0,0,.2);
    background: #0399D4;
    background: -webkit-gradient(linear, left top, left bottom, from(#EBEBEB), to(#A1A1A1));
    background: -webkit-linear-gradient(linear, left top, left bottom, from(#EBEBEB), to(#A1A1A1));
    background: -moz-linear-gradient(top, #EBEBEB, #A1A1A1);
    background: -o-linear-gradient(top, #EBEBEB, #A1A1A1 100%); /* Opera 11.10+ */
    background: linear-gradient(top, #EBEBEB, #A1A1A1);
    color: #444444;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    -webkit-box-shadow: 2px 2px 3px #666666;
    -moz-box-shadow: 2px 2px 3px #666666;
    box-shadow: 2px 2px 3px #666666;
    text-align: center;
}

.TableHeaderFooter {
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
    background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%); /* W3C */

    background: -moz-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* IE10+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    overflow: hidden;
}

.highlightCombo {
    color: #C0C0C0;
    font-weight: normal;
}

.menuitem {
    padding: 20px;
    font-family: Tahoma, sans-serif;
    line-height: 1em;
    font-weight: bold;
    font-size: 24px;
    text-indent: 20px;
    text-shadow: 0 0 0 rgb(231,231,231),1px 1px 0 rgb(216,216,216),2px 2px 0 rgb(202,202,202),3px 3px 0 rgb(187,187,187),4px 4px 0 rgb(173,173,173),5px 5px 0 rgb(158,158,158), 6px 6px 0 rgb(144,144,144),7px 7px 6px rgba(0,0,0,0.6),7px 7px 1px rgba(0,0,0,0.5),0 0 6px rgba(0,0,0,0.2);
    background: #0399D4;
    background: -webkit-gradient(linear, left top, left bottom, from(#EBEBEB), to(#A1A1A1));
    background: -webkit-linear-gradient(linear, left top, left bottom, from(#EBEBEB), to(#A1A1A1));
    background: -moz-linear-gradient(top, #EBEBEB, #A1A1A1);
    background: -o-linear-gradient(top, #EBEBEB 0%,#cccccc 100%); /* Opera 11.10+ */
    background: linear-gradient(top, #EBEBEB, #A1A1A1);
    color: #444444;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 3px #666666;
    -moz-box-shadow: 2px 2px 3px #666666;
    box-shadow: 2px 2px 3px #666666;
    text-align: left;
    vertical-align: middle;
}

.pagination {
    line-height: 26px;
}

    .pagination span {
        padding: 5px;
        border: solid 1px #477B0E;
        text-decoration: none;
        white-space: nowrap;
        background: #547B2A;
    }

.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #CD3278;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

.float-right {
    float: right;
}
/* Sidebar */

#sidebar2 {
    float: right;
    width: 250px;
    padding: 40px 30px 0 0;
}

#sidebar {
    float: left;
    width: 250px;
    padding: 40px 0 0 50px;
    color: #787878;
}

    #sidebar ul, #sidebar2 ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #sidebar li, #sidebar2 li {
        margin: 0;
        padding: 0;
    }

        #sidebar li ul, #sidebar2 li ul {
            margin: 0 0;
            padding-bottom: 50px;
        }

        #sidebar li li, #sidebar2 li li {
            border-bottom: 1px solid;
            border-bottom: #000000;
            border-bottom: rgba(0,0,0,0.07);
            margin: 0 0;
            padding: 10px 0;
            border-left: none;
            list-style: inside square;
        }

            #sidebar li li a, #sidebar2 li li a {
                color: #3B3B3B;
            }

            #sidebar li li span, #sidebar2 li li span {
                display: block;
                padding: 0;
                font-size: 11px;
                font-style: italic;
            }

    #sidebar h2, #sidebar2 h2 {
        padding-bottom: 20px;
        font-size: 2em;
        color: #0082B0;
    }

    #sidebar p, #sidebar2 p {
        margin: 0 0 40px 0;
        padding: 0;
        text-align: justify;
    }

    #sidebar a, #sidebar2 a {
        border: none;
    }

        #sidebar a:hover, #sidebar2 a:hover {
            text-decoration: underline;
        }

/* Calendar */

#calendar_wrap {
    padding: 20px;
}

#calendar table {
    width: 100%;
}

#calendar tbody td {
    text-align: center;
}

#calendar #next {
    text-align: right;
}

/* Footer */

#footer {
    margin: 0 auto;
    padding: 3em 0 5em 0;
    background: #000000;
    background: rgba(0,0,0,0.06);
}

    #footer p {
        margin: 0;
        padding-top: 20px;
        line-height: normal;
        text-align: center;
        color: #A0A0A0;
    }

    #footer a {
        color: #8A8A8A;
    }

#banner-wrapper {
    overflow: hidden;
    padding: 3em 0;
    background: #000000;
    background: rgba(0,0,0,0.06);
}

#banner {
    width: 1200px;
    margin: 0 auto 0 auto;
}

    #banner img {
        box-shadow: 0 0 0 10px rgba(0,0,0,0.03);
    }

/*Menu nove*/

.staticMenuItemStyle {
    text-align: center;
    display: block;
    padding-left: 2px;
    padding-right: 2px;
    margin-left: 0;
}

.staticMenuItemSelectedStyle {
    border: solid 1px #000;
}

.menuItem {
    display: block;
}

.dynamicMenuItemStyle {
    border: solid 1px #000;
    background-color: Silver;
    color: Red;
    z-index: 200;
    position: relative;
}

.background {
    border: solid 1px #000;
    background-image: url(../Images/bg-black.gif);
}

.NavigationMenu {
    font-family: Verdana;
    font-size: 15pt;
    color: #FFF;
    font-weight: 600;
    z-index: 101;
    width: 99%;
    margin: 0 0 0 0;
    padding: 6px 6px 4px 6px;
    height: 34px;
    line-height: 100%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 2px 2px 3px #666666;
    -moz-box-shadow: 2px 2px 3px #666666;
    box-shadow: 2px 2px 3px #666666;
    background: #8B8B8B;
    background: -webkit-gradient(linear, left top, left bottom, from(#A9A9A9), to(#7A7A7A));
    background: -webkit-linear-gradient(linear, left top, left bottom, from(#A9A9A9), to(#7A7A7A));
    background: -moz-linear-gradient(top, #A9A9A9, #7A7A7A);
    background: -o-linear-gradient(top, #A9A9A9, #7A7A7A 100%); /* Opera 11.10+ */
    background: linear-gradient(top, #A9A9A9, #7A7A7A);
    border: solid 1px #6D6D6D;
    position: relative;
    z-index: 999;
}

#h {
    background: #CCCFFF;
    padding: 5px 0 6px 10px;
}

#e {
    border: solid 1px #919191;
    background-image: url(../Images/sub.gif);
    padding: 0 0 1px;
}

.staticHoverStyle, .menuItemMouseOver, .menuItemSelected {
    border: solid 1px Navy;
    background-image: url(../Images/bg-black.gif);
}

.NavigationMenu A:link, .NavigationMenu A:visited, .NavigationMenu A:active {
    text-decoration: none;
    color: #FFF;
    display: block;
}

.currentNodeStyle, .nodeStyle, .rootNodeStyle, .siteMapPath {
    text-decoration: none;
    font-family: Verdana;
    font-size: 10pt;
}
