.flexy-menu {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    list-style: none;
	background: none;
	font-size: 15px;
	color: #626262;
}
#ishow{
	display: none;
}
#ishow2{
	display: none;
}
.ishow{
	display: none;
}
.flexy-menu li {
    display: inline;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
}
.flexy-menu li{
	background-image: url(../images/sml-nav-div.gif);
	background-position: left 32px;
	background-repeat: no-repeat;
}
.flexy-menu>li>a {
    color: #626262;
    text-decoration: none;
    display: block;
    -webkit-transition: color .2s linear, background .2s linear;
    -moz-transition: color .2s linear, background .2s linear;
    -o-transition: color .2s linear, background .2s linear;
    transition: color .2s linear, background .2s linear;
}
.flexy-menu li:hover>a, .flexy-menu li.active a {
    color: #22b9d9;
}
.flexy-menu li.right {
    float: right;
}
.flexy-menu ul, .flexy-menu ul li ul {
    list-style: none;
    margin: 0;
	margin-top: -15px;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 99999;
    width: 141px;
    background: #333;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.flexy-menu ul {
    top: 60px;
    left: 0;
}
.flexy-menu ul li ul {
    top: 0;
    left: 100%}
.flexy-menu ul li {
    clear: both;
    width: 100%;
    border: 0;
    font-size: 12px;
	background-image: none;
}
.flexy-menu ul li:first-child > a:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #333333; /* change color here, modified for a black arrow */
  position: absolute;
  top: -8px;
  left: 10px;
}
.flexy-menu ul li a {
	width: 100%;
	color: #dedede;
	font-size: 13px;
	text-decoration: none;
	display: inline-block;
	float: left;
	clear: both;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transition: color .2s linear, background .2s linear;
	-moz-transition: color .2s linear, background .2s linear;
	-o-transition: color .2s linear, background .2s linear;
	transition: color .2s linear, background .2s linear;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom: dotted 1px #999999;
	-ms-box-shadow: 0 3px 2px rgba(0,0,0,.3); -webkit-box-shadow: 0 3px 2px rgba(0,0,0,.3); -moz-box-shadow: 0 3px 2px rgba(0,0,0,.3); -o-box-shadow: 0 3px 2px rgba(0,0,0,.3); box-shadow: 0 3px 2px rgba(0,0,0,.3);
}
.thin>li>a {
    padding: 10px 22px;
}
.thin ul {
    top: 40px;
}
.thick>li>a {
	padding-top: 32px;
	padding-left: 10px;
	padding-right: 29px;
	padding-bottom: 18px;
}
.thick ul {
    top: 100px;
}
.flexy-menu i {
    line-height: 20px!important;
    margin-right: 6px;
    font-size: 30px;
}
.flexy-menu>li.showhide {
    display: none;
    width: 100%;
    cursor: pointer;
    color: #dedede;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.flexy-menu>li.showhide span.title {
    margin: 16px 0 0 25px;
    float: left;
	display: none;
}
.flexy-menu>li.showhide span.icon {
    margin: 17px 5px;
    float: right;
}
.flexy-menu>li.showhide .icon em {
    margin-bottom: 3px;
    display: block;
    width: 20px;
    height: 2px;
    background: #22b9d9;
}
.orange li:hover>a, .orange li.active a {
    color: #22b9d9!important;
}
.flexy-menu.vertical {
    width: 200px;
}
.flexy-menu.vertical li {
    width: 100%}
.flexy-menu.vertical li a {
    display: inline-block!important;
    width: 100%;
    padding: 18px 20px 16px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.flexy-menu.vertical ul li {
    width: 100%}
.flexy-menu.vertical ul, .flexy-menu.vertical ul li ul {
    width: 150px;
}
.flexy-menu.vertical ul {
    top: 0;
    left: 100%}
.flexy-menu.vertical ul li ul {
    top: 1px;
}
.flexy-menu.vertical.right {
    float: right!important;
}
.flexy-menu.vertical.right ul {
    left: -150px!important;
}
@media only screen and (max-width:768px) {
.flexy-menu li{
	background-image: none;
	background: #FFF;
	border-bottom: dotted 1px #CCCCCC; 
}
.orange li:hover>a, .orange li.active a {
    color: #ffffff!important;
}
.flexy-menu{
	height: auto;
	background-image: none;
}
.re-br{
	display: none;
}
.ishow{
	display: block;
}
.flexy-menu.vertical {
    width: 100%}
.flexy-menu li {
    display: block;
    width: 100%
}
.flexy-menu ul li:first-child > a:after {
  content: '';
  display: none;
}
.flexy-menu ul li a {
	border-bottom: none;
}
.flexy-menu>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
	padding-left: 10px;
}

.flexy-menu li:hover>a, .flexy-menu li.active a {
    background-color: #22b9d9;
}
.flexy-menu a {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.flexy-menu ul, .flexy-menu ul li ul, .flexy-menu.vertical ul, .flexy-menu.vertical ul li ul {
    width: 100%;
    left: 0;
    border-left: 0;
    position: static;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	margin-top: 0px;
}
.flexy-menu ul li {
    border-left: 0;
    border-right: 0;
}
.flexy-menu ul li a, .flexy-menu.vertical ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.flexy-menu ul>li>a {
	color: #333;
    padding-left: 20px!important;
	background-color: #e0e0e0;
	border-top: dotted 1px;
}
}
@media screen and (max-width: 420px) {
.flexy-menu {
	font-size: 12px;
}
#ishow{
	display: block;
}
}
@media screen and (max-width: 240px) {
.flexy-menu {
	font-size: 11px;
}
#ishow2{
	display: block;
}
}
/*
Author: Alpesh Panchal
Author Email: alpesh88ww@gmail.com
*/
