<!--
/*--TEST STYLES FOR NAV BAR SKIN --*/
#bar_container {
        position: relative;
        width: 637px;
        height: 38px;
        padding: 0;
        margin: 0px 0 38px 0;
        background: #ffffff;  /* #fe8646; */
}

/*bar_container ul {
        list-style-image: none;
}
*/
 
#bar_nav {
        position: absolute;
        top: 0px;
        left: 0px;
        margin: 0;
        padding: 0;
        height: 38px;
        list-style-image: none;
        display: inline;
        overflow: hidden;
        width:  639px;
}

#bar_nav li {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display:  inline;
}

#bar_nav a {
        float: left;
        padding: 38px 0 0 0;
        overflow: hidden;
        height: 0px !important;
        width: 71px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight:  bold;
        font-size: x-small;
        height /**/:38px;   /*  for IE5/Win */
        color: #fdd534;
}



#bar_nav a:hover {
    background-position: 0 -38px;
    color: #fe8646;
}

#bar_nav a:active {
    background-position: 0 -76px;
    color: #ff0000;
}


.butttext {
  text-align: center;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: small;
  line-height: 38px;
  width: 71px;
  position: absolute;
  top: 0px;
}

 /*  static css for nonjs */
#njs1 a {
   background: url(http://192.168.100.1/tixrus/images/nojstmd/left/N.gif) top left no-repeat;    
}
 
#njs2 a {
   background: url(http://192.168.100.1/tixrus/images/nojstmd/middle/N.gif) top left no-repeat;     
}
  
#njs3 a {
   background: url(http://192.168.100.1/tixrus/images/nojstmd/middle/N.gif) top left no-repeat;     
}
  
#njs4 a {
   background: url(http://192.168.100.1/tixrus/images/nojstmd/right/N.gif) top left no-repeat;  
}  

#njs5 a {
   background: url(http://192.168.100.1/tixrus/images/nojstmd/right/N.gif) top left no-repeat;  
}
 
-->