/* <link rel="stylesheet" href="myst1.css" /> */

div.scroll {
margin:300px 0px 0px 3px;
height: 35px;
/* display:none; */
width: 700px;
overflow: auto;
border: 0px solid #666;
background-color: #ffffff;
padding: 5px;
}

#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}

#cssdropdown li {
float: left;
position: relative;
}

.mainitems{
border: 0px solid black;
background-color: #FFffff;
}

.mainitems a{
margin-left: 0px;
margin-right: 0px;

}

.subuls{
display: none;
width: 100%;
position: absolute;
top: 1.2em;
left: 0;
background-color: #ffffff;
border: 0px solid black;
}

.subuls li{
width: 100%;
}

.subuls li a{
text-decoration: underline;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}