/* CSS Document */
body {
margin:0;
padding:0;
background-image:url(../images/main_bg.gif);
background-repeat:repeat-x;
background-position:left top;
background-color:#FEF3DD;
}
td {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#360000;
}
a {
font-size:12px;
font-weight:bold;
color:#360000;
text-decoration:none;
}
a:hover {
color:#360000;
text-decoration:underline;
}

/* =====================   Top Navigation CSS  Menu Document ================== */
#menu {list-style-type:none; margin:0; padding:0;}
#menu li {display:block; float:left; position:relative; z-index:100; margin-left:0; margin-right:0; list-style-type:none;}
#menu li span {display:block; z-index:100; padding:0; font-family:arial; font-size:11px; font-weight:bold; color: #FFFF00;}
#menu li a, #menu li a:visited {display:block; padding:0; white-space:nowrap; }

#menu dl {position:absolute; top:0; left:0; margin: 0; padding: 0;}
* html #menu dl {}
#menu dt {margin:0; font-size: 12px; float:left; background: transparent; padding:0;  }
#menu dt.home  {margin:0; font-size: 11px; float:left; background-color:#C6CE93; }
#menu dt.home a {margin:0; font-size: 11px; float:left; background-color:#C6CE93; color:#000;  font-weight:normal; }
#menu dd {display:none; background: transparent;  border-bottom:1px solid #FFF;  white-space:nowrap; background-color:#F7C9CA; clear:left; margin:0; padding:5px 0 5px 0; color: #fff; font-size: 1em; text-align:left;}

#menu dt a, #menu dt a:visited {display:block; font-family:arial; font-size:11px; font-weight:bold; color:#fff; padding: 0 0 0 0; text-decoration:none; }
#menu dd a, #menu dd a:visited {font-family:verdana; font-size:11px; font-weight:normal; color:#fff; text-decoration:none; display:block; padding: 1px 10px;}

#menu li a:hover {border:0; text-decoration:underline;  }

#menu li:hover dd, #menu li a:hover dd {display:block; background-color:#4B3C35;}
#menu li:hover dl, #menu li a:hover dl {padding-bottom:0px;  background-color:#4B3C35; }
#menu li:hover dt a {background-color:#4B3C35;  color: #FFFF00; font-weight:normal; padding:0 0 0 0; text-decoration:none;}
#menu li a:hover dt a{background-color:#4B3C35;  color: #FFFF00; font-weight:normal; padding:0 0 0 0; text-decoration:none;  }
#menu li a:hover{background-color:transparent; font-weight:normal; color: #FFFF00; text-decoration:none;}
#menu dd a:hover {color: #FFFF00;}
#menu li dl a:hover{ background-color:transparent;}
#menu li dl a{ background-color:#4B3C35;}

/* Footer */ 
table.footer td {
font-size:10px;
color:#663300;
font-weight:normal;
}
table.footer a {
font-weight:normal;
font-size:10px;
color:#663300;
text-decoration:none;
}
table.footer a:hover {
font-weight:normal;
font-size:10px;
color:#663300;
text-decoration:underline;
}