/* Tooltips CSS definitions */	

.tooltip {
	position: absolute!important;
	overflow:hidden;
	font-size: 12px;
	z-index: 10000!important;
}

.tooltip .help{background-color: Yellow; }
.myTD .helpn{background-color: Yellow; }
	.tooltip .xtop, .tooltip .xbottom { display: block; background: transparent; font-size: 1px; }
	.tooltip .xb1, .tooltip .xb2, .tooltip .xb3, .tooltip .xb4 { display: block; overflow: hidden; }
	.tooltip .xb1, .tooltip .xb2, .tooltip .xb3 { height: 1px; }
	.tooltip .xb2, .tooltip .xb3, .tooltip .xb4 { background: #666; border-left: 1px solid #333; border-right: 1px solid #333; }
	.tooltip .xbottom .xb2, .tooltip .xbottom .xb3, .tooltip .xbottom .xb4 { background: #666; }
	.tooltip .xb1 { margin: 0 5px; background: #333; }
	.tooltip .xb2 { margin: 0 3px; border-width: 0 2px; }
	.tooltip .xb3 { margin: 0 2px; }
	.tooltip .xb4 { height: 2px; margin: 0 1px; }
   .myTD a:active {color:red; background-color: #FFEBCD;}
.myTD ul {margin: 0; padding: 0; list-style-type: none; list-style-image: none;  font-size: 10px;  }
	.myTD li { padding: 1px 1px 1px 1px;}
	.tooltip .xboxcontent {
		padding: 0 .5em;
		margin: 0;
		color: #ffffff;
		text-shadow: 2px 2px 0px #CCC;
		word-wrap:break-word;
		border: 1px solid #333;
		border-width: 0px 1px 0 1px;
		background-color: #666;
	}
	
	ul#navmenu {
  margin: 0;
  font-size: 10px;
  border: 0 none;
  padding: 0;
  width: 1000px; /*For KHTML*/
  list-style: none;
  height: 24px;
  background: #FFF;
}

ul#navmenu li {
  margin: 0;
  font-size: 10px;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}

ul#navmenu ul {
  margin: 0;
  font-size: 10px;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  font-size: 10px;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}


/* Root Menu */
ul#navmenu a {
  border: 1px solid #FFF;
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #EEE;
  color: #666;
  font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
  background: #CCC;
  color: #FFF;
}

/*li.tdl {
 font-family: Arial, Helvetica, Sans-Serif;
 font-size: 10px;
 background-color: #ffffff;
 color: #cccccc;
 text-decoration: none;
 display: inline;
 margin-left: 1px;
 margin-right: 1px;
 text-transform: none;
 }
li.tdl a {
 font-family: Arial, Helvetica, Sans-Serif;
 font-size: 10px;
 background-color: #ffffff;
 color: #cccccc;
 text-decoration: none;
 display: inline;
 border-right: outset 1px #000000;
 border-bottom: outset 1px #000000;
 padding: 4px 4px 4px 4px;
 font-weight: bold;
 text-transform: none;
 }

li.tdl a:hover {
 color: #000000;
 font-weight: bold;
 text-decoration: none;
 border-bottom: solid 2px #000000;
 }

*/
