* { padding:0; margin:0; }

body {

font-family: verdana, arial, sans-serif, tahoma;
color: #ffffff;
font-size: 8pt;
text-align: left;
font-weight: normal;
text-decoration: none;
font-style: normal;

background-color: #732029;
background-image: url(images/bgimage2.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: left top;}


a:link {

color: #ffffff;
text-decoration: underline;
font-weight: normal;}

a:visited {

color: #ffffff;
text-decoration: underline;
font-weight: normal;}

a:active { 

color: #FFFFFF;
text-decoration: underline;
font-weight: normal;}

a:hover {

color:#ffffff;
text-decoration: underline;
font-style: italic;}


#content {

position: absolute;
top: 200px; 
left: 208px;
height: 410px;
width: 417px;
display: inline;
float: left;
overflow-y: auto;
overflow-x: hidden;}


/* Dropdown menu */

#menu {
position: absolute;
top: 165px; 
left: 260px;}


#menu li {
  width: 7.5em;
  list-style: none;
  display: inline;
  float: left;
  margin: 0em;
  display: block;}


#menu li a {
  background: #314356;
  color: #fff;
  text-decoration: none;
  text-align: left;
  padding: 0em 0em 0em 0.25em;
  display: block;
  border: 1px solid #c0c0c0;}

#menu li a:hover {
  background: #732029;
  color: #ffffff;
  text-decoration: none;
  text-align: left;
  padding: 0em 0em 0em 0.25em;
  display: block;
  border: 1px solid #c0c0c0;}

#menu li ul {
  display: none;}


#menu li:hover ul,
#menu li.over ul {
  display: block;
  position: absolute;
  border: 1px solid #c0c0c0;
  margin-top: -1px;
  background: #314356;
  width: 10em;}


#menu li ul li {
  display: block;
  border: 0px;
  z-index: 500;
  clear: left;
  margin: 0em;
  width: 10em;}


#menu li ul li a {
border: 0;
background: #314356;
color: black;
margin: 0em 0.2em;}


#menu li ul li a:hover {
  background: #732029;
  color: #ffffff;
  border: 0px;}