body,td,th {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}
body {
    background-color: #F0F0F0;
    margin: 0;
}
a:link, a:visited, a:active {
    color: #660033;
    text-decoration: none;
}
a:hover {
    color: #993366;
    text-decoration: none;
}
hr {
    margin: 5px 0px 5px 0px;
    color: #660033;
    border: 0;
    border-top: 1px solid #660033;
    height: 1px;
    width: 580px;
}
h1 {
    font-size: 16px;
    color: #993366;
    text-align: left;
    margin: 8px 2px 8px 2px;
}
form {
    margin: 0;
}
.main {
    margin: auto;
    padding: 0;
    background-color: #FFFFFF;
}
.banner, .search_box {
    height: 80px;
    font-size: 20px;
    font-weight: bold;
    color: #A0A0A0;
    text-align: center;
    padding-top: 20px;
}
.banner {
    width: 530px;
    padding-left: 20px;
    float: left;
    text-align: left;
}
.search_box {
    float: right;
    clear: right;
    width: 200px;
}
.search_string {
    width: 100px;
    height: 16px;
    font-size: 10px;
    vertical-align: middle;
}
.search_submit {
    width: 50px;
    height: 22px;
    font-size: 10px;
    vertical-align: middle;
}
.banner a {
    color: #a0a0a0;
}
.menu {
    clear: both;
    float: left;
    width: 250px;
    margin: 10px;
    margin-top: 3px;
}
.login_table {
    border: 1px solid #D0D0D0;
    margin-top: 20px;
    margin-bottom: 5px;
    text-align: center;
    padding-bottom: 3px;
    width: 150px;
}
.login_table h1 {
    color: #660033;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin: 5px 0px 5px 0px;
}
.login_table input {
    text-transform: uppercase;
    font-size: 10px;
    margin: 5px 0px 1px 0px;
    width: 100px;
}
.validate_box {
    margin-top: 20px;
    margin-bottom: 5px;
    margin-left: 20px;
    padding-bottom: 3px;
}
.content {
    margin-left: 260px;
    padding: 4px 10px 14px 10px;
    clear: right;
}
.footer {
    background-color: #FFFFFF;
    clear: both;
    height: 20px;
    font-size: 10px;
    color: #666666;
    text-align: center;
    line-height: 18px;
}
.powered_by {
    text-align: center;
    font-size: 10px;
    padding-top: 2px;
}


div.code, div.example {
    display: block;
    background-color: #E0E0E0;
    width: 90%;
    padding: 1em;
    margin-top: 1.2em;
}



.menu-parent > a  { background: yellow; }
.menu-current > a { background: red; }

.menu_current { background: red; }

ul.mark .menu-parent:before  { content: "(p) " }
ul.mark .menu-current:before { content: "(c) " }
ul.mark .menu-sibling:before { content: "(s) " }
ul.mark .menu-child-0:before { content: "(c-0) " }
ul.mark .menu-child-1:before { content: "(c-1) " }
ul.mark .menu-child-2:before { content: "(c-2) " }

table { 
    border-collapse: collapse; 
    width: 100%; 
    }
td { 
    vertical-align: top; 
    border: black solid 1px; 
    padding: 10px;
    width: 33%; 
    }

table.menu td {
    width: auto; 
}
table.menu .menu-expand > a { font-weight: bold; }

ul.sitemap li {
    padding-top: 0.5em;
}
ul.sitemap .menu-current > span.content {
    display: block;
    background-color: #E0E0FF;
    border-right: 2px solid blue;
}

