 #tabbarholder{
                    width:550px; /*adjust the width to reduce or increase the length of horizontal rule*/
               margin:0px auto; border-bottom:1px solid #0D2AAA; text-align:center;}
     
     #tabbar{margin:0px; padding:0px;}
     
     #tabbar li{display:inline;list-style-type: none;}
     
     #tabbar a:link, #tabbar a:visited{
              display:block;
               float:left;
               width: 80px;
               height: 17px;
               padding-top:3px;
               background: #2D6F74;
               text-align:center;
               font: bold 10px tahoma, sans-serif;
			   letter-spacing:.02em;
               color: #fff;
               text-decoration:none;
               margin: 0px 5px;
               }
               
#tabbar a:hover, #tabbar a:active, #tabbar a:link.current, #tabbar a:visited.current, #currentpage a, #tabbarholder a
{
               background: #2D6F74;
               color: #001B8F;
     }
     