/* Special thanks to Eric Meyer at http://www.meyerweb.com/eric/css/edge/popups/demo2.html
	for a demonstration of how to code this page.  */


#banner  {
	width: 934px;
	height: 90px;
}

div#days li li {
	background-color:  #F5E4AF;
}

div#days ul ul  {
	position:  absolute;
	top:  90px;
	left:  5px;			/*  offset  */
	width:  125px;
	margin:  0;
	padding:  0;
	text-align:  left;
	display:  none;
/*	border:  1px solid #A97131;*/
	background-color:  transparent;
	z-index:  3;
}

div#days ul.level1 li.submenu:hover ul.level2 {
	display:block;
	background-color:  #F5E4AF;
	z-index:  3;
}

#left {
	height:  300px;
}

body  {
	background: #F6B66A url(../images/market_map/mktBkgd.gif) 1px 0% repeat-y;
}

#right  {
	position:  absolute;
	top:  95px;
	left:  283px;
	width:  575px;
	height:  63px;
	background-color:  #DDD9C4;
/*	border:  1px solid blue; */
}

#right li  {
	list-style:  none;
	padding:  0;
	margin-top:  0px;
	margin-bottom:  10px;
	font-weight:  bold;
/*	border:  1px solid red; */
	z-index:  3;
}

#right li li {
	font-size:  .8em;
	padding:  0;
	margin:  0;
	margin-bottom:  5px;
}

#right ul  {
	margin:  0;
	padding:  0;
/*	border:  1px solid green; */
	z-index:  3;
}

div#days li img {
	height: 0;
	width: 0;
	border-width: 0;
}

div#days li:hover  {
	color:  #FFFFFF;
}

div#days li:hover li {
	color:  #766613;
}

div#days li:hover img {
	position: absolute;
	top: 105px;
	left: 100px;
	width: 500px;
	height: 508px;
	z-index:  3;
}

div#right p  {
/*	width:  120px;*/
	line-height:  .9em;
	font-size:  .8em;
	margin:  0;
	margin-bottom:  3px;
	z-index:  3;
}

div#bkgd  {
	position:  absolute;
	top:  200px;
	left: 383px;
	width:  500px;
	height:  508px;
}

div#heading  {
	position:  absolute;
	top:  150px;
	left: 287px;
	color:  #766613;
}

div#heading h3 {
	color:  #766613;
	font:  900 14px verdana, arial, sans-serif;
}

#footer  {
	position:  absolute;
	top:  670px;
	left: 457px;
}

#left #markets a {
	color:  #766613;
	border:  1px solid #766613; 
}

#right li.submenu  {
	float:  left;
	margin-right:  22px;
}

#right h3  {
	margin-bottom:  5px;
	margin-top:  5px;
}

#print5  {
	position:  absolute;
	top:  520px;
	left:  85px;
	width:  118px;
	height:  325px;
	text-align:  center;
	z-index:  3;
}

#print5 a  {
	text-decoration:  underline;
}

#print5 a:hover  {
	color:  #766613;
}

