@charset "UTF-8";


ul.dropdown
{
list-style: none;
margin: 7px;
position: relative;
float: left;
}

ul.dropdown li
{
width:5em;
display:block;
text-align:center;
list-style: none;
float: left;
vertical-align: middle;
padding:5px 0px 5px 0px;
}

ul.dropdown li a
{
text-decoration: none;
}

ul.dropdown ul
{
top:100%;
width:12.5em;
display:block;
font-size:.75em;
text-align:left;
background-color: #eee;
list-style: none;
visibility: hidden;
position: absolute;
border-left:solid 2px gray;
border-bottom:solid 2px gray;
}

ul.dropdown ul ul
{
top: 0;
left: 80%;
}

ul.dropdown ul li
{
width:12.5em;
display:block;
text-align:left;
padding:5px 0px 5px 15px;
}

ul.dropdown ul ul li
{
width:12.5em;
display:block;
padding:5px 0px 5px 8px;
}

ul.dropdown ul:hover
{
width:12.5em;
display:block;
color: white;
}

ul.dropdown ul li:hover
{
width:11.25em;
display:block;
color: white;
background-color: black;
}

ul.dropdown ul ul li:hover
{
width:11.75em;
display:block;
color: white;
background-color: black;
}


ul.dropdown li.hover,
ul.dropdown li:hover
{
color: white;
position: relative;
cursor: default;
background-color: black;
}

ul.dropdown li:hover > ul
{
visibility: visible;
}

h1
{
padding: 7px;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 180%;
text-indent: 5px;
letter-spacing: -1px;
}

cite
{
float: right;
}

ul.classic
{
list-style: disc;
margin-bottom: 1em;
padding-left: 2em;
}

div.section
{
clear: both;
padding-top: 50px;
}

.table1
{
float: right; margin-bottom: 2em; border: solid 1px #eee;
}

.table1 caption
{
color: #fff; text-align: center; padding-bottom: 5px;
}

.table1 th, .table1 td
{
padding: 7px;
}

.table1 th, .table1 thead td
{
background-color: lightyellow; color: #000;
}

.table1 tbody td
{
background-color: #fff; color: #000;
}

.table1 tbody th
{
text-align: right;
}

* html ul.dropdown ul
{
background-image: url(http://www.greenepic.org/images/green_epic/buttons/dropdown.png);
}

