/*
 * Dropit v1.1.0
 * http://dev7studios.com/dropit
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* These styles assume you are using ul and li */
.dropit {
    list-style: none;
	padding: 0;
	margin: 0; 
}
.dropit .dropit-trigger { position: relative; }
.dropit .dropit-submenu {
    position: absolute;
    top: 100%;
    left: 0; /* dropdown left or right */
    z-index: 1000;
    display: none;
    min-width: 150px;
    list-style: none;
	padding: 0;
	margin: 0;
}
.proborbg2 h3{
  min-height:48px;
}
.dropit .dropit-open .dropit-submenu { display: block; }
#menutxt li{ width:240px; height:22px; background: #009edf; padding:0; color:#FFF !important; margin-left:-15px; padding:5px 10px 0 15px}

#menutxt li a{ display:block; background: url(../img/navicon.png) right no-repeat; padding:0 20px 0 0; list-style-type:none; color:#FFF;font-family: 'PT Sans', sans-serif; font-size:13px; text-transform:uppercase; line-height:21.7px !important;margin:0;}