/* ASJHunting Layout */

h1			{	font: 700 14px Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
				color: black;
				margin-left: 160px;   }				


ul			 {	display: list-item;
				padding-left: 0px;
				font: 14px Trebuchet MS, verdana, arial, sans-serif;
				line-height: 18px;
				color: white;
				list-style-position: inside;
				list-style-type: none;
				letter-spacing: 2px;
}

li 			{	display: list-item;
				margin-left: 0px;
				font: 14px Trebuchet MS, verdana, arial, sans-serif;
				line-height: 18px;
				color: white;
				list-style-type: disc;
				letter-spacing: 2px;    }

a:hover		{	background:#BC9966; }

a		  	{   color: white;
				text-decoration:none;   }

a.hover 	{	color:#999999;
				text-decoration: none;
}


.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:#BC9966;
color: white;
width:140px;
padding:2px;
font: 12px Trebuchet MS, verdana, arial, sans-serif;
text-align:center;
font-weight:bold;
/*/*/border:1px solid #000000;/* */
}

.menutitle.a {	color: black; }

.submenu{
font: 12px Trebuchet MS, verdana, arial, sans-serif;
margin-bottom: 0.5em;
}

#thumbBox	{ /*Outermost DIV for thumbnail viewer*/
			position: absolute;
			left: 0;
			top: 0;
			width: auto;
			padding: 10px;
			padding-bottom: 0;
			background: #5A0A07;
			visibility: hidden;
			z-index: 10;
			cursor: hand;
			cursor: pointer;
			}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
			font: bold 10px Tahoma;
			letter-spacing: 2px;
			line-height: 1.1em;
			color: white;
			padding: 5px 0;
			text-align: right;
			}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
			background-color: gray;
			}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
			position: absolute;
			visibility: hidden;
			border: 1px solid black;
			background-color: gray;
			padding: 5px;
			z-index: 5;
			}
/* margins T R B L 


Code I've removed from the original

font: 10px verdana, arial, sans-serif;
padding: 20px 20px 10px 20px;
text-align: justify;
border: solid 1px silver;

			align: center;
				width: 760px;
				margin-top: 64px ; margin-left: auto; margin-right: auto;
				padding: 20px 20px 10px 20px;
				text-align: justify;
				background-color: black;  
				border: solid 1px silver;  }

.sitenav li:firstchild
			{	padding-left: 0; border-left: none;
				margin-left: 0;  }
*/

