/* CSS Document--Matt's list menus.  includes timestamp & footer */  

.menus  {
			position:absolute;
			font:bold 10px verdana;
			background-color:#D4E1D7;			
			margin:0px;
			border:1px solid #9A9A9A;
			padding:0px 5px 0px 12px;
			visibility: hidden;
			height:144px;
			width:150px; /* width for compliant browsers */
			}
			
/* A CSS comment before the hack with the escape slash tricks ie5mac into ignoring the closing comment tag, & thus the hack below as well \*/
* html .menus {  /* only ie5 & ie6quirks think html has a root element */
			width: 169px; /* width for ie5 & ie6 quirksmode */
			}
/* Another CSS comment after the hack to close the comment for ie5mac */

			
.menus ul  {
			margin-top:8px;
			margin-bottom:5px;
			}

.menus li  {font-size: 10px;
			list-style:none;
			margin-top:3px;
			margin-bottom:3px;
			margin-left:-25px;
			}

	/* mac hack.  mac setting above, win setting below.
	\*/

.menus ul  {
			margin-top:8px;
			margin-bottom:5px;
			}

.menus li  {list-style:none;
			margin-top:3px;
			margin-bottom:3px;
			margin-left:-41px;
			}
	/* this comment ends the mac hack
	*/
										
/* begin ie5win hack  */										

/* end ie5win hack  */										
										

#menu1 {left:80px; 
		top:93px; 
		z-index:98;
		}
		
#sub3  {left:248px; 
		top:93px; 
		z-index:99;
		}
		
#sub4  {left:248px; 
		top:93px; 
		z-index:100;
		}
		
.menus a {display:block; width:100%; color: #333333; font-weight:bold; text-decoration: none;}											
.menus a:hover {color: #A45606;}

		
		
#footer {   padding:0px;
			margin-top:-.2em;
			margin-bottom:-.1em;
			text-align:center;      	
			font-family:times new roman;
			font-size:1.5em;
			color:#9A9A9A}
			
#footer a { color: #333333;
			font-family: verdana, arial; 
			font-size:.4em; 
			font-weight:bold; 
			text-decoration: none; 
			padding:0px 3px;}
			
#footer a:hover {color: #036652;}

/*
#timestamp {margin: 2.0em 0 0 0;
			padding-bottom: 25px;
            text-align: center;
			font-family: verdana, arial; 					
            font-size: 0.65em;}
*/

#timestamp {font-family: Verdana, sans-serif!important;}

#timestamp p {font-family: Verdana, sans-serif!important;
			  font-size: 0.65em;
              margin: 20px 0 30px 0;
	      text-align: center;}
		  
a {  color: #333333; text-decoration: none;}
a:hover {  color: #036652;}
.body {  color: #333333; text-decoration: underline;}
.body:hover {text-decoration: none! important;}