/* .CLASS (non-unique)  */
/* #ID    (unique)      */
/* 16px = 1.6em normal size */

body {
      font-family: Tahoma, Arial, Helvetica, sans-serif;
      font-weight: normal;
      font-size:   13px;
      margin: 0px;
      padding: 0px;
      background-repeat: repeat;
      background-attachment: fixed;
}

body a:link {
  text-decoration: none
}
body a:visited {
  color: #EF2D24;
  text-decoration: none
}
body a:hover{
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
  text-decoration: underline; color: white;
  }

.redbold   {color: #EF2D24; font-weight: bold;}
.upperc  a:hover  {color: #FF0000; font-weight: bold;}

#notransform {
  text-transform: none;
  }

#themenu
{  margin: 0;
   padding: 6px 0 0 0 ;
   z-index: 30}

#themenu li
{  margin: 0;
   padding: 0;
   list-style: none;
   float: left;
   font: bold 16px arial}

#themenu li a
{  display: table-header-group;
   margin: 0 1px 0 10px;
   padding: 4px 0px;
   width: 60px;
   background: #EF2D24;
   color: #FFF;
   text-align: center;
   text-decoration: none}

#themenu li a:hover
{  background: #000000}

#themenu div
{  position: absolute;
   visibility: hidden;
   margin: 0;
   padding: 0;
   background: #EAEBD8;
   border: 1px solid #000000}

#themenu div a
{  position: relative;
   display: block;
   margin: 0;
   padding: 5px 10px;
   width: auto;
   white-space: nowrap;
   text-align: left;
   text-decoration: none;
   background: #EAEBD8;
   color: #000000;
   font: 12px arial}

#themenu div a:hover
{  background: #000000;
   color: #FFF}
