red:link {
    text-decoration: underline;
    font-style: none;
    color: #990000
}

red:visited {
    text-decoration: none;
    font-style: none;
    color: #990000
}

red:active {
    text-decoration: none;
    font-style: none;
    color: #990000
}

red:hover {
    text-decoration: none;
    font-style: none;
    color: #000000
}

.dark:link {
    text-decoration: none;
    font-style: none;
    color: #C0C0C0
}

.dark:visited {
    text-decoration: none;
    font-style: none;
    color: #C0C0C0
}

.dark:active {
    text-decoration: none;
    font-style: none;
    color: #999999
}

.dark:hover {
    text-decoration: none;
    font-style: none;
    color: #000000
}

.top:link {
    text-decoration: none;
    font-style: none;
    color: #930000
}

.top:visited {
    text-decoration: none;
    font-style: none;
    color: #930000
}

.top:active {
    text-decoration: none;
    font-style: none;
    color: #930000
}

.top:hover {
    text-decoration: none;
    font-style: none;
    color: #000000
}

.horizontalcssmenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}







/*Top level list items*/

.horizontalcssmenu ul li {
    position: relative;
    display: inline;
    float: left;

 


}


/*Top level menu link items style*/

.horizontalcssmenu ul li a {
    border-left: 0px solid #202020;
    border-right: 1px solid #202020;
    border-top: 1px solid #202020;
    border-bottom: 1px solid #202020;
    display: block;
    text-decoration: none;
    background: #222222;
    color: #ffffff;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 11px;
    font-family: verdana, Tahoma;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px


}


/*Sub level menu*/

.horizontalcssmenu ul li ul {
    left: 0;
    top: 0;
    border-top: 1px solid #202020;
    position: absolute;
    display: block;
    visibility: hidden;
    z-index: 100;
white-space: nowrap;
}


/*Sub level menu list items*/

.horizontalcssmenu ul li ul li {
    display: inline;
    float: none;
}


/* Sub level menu links style */

.horizontalcssmenu ul li ul li a {
    font-weight: bold;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 4px;
    padding-bottom: 4px; background: #222222;
    border-width: 0 1px 1px 1px;
}

.horizontalcssmenu ul li a:hover {
    background: #222222;
}

.horizontalcssmenu ul li ul li a:hover {
    background: #a49561;
}

.horizontalcssmenu .arrowdiv {
    position: absolute;
    right: 0;
    background: url('https://www.epiconerealestate.com/arrow.gif') no-repeat center left;
}

* html p#iepara {
    /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
    padding-top: 1em;
}


/* Holly Hack for IE \*/

* html .horizontalcssmenu ul li {
    float: left;
    height: 1%;
}

* html .horizontalcssmenu ul li a {
    height: 1%;
}





.active {
  background-color: #4CAF50;
  color: white;
}



/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.horizontalcssmenu a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .horizontalcssmen a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .horizontalcssmen a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .horizontalcssmen.responsive {position: relative;}
  .horizontalcssmen.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .horizontalcssmen.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .horizontalcssmen.responsive .dropdown {float: none;}
  .horizontalcssmen.responsive .dropdown-content {position: relative;}
  .horizontalcssmen.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}






/* End */