@charset "utf-8";
/* CSS Document */

.menu-tabify 
{ 
padding: 0; 
clear: both; 
}

ul#menu-tabify2
{
padding:0px;
margin:0px;
}

.menu-tabify li 
{ 
display: inline; 
}

.menu-tabify li a 
{ 
background:#8f9e0e url(../images/tabbg.gif) repeat-x top center;
padding: 7px 12px;
float:left; 
 border-right: 5px solid #ffffff; 
 border-bottom: none;
 text-decoration: none;
   color: #000; 
font-family: 'Fjalla One', sans-serif !important;
font-size:14px;
   }

.menu-tabify li.active a
{ 
background:#8f9e0e url(../images/tab-active.gif) repeat-x top center;
color:#ffffff; 
}

.content-tabify 
{ 
float: left; 
clear: both;
 border-top: 3px solid #dddddd; 
 background: #ffffff; 
 padding:20px 0px;
  width:94%; 
  }
			

.content-tabify h2
 { 
 font-size:20px;
  margin-bottom:0px;
  }
  

  
  