#nav-head {
    width: 100%;
    height: 45px;
    margin: 10px 0 0;
    position: relative;
}
#nav-head ul.level1 {
    margin: 0;
    padding: 0;
}
#nav-head ul.level1 li {
    float: left;
    line-height: 45px;
    height: 45px;
}
#nav-head ul.level1 li:hover ul.level2 {
    display: block;
    position: absolute;
    width: 100%;
    top: 45px;
    left: -1px;
    background: #fff;
    z-index: 1223;
    border: 1px solid #d8d8d8;
    padding: 20px 0;
}
#nav-head ul.level1 li ul.level2 li:hover ul.level3{
    display: block;
    position: absolute;
    width: 160px;
    top: -1px;
    left: 100%;
    background: #fff;
    z-index: 1223;
    border: 1px solid #d8d8d8;
}
#nav-head ul.level1 li ul.level2 li{
    float: left;
    width: 25%;
    height: 30px;
    line-height: 30px;
    position: relative;
}
#nav-head ul.level1 li ul.level2 li ul.level3 li{
    float: none;
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: relative;
}
#nav-head ul.level1 li a {
    font-size: 17px;
    color: #444;
    line-height: 45px;
    font-weight: 600;
    font-family: Vrinda;
    text-transform: uppercase;
    text-decoration: none;
    transition: color,0.7s ease;
    padding: 0 20px;
}
#nav-head ul.level1 li.home a{
    padding: 0 20px 0 0;
}
#nav-head ul.level1 li ul.level2 li a{
    border-right: none;
    font-size: 15px;
    color: #444;
    line-height: 30px;
    font-weight: normal;
    text-transform: capitalize;
    padding: 0 0 0 12px;
}
#nav-head ul.level1 li ul.level2 li ul.level3 li a {
    border-right: none;
    font-size: 15px;
    color: #444;
    line-height: 30px;
    font-weight: normal;
    text-transform: capitalize;
    padding: 0 0 0 12px;
}
#nav-head ul.level1 li a:hover {
    color: #000;
    text-shadow: 1px 1px 3px #999;
}
#nav-head ul.level1 li ul.level2 li a:hover{
    color: #000;
    text-shadow: 1px 1px 3px #999;
}
#nav-head ul.level1 li ul.level2 li ul.level3 li a:hover{
    color: #000;
    text-shadow: 1px 1px 3px #999;
}
#nav-head ul.level2 {
    display: none;
}
#nav-head ul.level3 {
    display: none;
}
