﻿body{
 padding: 0 0 0 0;
 margin: 0 0 0 0;
}

.topNav
{
    height: 65px;
    background-image: url('TopMenu_Background.gif');
    color: White;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
    background-repeat: repeat-x;
}
.topNav div
{
    float: left;
    width: 100px;
    height: 60px;
}
img
{
    border-style: none;
}
.topNav a
{
    text-decoration: none;
    color:White;
}

