#cssdropdown ul{}#cssdropdown, #cssdropdown ul {padding: 0;margin: 0;list-style: none;font-family:"Comic Sans MS";}#cssdropdown li {float: left;position: relative;width: 90px;font-family:"Comic Sans MS";}.mainitems{background-color:#336699;color:#FFFFFF;font-family:"Comic Sans MS";font-size:12px;margin-right:1px;margin-left:1px;border: 3px #336699;}.mainitems a{text-decoration: none;font-family:"Comic Sans MS";color:#FFFFFF;border: 3px #336699;}.subuls{display: none;width: 90px;position: absolute;font-family:"Comic Sans MS";top: 1.2em;left: 0;background-color: #CCCCFF;}.subuls li{text-align:left;font-family:"Comic Sans MS";}.subuls li a{text-decoration: none;background-color:#CCCCFF;font-family:"Comic Sans MS";color:#06437d;text-align:left;padding-left:1px;}.subuls li:hover{text-align:left;background-color:#FFFFFF;font-family:Comic Sans;}.subuls li a:hover{text-decoration: underline;background-color:#FFFFFF;color:#06437d;font-family:"Comic Sans MS";text-align:left;}#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;}