@charset "utf-8";
/* CSS Document */

body{
margin-top:0;
margin-bottom:0;
height:100%;
border:none;
background-color: #ff9156;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
p{font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}
.tableMain{
height:100%; border:0; background-color:#57c7d3; background-image:url(bg.jpg); width:870;
}

#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}

#cssdropdown li {
float: left;
position: relative;
}

.mainitems{
border: 1px solid black;
background-color: #57c7d3;
}

.mainitems a{
margin-left: 6px;
margin-right: 8px;
text-decoration: none;
}

.subuls{
display: none;
width: 7em;
position: absolute;
top: 1.2em;
left: 0;
background-color: lightyellow;
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;
}

