
#header .caret {
	background: url(/Images/arrow.png) no-repeat 0px 0px;
	width: 9px;
	height: 5px;
	margin-top: 4px;
	margin-left: 6px;
	border: none;
	
}
.dropup-menu {
    bottom: 100%;
    top: auto !important;
}


.navbar .dropup-menu:before {
    border-bottom: none;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid rgba(0, 0, 0, 0.2);
    left: 7px;
    top: 100%;
}

.navbar .dropup-menu:after {
    border-bottom: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    left: 10px;
    top: 100%;
    left: 6px;
}
.nav-tabs:after, .nav-pills:after{
	clear: right !important;
}
.nav-pills{
	margin-bottom: 0px;
	clear: right !important;
}
.nav{
	margin-bottom: 0px;
}
.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > .open.active > a:hover{
	background: none;
}
.nav-tabs > li, .nav-pills > li {
  float: left;
}

.nav-tabs > li > a, .nav-pills > li > a {
	padding-right: 12px;
	
	padding-left: 12px;
	margin-right: 2px;
	line-height: 14px;
	font-family: 'interstateregular', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 13px;
	color: #008348;
	text-shadow: 1px 1px 1px rgba(255,255,255, 0.7);
	background: none;
}
.nav-tabs > li > a, .nav-pills > li > a:first-child{
	padding-left: 0px;
}
.nav-tabs > li > a, .nav-pills > li > a:hover {
	color: #008348;
	text-shadow: 1px 1px 1px rgba(255,255,255, 0.7);
	background: none;
}
.nav > li > a:hover, .nav > li > a:focus {
	background: none;
	
}
.nav-pills .dropdown-menu{
	border-radius: 0px 0px 0 0;
	margin-top: -9px;
}


.up {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #000000;
    border-top: none;
}

.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover, .nav > li.dropdown.open.active > a:focus {
	color: #008348;
}

.dropdown-menu > li > a {
  font-size: 13px !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #008348;
  background-image: -moz-linear-gradient(top, #008348, #008348);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008348), to(#008348));
  background-image: -webkit-linear-gradient(top, #008348, #008348);
  background-image: -o-linear-gradient(top, #008348, #008348);
  background-image: linear-gradient(to bottom, #008348, #008348);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008348', endColorstr='#008348', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #008348;
  background-image: -moz-linear-gradient(top, #008348, #008348);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008348), to(#008348));
  background-image: -webkit-linear-gradient(top, #008348, #008348);
  background-image: -o-linear-gradient(top, #008348, #0077b3);
  background-image: linear-gradient(to bottom, #008348, #008348);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008348', endColorstr='#008348', GradientType=0);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.languageBox {
	position: absolute;
	top: 10px;
	right: 14px;
}
.languageBox > .btn:last-child, .btn-group > .dropdown-toggle{
	border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.languageBox > .btn:first-child {
	border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    margin-left: 0;
}
.languageBox > .btn{
	background: #ccc !important;
	border: #fff solid 1px !important;
	padding: 0px 5px 0px 15px !important;
	height: 20px !important;
	text-shadow: none;
	color: #666;
}

.languageBox .dropdown-menu {
   
    border-radius: 0px 0px 0px 0px;
    list-style: none outside none;
    margin: 0px !important;
    min-width: 40px !important;
    padding: 0px !important;
}

.languageBox .caret {
	background: url("/Images/language_down.png") no-repeat 0 0 !important;
	margin-top: 8px !important;
}

