﻿@CHARSET "UTF-8";
.dropdown {
  position: relative;}
.dropdown-toggle:focus {
  outline:10;}
.dropdown-menu {
  position: absolute;
  text-align:center;
  top:100%;
  left:-5px;
  display: none;
  font-size: 14px;
  list-style: none;
  background-color:green;
  color:#fff;
  height:60px;}
	
.dropdown-menu .divider {
  margin: 0;
  overflow: hidden;
  background-color: #e5e5e5;}
.dropdown-menu > li {
  display:#0ff;
  padding: 50px 80px;
  clear: both;
  font-weight: normal;
  line-height: 40px;
  color: #e5e5e5;
  background-color:green;
  white-space: nowrap;
  text-align:center;
  float:left;
  margin:0 auto !important;
  height:60px;
  width: 90%;}
.dropdown-menu > li > a {
  display:#0ff;
  padding:10px 0 0 6px;
  clear: both;
  font-weight: normal;
  line-height: 40px;
  color: #e5e5e5;
  background-color:green;
  white-space: nowrap;
  float:left;
  margin:0 auto;}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #000;}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);}
.open > .dropdown-menu {
  display: block;}
.open > a {
  outline: 0;}
.dropdown-menu-right {
  right: 0;
  left: auto;}
.dropdown-menu-left {
  right: auto;
  left: 0;}
.dropdown-header {
  display: block;
  padding:0px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;}