			/* NAVIGATION BUTTONS */
.cssnav
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url('../images/nxt_highl_butt.jpg') no-repeat;
white-space: nowrap;
display: block;
width: 181px; /*211px*/
height: 59px; /*44px*/
margin: 0;
padding: 0;
}

.cssnav a
{
display: block;
color: #000000;
font-size: 11px;
width: 181px; /*211px*/
height: 59px; /*44px*/
display: block;
float: left;
color: black;
text-decoration: none;
}

.cssnav img
{
width: 181px; /*211px*/
height: 59px; /*44px*/
border: 0
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav span
{
    position: absolute;
    left: 28px;
    top: 20px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    font-family: Arial, Verdana, sans-serif;
    font-size: 19px;
    font-weight: bold;
    font-style: normal;
    color: #008DEC;
} 
/* END OF NAVIGATION */

/* begin nav 2 */
.cssnav2
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url('../images/nxt_highl_butt.jpg') no-repeat;
white-space: nowrap;
display: block;
width: 181px; /*211px*/
height: 59px; /*44px*/
margin-left: 75px;
margin-top: 20px;
margin-bottom: 20px;
padding: 0;
}

.cssnav2 a
{
display: block;
color: #000000;
font-size: 11px;
display: block;
float: left;
color: black;
text-decoration: none;

}

.cssnav2 img
{
width: 181px; /*211px*/
height: 59px; /*44px*/
border: 0
}

* html a:hover
{
visibility:visible
}

.cssnav2 a:hover img
{
visibility:hidden
}

.cssnav2 span
{
    position: absolute;
    left: 28px;
    top: 20px;
    margin: 0px; 
    padding: 0px;
    cursor: pointer;
    font-family: Arial, Verdana, sans-serif;
    font-size: 19px;
    font-weight: bold;
    font-style: normal;
    color: #008DEC;
}


/* end nav 2 */


/* begin nav 3 **********/
.cssnav3
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url('../images/nxt_highl_butt.jpg') no-repeat;
white-space: nowrap;
display: block;
width: 181px; /*211px*/
height: 59px; /*44px*/
margin-left: 10px;
margin-top: 20px;
margin-bottom: 20px;
padding: 0;
}

.cssnav3 a
{
display: block;
color: #000000;
font-size: 11px;
display: block;
float: left;
color: black;
text-decoration: none;

}

.cssnav3 img
{
width: 181px; /*211px*/
height: 59px; /*44px*/
border: 0
}

* html a:hover
{
visibility:visible
}

.cssnav3 a:hover img
{
visibility:hidden
}

.cssnav3 span
{
    position: absolute;
    left: 15px;
    top: 20px;
    margin: 0px; 
    padding: 0px;
    cursor: pointer;
    font-family: Arial, Verdana, sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    color: #008DEC;
}


/* end nav 3 */