td.leftsidebar ul, td.leftsidebar ul ul, td.leftsidebar ul ul ul {
    display:block;
    float: left;
    margin:0;
    padding:0;
    width: 100%;
    line-height: 21px;
}

td.leftsidebar ul li {
    border-left: 2px solid #FFF;
}

td.leftsidebar ul li ul li {
    border-left: 0px;
}

td.leftsidebar li:hover {
    z-index:10;
}
        
td.leftsidebar ul ul, td.leftsidebar li:hover ul ul {
    display: none;
    line-height: 25px;
    border: 1px solid #00F;
}

td.leftsidebar li:hover ul, td.leftsidebar li:hover li:hover ul {
    display:block;
}   

td.leftsidebar li ul {
    position: absolute;
    left: 0px;
    top: 22px;
}       

td.leftsidebar li {
    display: block;
    float: left;
    width: 14.0%;
    position: relative;
    padding-bottom: 1px;
    z-index: 9;
}

td.egs_leftsidebar li {
    width: 19.5%;
}

td.leftsidebar li li, td.leftsidebar li li li {
    float: none;
    width: 100%;
    background: #FFF;
}

ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
}

ul ul.menu a:link, ul ul.menu a:visited {
    font-size: 14px;
    color: #0033FF;
    text-decoration: none;
}

ul ul.menu a:hover {
    color: #00f;
    text-decoration: none;
}

ul.menu a:link, ul.menu a:visited {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
}

ul.menu a:hover {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
}

a.mainlevel:link, a.mainlevel:visited {
    display: block;
    color: #ffffff;
    background-image: url(../images/header_bar.gif);
    width: 150px;
    text-align: center;
    text-decoration: none;
    font-family: Arial;
    line-height: 25px;
}

a.mainlevel:hover {
    color: #333333;
    z-index:10;
}

a.mainmenu:link, a.mainmenu:visited {
    color: #ffffff; 
    font-family: Arial;

}
a.mainmenu:hover {
    color: #333333; 
}

body {
    background: #fff;
}

body, div, p, td {
    font-family: Arial;
    font-size: 16px;
    color: #000;
}

iframe {
    border: 1px solid #00f;
}

a:link, a:visited {
    color: #0033FF;
    text-decoration: none;
}

a:hover {
    color: #0000ff;
    text-decoration: none;
}

#ticker {
    width: 100%;
    border: 0px;
    color: #FB0;
    font-size: 17px;
    text-align:center;
    padding-top: 5px;
    border-top: 1px solid #FFF;
    font-weight: bold;
}

#ticker a:link, #ticker a:visited, #ticker a:hover, #ticker a:active {
    color: #FB0;
    text-decoration: none;
}

.block {
  margin: 3px 0;
  padding: 3px;
  background: #ffd97b;
}

.blockheader {
    padding-left: 12px;
    background: url(../images/arrow.gif) no-repeat center left;
    color: #0000CC;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

.blockcontent {
    text-align: left;
    border: 1px solid #00f;
}

.blockcontent p {
    font-size: 14px;
}

.blockcontent ul {
    margin: 7px 10px;
    padding: 7px 10px;
}

.more {
    padding: 5px 0;
    text-align: right;
}

.pathway {
    border-bottom: 1px #000 solid;
    width: 100%;
}

.page-header {
    padding: 5px 0px 5px 16px;
    background: url(../images/headerarrow.png) no-repeat center left;
    color: #0000CC;
    font-size: 16px;
    font-weight: bold;
}

img {
    border: 0px;
}

.title {
    text-align: center;
    font-weight: bold;
}

.post_date {
    text-align: right;
}

.news {
    padding: 3px;
    width: 100%;
}

.news_content {
    margin: 5px;
    padding: 5px;
    width: 100%;
    border: 1px solid #C9C9C9;
}

.underline {
    text-decoration: underline;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.remark {
    width: 100%;
    text-align: right;
}

.button {
    font-size: 12px;
    background-color: #F0F0F0;
    color: #000000;
    border: 1px solid #CCCCCC;
}

.inputbox {
    font-size: 12px;
    color: #000000;
    background-color: #F0F0F0;
    border: 1px solid #CCCCCC;
    width: 300px;
}

.inputbox_small {
    font-size: 12px;
    color: #000000;
    background-color: #F0F0F0;
    border: 1px solid #CCCCCC;
    width: 100px;
}

textarea.inputbox {
    height: 150px;
}

.em {
    color: #F00;
}

.table_style_1 td, .table_style_1 th {
    font-size: 12px;
    border: 1px solid #C9C9C9;
}

.gold_em {
    color: #CC9933;
    font-weight: bold;
}

.blue_em {
    color: #00F;
    font-weight: bold;
}

.center_box {
    width: 100%;
    text-align: center;
}

.small_text {
    font-size: 12px;
}
