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

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

}

.menu-tabify-calc strong
{
font-weight:bold;
}


ul#menu-calc
{
padding:0px;
margin:0px;

}

.menu-tabify-calc li 
{ 
display: inline; 
}

.menu-tabify-calc 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-calc li.active a
{ 
background:#8f9e0e url(../images/tab-active.gif) repeat-x top center;
color:#ffffff; 
}

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

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

	
  
  
  