/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/hover_drop_2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

body {background: url('graphics/background.jpg') repeat-x;}

#banner {width:793px; height:200px; background:#FFFFFF; border:1px solid #621819; border-width:1px 1px 1px; position:relative; margin-left: auto ; margin-right: auto ;}
#outer {width:793px; background:#FFFFFF; border:1px solid #621819; border-width:5px 1px 1px; position:relative; margin-left: auto ; margin-right: auto ;}

.pad1 {width:5px; height:25px; background:#BF3032; display:inline; float:left; margin:3px 3px 0 3px;}
.pad2 {width:5px; height:25px; background:#BF3032; display:inline; float:left; margin:3px 3px 0 0;}

#menu {list-style-type:none; padding:0; margin:0;}
#menu ul {list-style-type:none; padding:0; margin:0;}
#menu li {float:left; background:#BF3032; margin:3px 3px 0 0; position:relative;}
#menu li.sub {background:#BF3032;}

/* for IE5.5 and IE6 only */
#menu table {border-collapse:collapse;position:absolute;top:0;left:0;z-index:80;font-size:1em;}

#menu li a {display:block; color:#E2E2E2; height:25px; font-family:verdana; font-size:12px; line-height:24px; width:126px; text-decoration:none; text-align:center;}
#menu :hover {color:#FFF; background:#F24E4D;}
#menu :hover > a {color:#FFF; background:#F24E4D;}

#menu ul, 
#menu :hover ul ul,
#menu :hover ul :hover ul ul,
#menu :hover ul :hover ul ul.left {position:absolute; left:-9999px; width:128px;}

#menu :hover ul{left:0;top:25px; background:url(transparent.gif);} /* the background image is for IE7 */

#menu :hover ul :hover ul,
#menu :hover ul :hover ul :hover ul {padding:0 3px; left:125px; top:-3px;}

#menu :hover ul :hover ul.left,
#menu :hover ul :hover ul :hover ul.left {padding:0 3px; left:-131px; top:-3px;}

A:link
{ text-decoration: bold; color:#BE3032; }
A:visited
{ text-decoration: bold; color:#832224; }
A:active
{ text-decoration: bold underline; color:#F24E4E; }
A:hover
{ text-decoration: bold underline; color:#F24E4E; }
body {
  margin: 10px;
  padding: 0px;
  background-color: #FFFBE8;
  font-family: verdana;
  color: #000000; }
.title {
  font-size: 15px;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
  color: #BE3032;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: solid 1px #000000; }
.content {
  font-family: verdana; 
  font-size: 12px;
  margin-left: 10px; 
  margin-right: 10px; }
.footer {
  clear: both;
  text-align: center;
  font-size: 8pt;
  color: #aaaaaa; }

table {
  border-collapse: collapse;
  table, td, th
  border: 1px solid black; }