﻿.popnav1
{
    margin: 0 auto;
    width: 980px;
    line-height: 30px;
    list-style-type: none;
}
.popnav1 a
{
    display: block;
    padding: 0px 15px;
    border-left: solid 1px #317EE7;
    border-right: solid 1px #317EE7;
}

.popnav1 a:link
{
    color: #fff;
    text-decoration: none;
}

.popnav1 a:visited
{
    color: #fff;
    text-decoration: none;
}

.popnav1 a:hover
{
    color: #fff;
    text-decoration: none;
    background-color: #FFBA00;
}

ul.popnav1 li a:hover
{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
}

ul.popnav1 li
{
    float: left;
}


ul.popnav1 li a
{
    font-size: 13px;
    font-family: Verdana;
    color: #ff0;
    font-weight: bold;
}

.padding10
{
    padding-left: 10px;
}


ul.popnav1 li a:hover
{
    color: #fff;
    text-decoration: none;
}

.popnav1 li ul
{
    line-height: 27px;
    list-style-type: none;
    text-align: left;
    left: -999em;
    width: 490px;
    position: absolute;
    border: 2px solid #317EE7;
    border-top: none;
    background: #fff; /*#fdfded;*/
    padding-bottom: 4px;
    font-weight: normal;
}

.popnav1 li ul li
{
    float: left;
    border-bottom: 1px #E1E1E1 dashed;
    margin: 0px 5px;
    line-height:28px;
    width: 230px;
}

.popnav1 li ul a
{
    font-weight: normal;
    display: block;
    text-align: left;
    padding-left: 10px;
    background: none;  
   
}

.popnav1 li ul a:link
{
    font-size: 12px;
    color: #317EE7;
    font-weight: normal;
    text-decoration: none;
    background-color: #fff;
     border-left: solid 0px #fff;
    border-right: solid 0px #fff;
}

.popnav1 li ul a:visited
{
    font-size: 12px;
    color: #317EE7;
    font-weight: normal;
    text-decoration: none;
    background-color: #fff;
}

.popnav1 li ul a:hover
{
    font-size: 12px;
    color: #317EE7;
    font-weight: normal;
    text-decoration: underline;
    background-color: #fff;
      border-left: solid 0px #fff;
    border-right: solid 0px #fff;
}

.popnav1 li:hover ul
{
    left: auto;
}

.popnav1 li.sfhover ul
{
    left: auto;
}


