﻿#menu1 {
    margin:0px;
    padding:0px;
    width: 960px;
    /*width: 100%;*/
    list-style-type:none;
    list-style-position:outside;
    display:table;
    height: 37px;
    font-size: 16px;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    text-align: center;
    text-shadow: 3px 2px 3px #333333;
    /*background-color: #8AD9FF;*/
    /*border-radius: 8px;*/
    /*padding-top: 5px;*/
    line-height: 35px;

    background: #ff3019; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */

}



#menu1 li { 
    /*height: 37px;*/
    border-right: 1px solid #000000;
    display: table-cell;
    /*display: inline;*/
    /*padding: 20px;*/
    /*margin: 0px;*/
    width:25%;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

    #menu1 li:last-child {
        border-right:1px solid #000000;
    }

    #menu1 li:first-child {
        border-left:1px solid #000000;
    }

#menu1 li:hover { 
    background: #ff5947; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff5947 0%, #ff1111 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5947), color-stop(100%,#ff1111)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ff5947 0%,#ff1111 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ff5947 0%,#ff1111 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ff5947 0%,#ff1111 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ff5947 0%,#ff1111 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5947', endColorstr='#ff1111',GradientType=0 ); /* IE6-9 */
}


#menu1 a {
    text-decoration: none;
    color: #ffffff;
    /*padding: 8px 8px 8px 8px;*/
    display: block;
}

#menu1 a:first-letter {
    font-size: 120%;
    /*font-family: "Comic Sans MS", cursive, sans-serif;*/
}



#menu1 li:hover a{
    color: #ffffff;
    background-color: transparent;
}

#menu1 li.selected{
    background: #ff5947; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff5947 0%, #ff1111 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5947), color-stop(100%,#ff1111)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ff5947 0%,#ff1111 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ff5947 0%,#ff1111 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ff5947 0%,#ff1111 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ff5947 0%,#ff1111 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5947', endColorstr='#ff1111',GradientType=0 ); /* IE6-9 */

    /*background-color: #000000;*/
    /*border-bottom:0px;*/
    /*text-shadow: 3px 2px 3px #ffffff;*/
}