
BODY {margin:25px; background:#250707; font:11px Verdana,Arial;}
A:link {FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #FFFFFF; TEXT-DECORATION: none}
A:visited {FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #FFFFFF; TEXT-DECORATION: none}
A:hover {FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #800000; TEXT-DECORATION: underline}

ul.menu 
	{list-style:none; 
	margin:0; 
	padding:0}
	
ul.menu * 
	{margin:0; 
	padding:0}
	
ul.menu a 
	{display:block; 
	color:#A48642; 				/* Link Color */
	text-decoration:none} 
	
ul.menu li 
	{position:relative; 
	float:left; 
	margin-right:20px}			/*  Distance between Top menu items */
	
ul.menu ul 
	{position:absolute; 
	top:42px; 					/* Distance from TopLIne Link to the top of the sub menu -- Should be = to the height of the top level menu plus the padding for top and bottom and then a couple more */
	left:0; 
	background:#0000; 
	display:none; 
	opacity:0; 
	list-style:none}
	
ul.menu ul li 
	{position:relative; 
	border:1px 					/* Sub Menu Border Thickness */
	solid #A48642; 				/* Sub Menu Border Color */
	border-top:0px 				/* Sub Menu Top Border Thickness */
	solid #A48642; 				/* Sub Menu Top Border Color */
	width:128px; 				/* Sub Menu Width */
	margin:0}
	
ul.menu ul li a 
	{display:block; 
	padding:2px 7px 5px; 
	background-color:#111111}		/* Sub Menu Background Color */
	
ul.menu ul li a:hover 
	{background-color:#272928}
	
ul.menu ul ul 
	{left:128px; 					/* Width of Sub-Sub Menu item -- This width and the width of the sub menu items effects the distance between them as well */
	top:-2px;						/* Top position of sub - sub menu in realtion to its sub menu parent menu item */
	border-top:1px 					/* Sub Menu Top Border Thickness */
	solid #A48642; 					/* Sub Menu Top Border Color */
	}
	
ul.menu .menulink 
	{border:0px solid #000000; 		/* Top level menu border color and thickness */
	font-weight:normal; 
	background:url('images/header.gif'); 
	width:90px; 					/* Width of top level menu items */
	height:35px; 					/* Height of the top level menu items */
	padding-left:15px; 
	padding-right:5px; 
	padding-top:5px; 
	padding-bottom:0px}
			
ul.menu .menulink:hover, ul.menu .menuhover 
	{background:url('images/header_over.gif'); }
	
ul.menu .sub 
	{background:#000000 
	url('images/arrow.gif') 
	no-repeat 136px 8px; }
	
ul.menu .topline 
	{border-top:1px solid #aaa}