﻿     body { 
              background-color: #000000;
              background-image: url(images/redribn.png);  
              background-attachment: fixed;
              background-repeat: no-repeat;
              background-position: center;

              font-family: sans-serif; 
              font-size: 18px; 
              color: #000000;}

      a:link {color: #000099}       /* navy */
      a:visited {color: #0C14FF}    /* blue  */
      a:hover {color: #ff0000}      /* red  */
      a:active {color: #009900}     /* green  */

      table  {
              margin-left: auto;
              margin-right: auto;
             }
      .content {            
              text-align: center;
              font-family: sans-serif; 
              font-size: 18px; 
              color: #ffffff;
              }
#hdrbar {
   background-color: black;
   height: 145px;
   width:  780px;
}
#navbar {
background-image: url(images/nav/nav-bak.gif);
height: 28px;
padding-left: 12px;
}

#nav {
height: 28px;
float: left;
}
.tmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.tmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.tmenu ul li a{
display: block;
width: 120px; /*Width of top level menu link items*/
padding: 2px 8px;
border-left-width: 0;
text-decoration: none;
background: url(../images/nav/nav-bak.gif) center center repeat-x;
color: black;
font: bold 13px Tahoma;
}
	
/*Sub level menu*/
.tmenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.tmenu ul li ul li{
display: inline;
float: none;
}

