#nav_main { 
        margin-left:0em; max-width:75em; 
        min-width:900px; padding:0px;
        margin-top: 0.53em;
        position:absolute; background-color: #000000;/* #C34A2C/*black;*/ 
        height: 0px;
       }

#nav_main li { font-size:93%; padding: 1px;
        list-style-type:none; display:block;
        float:left; text-align:center; /*height:2.0em;*/
        border-right:5px inherit; /*solid white;/*#6D7B8D; /*line-height:0.8em; */
        /*overflow: hidden;*/
       }  /* indian red: #7E2217 */

#nav_main li a { 
        display: block; 
        padding: 8px 8px 8px 8px; /* top, right, bottom, left */
        text-decoration:none; font-weight:bold;
        color: #F87431; text-shadow:1px 1px 1px #000; 
/*        background: url(Matte-Finish.jpg)*/
        background-color: #800517;
/*        -moz-border-radius-topleft:10px;
        -moz-border-radius-bottomleft:10px; 
        -moz-border-radius-topright:10px;
        -moz-border-radius-bottomright:10px; */
       }


#nav_main ul li:first-child { 
        margin-left:2em;
/*        border-right:3px solid #6D7B8D; */
        -webkit-border-top-left-radius:5px;
        -webkit-border-bottom-left-radius:5px;
        -moz-border-radius-topleft:5px;
        -moz-border-radius-bottomleft:5px;
        /*border-right: none;*/
       } 

#nav_main ul li:last-child { 
        -webkit-border-top-right-radius:5px;
        -webkit-border-bottom-right-radius:5px;
        -moz-border-radius-topright:5px;
        -moz-border-radius-bottomright:5px;
        border-right: none;} 

#nav_main ul li:first-child > a {
/*        border-right:3px solid #6D7B8D; */
        -webkit-border-top-left-radius:5px;
        -webkit-border-bottom-left-radius:5px;
        -moz-border-radius-topleft:5px;
        -moz-border-radius-bottomleft:5px;
        border-left: none; /*3px solid white;*/
        }

#nav_main ul li:last-child > a { 
        -webkit-border-top-right-radius:5px;
        -webkit-border-bottom-right-radius:5px;
        -moz-border-radius-topright:5px;
        -moz-border-radius-bottomright:5px;
        border-right: none;
       } 

#nav_main .current a, #nav_main li:hover > a {
        padding:0.25em; color: #FFFFFF;
        /*background: #E55B3C;*/ 
/*        border-bottom: 5px solid #FFFFFF;
        border-right: 5px solid white;
        border: inset black 5px; 
        background: url(Matte-Finish.jpg);
*/
        border: outset #800517 5px; 
/*        background: url(Matte-Finish.jpg); */
        background-color: #800517; 
        -moz-border-colors: white; /*black*/;
        -webkit-border-colors: white;
        }
/*
#nav_main ul li:last-child > a { 
        -webkit-border-top-right-radius:10px;
        -webkit-border-bottom-right-radius:10px;
        -moz-border-radius-top-right:10px;
        -moz-border-radius-bottomright:10px;
        border: inset gold 5px;  color:white;  background:gray;  padding:1px;
        border-right: none;} !important 
*/
