/* CSS Document */

.bodyheadbig { 
 font: 19px Arial, Helvetica, sans-serif; 
 font-weight:bold;
 color: #330000; 
 margin-right: 0px; 
 text-decoration: none;
}
.bodyhead { 
 font: 17px Arial, Helvetica, sans-serif; 
 font-weight:bold;
 color: #330000; 
 margin-right: 0px; 
 text-decoration: none;
}
.bodytext { 
 font: 11px Arial, Helvetica, sans-serif; 
 color: #330000; 
 margin-right: 0px; 
 text-decoration: none;
} 
.bodytextbl { 
 font: 15px Arial, Helvetica, sans-serif; 
 color: #330000; 
 margin-right: 0px; 
 text-decoration: none;
} 
.smalltext { 
 font: 9px Arial, Helvetica, sans-serif; 
 color: #915e3f; 
 margin-right: 0px; 
 text-decoration: none;
} 
.medtext { 
 font: 11px Arial, Helvetica, sans-serif; 
 color: #330000; 
 margin-right: 0px; 
 text-decoration: none;
 
} 
.medtextt { 
 font: 13px Arial, Helvetica, sans-serif; 
 color: #cc9966; 
 margin-right: 0px; 
 text-decoration: none;
 
} 
.medtextw { 
 font: 13px Arial, Helvetica, sans-serif; 
 color: #330000; 
 margin-right: 0px; 
 text-decoration: none;
 
} 
.medtexth { 
 font: 13px Arial, Helvetica, sans-serif; 
 color: #330000; 
 margin-right: 0px; 
 text-decoration: none;
} 
a.medtextw:link    {
  /* Applies to unvisited links of class medtextw */
  text-decoration:  none;
  color:            #ffffff;
  } 
a.medtextw:visited {
  /* Applies to visited links of class medtextw */
  text-decoration:  none;
  color:            #ffffff;
  } 
a.medtextw:hover   {
  /* Applies to links under the pointer of class medtextw */
  text-decoration:  underline;
  color:            #ffffff;
  } 
a.medtextw:active  {
  /* Applies to activated links of class medtextw */
  text-decoration:  underline;
  font-weight:      bold;
  background-color: black;
  color: white;
  } 

a.medtexth:link    {
  /* Applies to unvisited links of class medtextw */
  text-decoration:  none;
  color:            #cc6633;
  } 
a.medtexth:visited {
  /* Applies to visited links of class medtextw */
  text-decoration:  none;
  color:            #ffffff;
  } 
a.medtexth:hover   {
  /* Applies to links under the pointer of class medtextw */
  text-decoration:  none;
  color:            #ffffff;
  } 
a.medtexth:active  {
  /* Applies to activated links of class medtextw */
  text-decoration:  underline;
  font-weight:      bold;
  } 

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 11px Arial;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #660000;
}