﻿
/*=-------------------------Start of nevigation---------------------------------======*/
.primary_nav_wrap ul a {
    display: block;
    color: #000000;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
    padding: 0px 5px 0px 5px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}

.primary_nav_wrap ul a:hover {
    display: block;
    color: #DA0318;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
    padding: 0px 5px 0px 5px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}
.menubar {
    height: auto;
    width: 90%;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-shadow: 0px 3px 4px #66666661;
    color: #000;
    list-style: none;
    z-index: 10000;
}
a {
    color: #666;
    text-decoration: none;
    padding-left: 2px;
}
