*
{
    margin: 0;
    padding: 0;
}

#headerMenu ul
{
    list-style-type: none;
    background-color: #000;
    height: 20px;
    width: 100%;
    margin: auto;
    margin-top: 0px;
}

#headerMenu ul li
{
    float: left;
    list-style-type: none;
    width: 19%;
    text-align: center;
}

#headerMenu ul a
{
    list-style-type: none;
    background-image: url(../images/nav_bg_divider.png);
    background-repeat: no-repeat;
    background-position: right; /*padding-right: 70px;         padding-left: 70px;*/
    display: block;
    line-height: 20px;
    text-decoration: none; /*font-family: Arial, Verdana , Times, serif;*/
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}

.width100p
{
    width: 100%;
}
.border
{
    border: thin solid red;
}
#headerMenu ul a:hover
{
    color: #00AAFF;
}
.alignRight
{
    text-align: right;
}
.alignCenter
{
    text-align: right;
}

.button
{
    display: block;
    width: 100px;
    height: 20px;
    background: #4D77B0;
    padding: 5px;
    text-align: center;
    border-radius: 2px;
    color: black;
}
.button a
{
    color: white;
    text-decoration: none;
}
td a
{
    color: white;
    text-decoration: none;
}
.alignLeft
{
    text-align: left;
}

.clear
{
    clear: both;
}