/* These are the style specifications for the popmenu layers.
   Set width to get more browsers corporation  */
.popmenu  {
  position:absolute; visibility:hidden;
  width:110px; left:0; top:50px; z-index:500;
  font-size:12px;
  background-color: #e6e6e6;
  color:#000;
  border: 2px solid;
  border-color: #f7faff #99a #99a #f7faff;
  z-index:500;
}

/* Style specifications for popmenu items and links  */
div.popmenu ul { margin:0; padding:0 }
/* Need to set padding of at least one pixel or ie sets very large margin */
.popmenu ul li {
  padding:1px; margin:0;
  list-style-type:none
  }

/* Set display block and position relative so clicks on list items activate links  */
.popmenu a {
  cursor:default;
  padding:.3em .4em; margin:0;
  background-color:transparent;
  display:block; position:relative;
  text-decoration:none
  }

.popmenu a:link { color:#33b }
.popmenu a:visited { color:#339 }
.popmenu a:hover { color:#FFFFFF; background-color:#338 }

div#tipDiv {
	position:absolute;
	visibility:hidden;
	left:0;
	top:0;
	z-index:10000;
	background-color:#FFFFCC;
	padding:6px;
	color:#663300;
	font-size:12px;
	width: 200px;
	text-align:justify;
	border-top-color: #FF6600;
	border-top-style: double;
	border-top-width: medium;
	border-bottom-color: #FF6600;
	border-bottom-style: double;
	border-bottom-width: medium;
	
}
div#tipDiv h1 {
	color:#FF6633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	border-top-color: #663300;
	border-bottom-color: #663300;
	text-align: center;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
}
