/* CSS Document */#cssdropdown, #cssdropdown ul {padding: 0;margin: 0;list-style: none;}#cssdropdown li {float: right;position: relative;}.mainitems{border: none;background-color: none;}.mainitems a{margin-left: 0px;margin-right: 0px;text-decoration: underline;}.subuls{display: none;width: 7em;position: absolute;top: 1.2em;left: 0;background-color: 993300;border: 1px 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;}