#markets
		{
		position: absolute;
		width:250px; 
		top: 45px;
		left:40px;
		float:left; 
		clear: right; 
		z-index:1500;
		}

#menuBar 	{
		position: absolute;
		left: 0;
		}

#RegMenu	{
		position: absolute; 
		margin: -45px 0 0 -40px; 
		}

a.menuButton {
		border-width: 0px;
		color: #333333;
		font-size: 10pt;
		font-style: bold;
		FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
  cursor: default;
  font-weight: bold;
  padding: 2px;
  padding-left: 6px;
  padding-right: 6px;
  text-decoration: none;
}

a.menuButton:hover {
		text-decoration: none;
		background-color: #eee;
		color: #333333;
}

.menu {
  background-color: #eee;
  border-style: solid;
  border-width: 1px;
  border-top-color: #eee;
  border-right-color: #eee;
  border-bottom-color: #eee;
  border-left-color: #eee;
  padding: 0px;
  position: absolute;
  text-align: left;
  visibility: hidden;
  z-index: 1001;
}

a.menuItem {
		color: #666666;
  cursor: default;
  display: block;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 8pt;
		font-weight: bold;
  margin: 0px;
  padding: 2px;
  padding-left: 12px;
  padding-right: 12px;
		text-decoration: none;
}

a.menuItem:hover {
		background-color: #666666;
		color: #fff;
		text-decoration: none;
}

