<!--
a.tooltip {outline:none; } 
a.tooltip strong {line-height:30px;text-decoration:underline;font-size:13px;} 
a.tooltip:hover {text-decoration:none;} 
a.tooltip span { z-index:10;display:none; padding:14px 20px; margin-top:-30px; margin-left:28px; width:240px; line-height:16px; } 
a.tooltip:hover span{ display:inline; position:absolute; color:#000; border:3px dotted #cfc; background:#fff;font-family: arial;font-size:12px;} 
.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;} 
div.xall {
  font-family:arial;
  width:980px;
  padding-left:10px;
}
div.xhead {
  background-repeat:no-repeat;
  font-family: 'OrbitronMedium';
  font-size:36px;
  color: #cfc;
  margin-top:10px;
  margin-left:10px;
}
div.xmenu {
  border-left: 1px solid #cfc;
  border-right: 1px solid #cfc;
  border-bottom: 1px solid #cfc;
  width:978px;
  margin-left:10px;
}
div.xfoot {
  font-family: 'OrbitronMedium';
  font-size: 10px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
div.xfootm {
  margin-top:20px;
}
img.symbol { float:right; margin: 8px}
img.symbol2 { float:left; margin: 8px}
  
/* CSS Horizontal List Menu- by JavaScript Kit (www.javascriptkit.com) */
/* Menu interface credits: http://www.dynamicdrive.com/style/csslibrary/item/glossy-vertical-menu/ */

/*Start horizontal menu*/
.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}
/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;
}
/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 121.7px; /*Width of top level menu link items*/
padding: 2px 8px;
border-left-width: 0;
text-decoration: none;
color: black;
font: bold 13px Arial;
}
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
margin-top:1px;
border-top: 2px solid #ffffff;
border-left: 2px solid #ccffcc;
border-right: 2px solid #ccffcc;
border-bottom: 2px solid #ccffcc;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}
/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}
/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 124px; /*width of sub menu levels*/
font-weight: normal;
padding: 2px 5px;
background: #ffffff;
border-width: 0 1px 1px 1px;
}
.horizontalcssmenu ul li a:hover{
background: url(../pics/menubg.png) center center repeat-x;
}
.horizontalcssmenu ul li ul li a:hover{
background: url(../pics/menubg.png) center center repeat-x;
}
.horizontalcssmenu .arrowdiv{
position: absolute;
left: 0;
top: 0;
background: transparent url(../pics/menuarrow.gif) no-repeat center left;
}
* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */
//-->