/*
Theme Name:  LabtechCO Child Theme
Description: Child theme for the LabtechCO theme
Author:      ThemeStek
Author URI:  http://themeforest.net/user/themestek
Template:    labtechco
Version:     0.1
Tags:        light, white, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, responsive, retina
*/


/* NOTE: Main theme's style.css file is already added in head tag. /*

/* =Theme customization starts here
-------------------------------------------------------------- */

.top-menu li {
    position:relative;
}

.top-menu .submenu {
    display:none;
    position : absolute;
    top:101%;
    right:0;
    background: #031b4e;
    min-width:140px;
    z-index:9999;
}
.top-menu .submenu li {
    padding: 5px;
    text-align: center;
    line-height: 1.8;
    border-bottom: 1px solid lightgrey;
}
.top-menu .submenu li a{
    color:white;
}