@charset "utf-8";
/* CSS Document */

.mega_spry ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.mega_spry ul li a{
width: 100%;
display: block;
text-indent: 0px;
border-bottom: 0px solid black;
padding: 2px 0;
text-decoration: none;
text-indent: 0px;
font-size: 0.9em;
}

.mega_spry h3{
font-size: 1.0em;
letter-spacing: 1.5;
line-height: 1.5;
}

.demoDiv{
height: 350px; 
overflow: hidden;
}

.hiddenElement{
display:none;
/* Fix IE floating bug */
position: absolute;
top: 300px;
}