﻿.icon-white {
	background-image: url("../img/glyphicons-halflings-white.png");
}
.nav-pills > .active > a > [class^='icon-'] {
	background-image: url("../img/glyphicons-halflings-white.png");
}
.nav-pills > .active > a > [class*=' icon-'] {
	background-image: url("../img/glyphicons-halflings-white.png");
}
.nav-list > .active > a > [class^='icon-'] {
	background-image: url("../img/glyphicons-halflings-white.png");
}
.nav-list > .active > a > [class*=' icon-'] {
	background-image: url("../img/glyphicons-halflings-white.png");
}
.navbar-inverse .nav > .active > a > [class^='icon-'] {
	background-image: url("../img/glyphicons-halflings-white.png");
}
.navbar-inverse .nav > .active > a > [class*=' icon-'] {
	background-image: url("../img/glyphicons-halflings-white.png");
}
.dropdown-menu > li > a:hover > [class^='icon-'] {
	background-image: url("../img/glyphicons-halflings-white.png");
}
.dropdown-menu > li > a:focus > [class^='icon-'] {
	background-image: url("../img/glyphicons-halflings-white.png");
}
.dropdown-menu > li > a:hover > [class*=' icon-'] {
	background-image: url("../img/glyphicons-halflings-white.png");
}
.dropdown-menu > li > a:focus > [class*=' icon-'] {
	background-image: url("../img/glyphicons-halflings-white.png");
}
.dropdown-menu > .active > a > [class^='icon-'] {
	background-image: url("../img/glyphicons-halflings-white.png");
}
.dropdown-menu > .active > a > [class*=' icon-'] {
	background-image: url("../img/glyphicons-halflings-white.png");
}
.dropdown-submenu:hover > a > [class^='icon-'] {
	background-image: url("../img/glyphicons-halflings-white.png");
}
.dropdown-submenu:focus > a > [class^='icon-'] {
	background-image: url("../img/glyphicons-halflings-white.png");
}
.dropdown-submenu:hover > a > [class*=' icon-'] {
	background-image: url("../img/glyphicons-halflings-white.png");
}
.dropdown-submenu:focus > a > [class*=' icon-'] {
	background-image: url("../img/glyphicons-halflings-white.png");
}
.dropup {
	position: relative;
}
.dropdown {
	position: relative;
}
.dropdown-toggle {
	
}
.dropdown a {
	color: white;
}
ul.nav {
	margin-top: 6px; margin-left: 10px;
}
.caret {
	width: 0px; height: 0px; vertical-align: top; border-top-color: rgb(255, 255, 255); border-right-color: transparent; border-left-color: transparent; border-top-width: 4px; border-right-width: 4px; border-left-width: 4px; border-top-style: solid; border-right-style: solid; border-left-style: solid; display: inline-block; content: "";
}
.dropdown .caret {
	margin-top: 8px; margin-left: 2px;
}
.dropdown-menu {
	list-style: none; margin: 2px 0px 0px; padding: 5px 0px; border-radius: 6px; border: 1px solid rgba(0, 0, 0, 0.2); border-image: none; left: 0px; top: 100%; float: left; display: none; position: absolute; z-index: 1000; min-width: 120px; box-shadow: 0px 5px 10px rgba(0,0,0,0.2); background-clip: padding-box; background-color: rgb(255, 255, 255); -webkit-border-radius: 6px; -moz-border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -webkit-background-clip: padding-box; -moz-background-clip: padding;
}
.dropdown-menu.pull-right {
	left: auto; right: 0px;
}
.dropdown-menu .divider {
	margin: 9px 1px; height: 1px; overflow: hidden; border-bottom-color: rgb(255, 255, 255); border-bottom-width: 1px; border-bottom-style: solid; background-color: rgb(229, 229, 229);
}
.dropdown-menu > li > a {
	padding: 3px 20px; color: rgb(51, 51, 51); line-height: 20px; clear: both; font-weight: normal; display: block; white-space: nowrap;
}
.dropdown-menu > li > a:hover {
	color: rgb(255, 255, 255); text-decoration: none; background-image: linear-gradient(rgb(0, 99, 200), rgb(0, 119, 179)); background-repeat: repeat-x; background-color: rgb(0, 99, 200);
}
.dropdown-menu > li > a:focus {
	color: rgb(255, 255, 255); text-decoration: none; background-image: linear-gradient(rgb(0, 99, 200), rgb(0, 119, 179)); background-repeat: repeat-x; background-color: rgb(0, 99, 200);
}
.dropdown-submenu:hover > a {
	color: rgb(255, 255, 255); text-decoration: none; background-image: linear-gradient(rgb(0, 99, 200), rgb(0, 119, 179)); background-repeat: repeat-x; background-color: rgb(0, 99, 200);
}
.dropdown-submenu:focus > a {
	color: rgb(255, 255, 255); text-decoration: none; background-image: linear-gradient(rgb(0, 99, 200), rgb(0, 119, 179)); background-repeat: repeat-x; background-color: rgb(0, 99, 200);
}
.dropdown-menu > .active > a {
	outline: 0px; color: rgb(255, 255, 255); text-decoration: none; background-image: linear-gradient(rgb(0, 99, 200), rgb(0, 119, 179)); background-repeat: repeat-x; background-color: rgb(0, 99, 200);
}
.dropdown-menu > .active > a:hover {
	outline: 0px; color: rgb(255, 255, 255); text-decoration: none; background-image: linear-gradient(rgb(0, 99, 200), rgb(0, 119, 179)); background-repeat: repeat-x; background-color: rgb(0, 99, 200);
}
.dropdown-menu > .active > a:focus {
	outline: 0px; color: rgb(255, 255, 255); text-decoration: none; background-image: linear-gradient(rgb(0, 99, 200), rgb(0, 119, 179)); background-repeat: repeat-x; background-color: rgb(0, 99, 200);
}
.dropdown-menu > .disabled > a {
	color: rgb(153, 153, 153);
}
.dropdown-menu > .disabled > a:hover {
	color: rgb(153, 153, 153);
}
.dropdown-menu > .disabled > a:focus {
	color: rgb(153, 153, 153);
}
.dropdown-menu > .disabled > a:hover {
	text-decoration: none; cursor: default; background-image: none; background-color: transparent;
}
.dropdown-menu > .disabled > a:focus {
	text-decoration: none; cursor: default; background-image: none; background-color: transparent;
}
.open {
	
}
.open > .dropdown-menu {
	display: block;
}
.dropdown-backdrop {
	left: 0px; top: 0px; right: 0px; bottom: 0px; position: fixed; z-index: 990;
}
.pull-right > .dropdown-menu {
	left: auto; right: 0px;
}
.dropup .caret {
	border-top-color: currentColor; border-bottom-color: rgb(0, 0, 0); border-top-width: 0px; border-bottom-width: 4px; border-top-style: none; border-bottom-style: solid; content: "";
}
.navbar-fixed-bottom .dropdown .caret {
	border-top-color: currentColor; border-bottom-color: rgb(0, 0, 0); border-top-width: 0px; border-bottom-width: 4px; border-top-style: none; border-bottom-style: solid; content: "";
}
.dropup .dropdown-menu {
	top: auto; bottom: 100%; margin-bottom: 1px;
}
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto; bottom: 100%; margin-bottom: 1px;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu > .dropdown-menu {
	border-radius: 0px 6px 6px; left: 100%; top: 0px; margin-top: -6px; margin-left: -1px; -webkit-border-radius: 0 6px 6px 6px; -moz-border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
	border-radius: 5px 5px 5px 0px; top: auto; bottom: 0px; margin-top: 0px; margin-bottom: -2px; -webkit-border-radius: 5px 5px 5px 0; -moz-border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a::after {
	border-width: 5px 0px 5px 5px; border-style: solid; border-color: transparent transparent transparent rgb(204, 204, 204); width: 0px; height: 0px; margin-top: 5px; margin-right: -10px; float: right; display: block; content: " ";
}
.dropdown-submenu:hover > a::after {
	border-left-color: rgb(255, 255, 255);
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
	border-radius: 6px 0px 6px 6px; left: -100%; margin-left: 10px; -webkit-border-radius: 6px 0 6px 6px; -moz-border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
	padding-right: 20px; padding-left: 20px;
}