

/* *********************************** START TOP ROW LINKS *********************************** */
.solidblockmenu ul{
margin: 0;
padding: 0;
float: left;
font: bold 10pt Arial;
width: 550pt;
border-top: 1px solid #A020F0;
border-bottom: 1px solid #50087D; 
border-width: 3px 0;
background: black url(media/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: #ADFF2F; /* NEON GREEN TEXT */
padding: 9px 11px;
text-decoration: none;
border-left: 1pt solid #50087D;
border-right: 1pt solid #A020F0;
}

.solidblockmenu li a:visited{
color: #ADFF2F;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color: #383838; /* ACTIVE TEXT */
background: transparent url(media/blockactive.gif) center center repeat-x;
}

.tabcontainer{
clear: left;
width:550pt; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

.tabcontent{
display:none;
}
/* *********************************** END TOP ROW LINKS *********************************** */







/* *********************************** START TOOLTIPS *********************************** */
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
font:normal 8pt Arial;color:#000000;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
/* *********************************** END TOOLTIPS *********************************** */

