BODY.mainFrame {
text-align: center;
font-family: Tahoma, Verdana, Arial, Sans Serif; 
padding: 15px 0px;
}
BODY {
background:transparent;
text-align: center;
font-family: Tahoma, Verdana, Arial, Sans Serif; 
}
IMG, IMG A, IMG A:HOVER{
border: none;
}
A {
color: #999999;
text-decoration: underline;
font-weight: bold;
}
A:HOVER {
color: #CC0000;
text-decoration: underline;
font-weight: bold;
}
.header {
width: 800px;
border: solid #CC0000 2px;
height: 100px;
padding: 5px;
margin: 10px auto;
background: #FFFFFF;
}
.main {
width: 750px;
border: solid #CC0000 2px;
background: #FFFFFF;
font-size: small;
padding: 10px;
margin: 10px auto;
}
.nav {
font-size: xx-small;
color: #999999;
font-weight: bolder;
table-layout: auto;
text-align: center;
padding: 5px;
background: url(../images/mid.gif) middle repeat-x;
height: 50px;
}
.copy {
font-size: x-small;
text-align: center;
}
.small {
font-size: xx-small;
}
.footer {
font-size: xx-small;
text-align: center;
}
.title {
font-size: medium;
font-weight: bold;
color: #999999;
text-align: center;
vertical-align: top;
}
.emphasis {
font-size: smaller;
font-weight: bold;
font-style: italic;
color: #666666;
text-align: center;
vertical-align: top;
}
.slides {
width: 300px;
height: 200px;
padding: 10px;
border: solid #000000 2px;
}
.slidesVert {
width: 220px;
height: 320px;
padding: 10px;
border: solid #000000 2px;
}
.columnHead {
background-color: #3c823f;
padding: 4px;
color: #FFFFFF;
font-size: small;
text-align: center;
font-weight: bold;
}
.rowEvery {
text-align: center;
font-size: smaller;
}
.rowOther {
text-align: center;
font-size: smaller;
color: #3c823f;
background-color: #D8E6D9;
}
.thumbnail {
padding: 4px;
margin: 4px;
font-size: xx-small;
}

/* ================================================================ 
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.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
font-size:x-small;
position:relative;
z-index:100;
text-align:center;
width: 750px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
text-align:center;
}
.menu ul ul {
width:105px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:105px;
position:relative;

}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:x-small;
text-align: center;
vertical-align:center;
color:#999999; 
width:105px; 
height:35px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:105px;
w\idth:100px;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:105px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
position:absolute;
top:0;
left:0;
text-align:center;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#ffffff; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 5px; 
width:105px;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a{
width:105px;
w\idth:100px;
}
/* style the top level hover */
.menu a:hover{
color:#CC0000; 
background:#ffffff;
}
.menu :hover > a{
color:#999999;
background:#ffffff;
}
/* style the top level hover */
.menu ul ul a:hover{
color:#999999; 
background:#ffffff;
}
.menu ul ul :hover > a {
color:#999999;
background:#ffffff;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
