.ajaxtooltip{
position: absolute; /*leave this alone*/
display: none; /*leave this alone*/
width: 250px;
left: 0; /*leave this alone*/
top: 0; /*leave this alone*/
background: white;
border: 2px solid gray;
border-width: 1px 2px 2px 1px;
padding: 5px;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
a:link {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}




.menuActuator a { 
			color:#000000;
			font-size:10px;
			font-family:Verdana;
			text-decoration: none;			
}

.menu {
			/*font-family:Arial;
			color:#000000;
			font-size:12px;*/
			background-color:#ffffff;
			layer-background-color:#FF9801;
}

#dropmenu {
  /* position:relative;  REMOVED */

  padding:0;
  margin:0;
  text-indent: 10px;
  height: 83px;
  
  /*width:0; */
  }
#dropmenu li {
  list-style-type:none;
  display:block;
  background-color:#ffffff; /* ADDED */
  color:#000; /* ADDED */ 
  border:0px solid #000000; /* ADDED */ 
  }
  
#dropmenu a:hover {
  background-color:yellow; /* ADDED */
  }
 


td div {
      /* this makes TDs a container with their own coordinate system.
         absolutely-positioned elements will be offset relative to them */
      position:relative;
}

.small {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
.default {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}	
.boldwhite {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color : white;
	font-weight: bold;
	}	
.regboldwhite {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : white;
	font-weight: bold;
	}
.softblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #70B8EA;
	font-weight: bold;
}
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
	font-weight: bold;
	background: yellow;
}
.arial16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;	
}	