@charset "utf-8";
/* CSS Document */

#menu-bar {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size:18px;
  
  line-height: 100%;  
  position:relative;
  z-index:999;
}
#menu-bar li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  float: left;
  font-size:18px;
 
  position: relative;
  list-style: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
#menu-bar a {
  
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-size: 16px;
  color: #FFF;
  
  text-decoration: none;
  display: block;
  padding: 7px 15px 8px 15px;
  margin: 0;
  margin-bottom: -8px; 
  margin-left:11px;
}
@media (min-width:300px) and (max-width:480px) {
#menu-bar a {
  padding: 7px 6px 8px 6px;
  
}
}
#menu-bar li ul li a {
  margin: 0;
}
/*#menu-bar .selected {
 color:#ff0;
}*/
#menu-bar .active a {
  background:#ff7700;
  color: #ff0;
  
}
#menu-bar li:hover > a {
  background:#ff7700;
  color: #ff0;
  
}
.tabInner {
    clear: both;
    height: 300px;
	width:100%;
    overflow: hidden;   
}

.tabInner div {
    height: 300px;
	
    padding: 10px 0 0 0;

}
#menu-bar ul li:hover a, #menu-bar li:hover li a {
  background: none;
  border: none;
  color: #fff;
  -box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#menu-bar ul a:hover {
  
  color: #FFFFFF !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  
}
#menu-bar li:hover > ul {
  display: block;
}
#menu-bar ul {
  background:#019141;
  display: none;
  margin: 0;
  padding: 0;
  border-radius:0 0 10px 10px;
  width: 130px;
  position: absolute;
  top: 40px;
  right: -7px;
  
}
#menu-bar ul li {
  float: none;
  margin: 0;
  border-bottom:1px solid #FFFFFF;
  padding: 0;
}
#menu-bar ul a {
  padding:10px 0px 10px 15px;
  color:#ff0 !important;
  font-size:12px;
  font-style:normal;
  font-family:arial;
  font-weight: normal;
  
}
#menu-bar ul li:first-child > a {
  border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
}
#menu-bar ul li:last-child > a {
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
}
#menu-bar:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#menu-bar {
  display: inline-block;
}
  html[xmlns] #menu-bar {
  display: block;
}
* html #menu-bar {
  height: 1%;
}
