body {
margin:0px;
padding:0px;
background-color: #fff;
color: #707070;
font-size: 11px;
font-family: 'Tahoma';
background: url(../Images/background.gif);
}

a {
text-decoration: none;
color: #016001;
}

a:hover {
text-decoration: none;
}

/*----- MENU ----- */

#navLeft1 {
display:block;
margin: 0;
padding: 0;
width: 163px;
list-style: none;
overflow: hidden;
z-index:1000;
}

#navLeft1 li {
margin:0;
padding: 0;
width: 163px;
overflow: hidden;
text-transform: uppercase;
font-size:10px;
font-weight:bold;
z-index:1000;
}

#navLeft1 a {
color:#006699;
z-index:1000;
}

.li_nav_header1  {
display: block;
width: 166px;
height: 27px;
background: url(../Images/nav_header.jpg) no-repeat;
z-index:1000;
}

.li_nav_body1 a  {
display: block;
width: 163px;
height: 24px;
background: url(../Images/nav_body.jpg) no-repeat;
padding-left: 25px;
line-height:27px;
z-index:1000;
}

.li_nav_body_sub1  a  {
display: block;
width: 163px;
height: 27px;
background: url(../Images/nav_body.jpg) no-repeat;
padding-left: 15px;
line-height:27px;
z-index:1000;
}

.li_nav_footer1  {
display: block;
width: 163px;
height: 46px;
background: url(../Images/nav_footer.jpg) no-repeat;
z-index:1000;
}

.li_nav_body1 a:hover
{
background-position:  0 -27px;
color:#016001;
z-index:1000;
}

.li_nav_body_sub1 a:hover
{
background-position:  0 -27px;
color:#016001;
z-index:1000;
}

.li_active1 a:active  {
background: url(../Images/nav_body.jpg) no-repeat;
background-position:  0 -54px;
color:#fff;
z-index:1000;
}

#menu_left1 {
position:absolute;
width: 163px;
left:0px;
top:144px !important;
top:146px;
z-index:1000;
}