/* ==========================================================================
   Submenus
 ========================================================================== */
services{
    background:#fff;
    font-size:15px;
    width:200px;
    position:absolute;
    top:42px;
    right:656px;
    display:none;
    z-index:999;
}
/* ==========================================================================
   Submenus UL LI properties
 ========================================================================== */

/* SERVICES SUBMENU */
services ul
{padding-left:0;margin:inherit;}

services ul li
{
    width: 100%;
    display:block;
    padding:10px 20px 10px 20px;
}

services ul li:first-of-type
{padding:10px 20px 10px 20px;}

services li
{border-bottom:solid #eee 1px;}

services li:hover
{background-color:#b8e5fa;}

services li:last-of-type
{border-bottom:none;}
  services a
{
    margin: 0;
    padding: 14px 0 14px 0;
    color:#949494;
    font-weight:400;
    -webkit-transition: color 0.2s ease-in;
  	-moz-transition: color 0.2s ease-in;
  	-o-transition: color 0.2s ease-in;
  	transition: color 0.2s ease-in;
    text-decoration:none;
    text-transform:uppercase
  }
  services a:hover
  {color:#000 !important;}