﻿@media (min-width: 786px) {.chromestyle {display: block !important}.chromestyle ul li.drop a:hover,.chromestyle ul li.drop a.selected {    color: #ef3e56;}/* ######### Style for Drop Down Menu ######### */.dropmenudiv {    position: absolute;    margin-top: 0;    margin-left: 17px;    border-bottom-width: 0;    line-height: 18px;    z-index: 10000000;    width: 400px;    padding: 0;    visibility: hidden;    background: #ebebeb;    border-top: 3px #ef3e56 solid;    padding: 15px;}.dropmenudiv a {    width: auto;    display: block;    text-indent: 3px;    text-decoration: none;    font-size: 13px;    color: #000;    text-transform: none!important;}.dropmenudiv ul {    width: 170px;    float: left;}.dropmenudiv ul li {    float: left;    width: 170px;    border-top: 1px #cacaca solid;    list-style: none;}.dropmenudiv ul li:first-child {    border: 0;}.dropmenudiv ul li a {    padding: 6px 0;    width: 170px;    font-weight: normal;}.dropmenudiv img {    float: right;    margin: 15px 15px 0 0;    -webkit-border-radius: 200px;    -moz-border-radius: 200px;    border-radius: 200px;}* html .dropmenudiv a {    /*IE only hack*/        width: 100%;}.dropmenudiv a:hover {    /*THEME CHANGE HERE*/        color: #ef3e56;}}