.levoe_menu{
	text-align: left;
	margin-bottom: 30px;
}

.dropdown-submenu {
 position: relative;
 max-width: 100%;
 white-space: normal;
 padding-right: 0px;
 }
 
 .dropdown-submenu>.dropdown-menu {
 top: 0;
 left: 100%;
 margin-top: -16px;
 margin-left: -1px;
 -webkit-border-radius: 0 6px 6px 6px;
 -moz-border-radius: 0 6px 6px 6px;
 border-radius: 0 6px 6px 6px;
 
 }
 
 .dropdown-submenu:hover>.dropdown-menu {
 display: block;
 }
 
.levoe_menu .dropdown-submenu>a:after {
 display: block;
 content: " ";
 float: right;
 width: 0;
 height: 0;
 border-color: transparent;
 border-style: solid;
 border-width: 5px 0 5px 5px;
 border-left-color: #fff;
position: absolute;
right: 3px;
top: 0;
bottom: 0;
margin: auto;
 
 
 
 }
 
 .dropdown-submenu:hover>a:after {
 border-left-color: #ffffff;
 }
 
 .dropdown-submenu.pull-left {
 float: none;
 }
 
 .dropdown-submenu.pull-left>.dropdown-menu {
 left: -100%;
 margin-left: 10px;
 -webkit-border-radius: 6px 0 6px 6px;
 -moz-border-radius: 6px 0 6px 6px;
 border-radius: 6px 0 6px 6px;
 }
 .levoe_menu .btn-group{
	 width: 100%;
	 text-align: left;
	 margin-top: 20px;
 }
 
 .levoe_menu .btn{
	 width: 100%;
	 text-align: left;
	 white-space: normal;
	 padding: 15px 20px 15px 15px;
	 
 }
 
 .levoe_menu .caret{
	 position: absolute;
	 right: 7px;
	 top: 0;
	 bottom: 0;
	 margin: auto;
	 
 }
 .levoe_menu .dropdown-menu {
	 
	 width: 100%;
	/* background-color: #174a6c;*/
	 background: #F9FCFD;
	padding: 0px 0px;
	position: relative;
	box-shadow: none; 
 }
 
 .levoe_menu .dropdown-submenu .dropdown-menu {
	 
	 width: 400px;
	 position: absolute;
	 
 }
 .levoe_menu .dropdown-menu li{
	 position: relative;
	 /*border-bottom: 1px dashed #888;*/
 }
 
 .levoe_menu .dropdown-menu > li > a:focus, 
 .levoe_menu .dropdown-menu > li > a:hover


 {
    background-color: transparent;
    color: #174a6c;
   /* text-decoration: underline;*/
	text-shadow: 0 0 10px #fff;
}


 .levoe_menu .dropdown-menu > li > a {
	 
	 white-space: normal;
	 text-decoration: none;
	/* color: #fff;*/
	 font-size: 0.9em;
	 padding: 15px 15px 15px 10px;
	 
 }
 .levoe_menu .dropdown-menu > li {
	border-bottom: 1px dashed #e8e8e8; 
	 
 }
 
 .levoe_menu .dropdown-menu > li:nth-last-child(1){
    border: 0;
   }
   
   
 .levoe_menu .dropdown-menu > .active > a,
 .levoe_menu .dropdown-menu > .active > a:focus,
 .levoe_menu .dropdown-menu > .active > a:hover,
 .levoe_menu .dropdown-menu > li.active > a:hover

  {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
	text-shadow: none;
 }
/* .levoe_menu .dropdown-menu a::before {
	 
	 display: block;
 content: " ";
  width: 5px;
 height: 5px;
 position: absolute;
left: 5px;
top: 0;
bottom: 0;
margin: auto;
	 border-radius: 5px;
	 background: #fff;
 }*/
 

 