/* CSS Document */
body{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-decoration: none;
		background-color:#000000;
}
h4 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
}
h1 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
}
.h_mnu_01{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
}
.h_mnu_01 ul{
        margin: 0;
        padding: 0;
        float: left;
        background: #000000;
        border-top-width: 0;
        border-right-width: 0;
        border-bottom-width: 0;
        border-left-width: 0;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #464646;
        border-right-color: #464646;
        border-bottom-color: #464646;
        border-left-color: #464646
}
.h_mnu_01 ul li{
display: inline;
}
.h_mnu_01 ul li a{
        float: left;
        color: #F0F0F0;
        padding: 5px 11px;
        text-decoration: none;
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #454545;
}
.h_mnu_01 ul li a:visited{
color: #F0F0F0;
}
.h_mnu_01 ul li a:hover, .h_mnu_01 ul li .selected{
        color: #C9C9C9 !important;
        padding-top: 5px;
        padding-bottom: 5px;
        background: #727272;
}