.scrollit{
 position: relative;
 height: 100px;
 overflow: none;
 padding: 1em;
}

/*overflow: auto; allows scrolling*/

.menu {
 float: left;
 width: 100px;
 list-style: none outside;
 padding: 0;
 background: #5a84b5;
 color: #000;
 border: solid 1px #000;
 border-bottom-width: 0px;
 border-top-style: dotted;
 margin: 1em;
}

.menu li {
 padding: 0;
 margin: 0;
 border: none;
 display: inline;
}

.menu li  {
 display: block;
 padding: 2px 6px 2px 6px;
 margin: 0;
 background: #9BBCCD;
 color: #000;
 letter-spacing: 2px;
 font-size: 12px;
}

.menu li.top{
 background: #555;
 color: #fff;
 font-weight: bold;
 display:block;
 padding: 1em;
 border: 2px #000 solid;
 text-align: center;
}

/*This controls the border*/

#main, #after {
 width: 415px;
 border: 0px #ACACAC solid;
 padding: 0em;
 background: clear;
 margin: 0em auto;
}

#after{
 margin-bottom: 5em;
 background-color: clear;
 text-align: right;
 font-style: italic;
}

#ctrl{
 margin: 4em 0em;
 font: 10px verdana;
}

#ctrl button{
 border: 1px #ddd solid;
 background: clear;
}

.noShift{
 width: 95% !important;
}

.tabsystem .noborder{
 border-width: 1px 0px 0px 0px !important;
}

.tabpage .square li {
 display: block;
 list-style-type: square;
 list-style-position: outside;
}

.tabsystem .firstHeading {
 display: none;
}
