﻿
.navbar
{
    
    background-image: url(../img/frame/menubg.jpg);
    background-repeat:no-repeat;
    text-align:center;
    z-index: 1000;
    height: 44px;
    border: 0px;
    -webkit-box-shadow: none;
    box-shadow:  none;
    border-radius: 0px;
      z-index: 1000;
      border: 1px;
}


.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display:none;
  float: left;
  min-width: 160px;
  padding: 0px 0;
  margin: 0px 0 0;
}
    
    
.navbar-ex1-collapse 
{
    background-image: url(../img/frame/menubg.jpg);
    background-repeat:no-repeat;
    -moz-box-shadow:0px 0px 0px #cbcbcb;
    -webkit-box-shadow:0px 0px 0px #cbcbcb;
    box-shadow:0px 0px 0px #cbcbcb;
    height: 40px;
    }

.navbar .nav  {
  width: 100%;
  text-align:left;
  padding-left:15px;
  height: 40px;
      border-top: 4px solid black;
    border-bottom: 4px solid black;
}
ul.nav.navbar-nav {
background-color: #ededef;
    padding-top: 6px;
}
.navbar .nav > li {
  float: left;
  padding-right: 10px;
  font-size: 11pt;
  font-weight: bolder;
}
#navbar .nav li
{
        padding-top: 0px;
    padding-bottom: 0px;
    line-height: 35px;
}

.nav li a
{
    color: #7f662f;

}

.navbar .nav li a 
{
        padding-bottom:0px;
    padding-top:0px;
}

.nav li.active a:link {
	color: #000000;
	text-decoration: none;
	font-weight:400;
}
.nav li.active a:visited {
	text-decoration: none;
	color: #000000;
}
.nav li.active a:hover {
	text-decoration: none;
	color: #000000;
}
.nav li.active a:active {
	text-decoration:none;
	color: #000000;
}


.nav li a:link {
	color: #231916;
	text-decoration: none;
	font-weight:400;
}
.nav li a:visited {
	text-decoration: none;
	color: #231916;
}
.nav li a:hover {
	text-decoration: none;
	color: #000000;
}
.nav li a:active {
	text-decoration:none;
	color: #000000;
}



.nav-tabs li a:link {
	color: #000000;
	text-decoration: none;
	font-weight:400;
}
.nav-tabs li a:visited {
	text-decoration: none;
	color: #000000;
}
.nav-tabs li a:hover {
	text-decoration: none;
	color: #000000;
}
.nav-tabs li a:active {
	text-decoration:none;
	color: #000000;
}