/*Example for a Menu Style*/
.menu 
{


border-bottom: 0px;

width:100%;
}

.menu li
 {

 width:132px;
 height: 30px;
 display:inline;
 padding: 3px;
 
 }
 .menu ul
{
 
 margin:0px; 
 padding:0px; 

}
#topbox
{
	background-image:url(../images/btn.gif);
	height: 32px;
	text-align:center;
	background-repeat: no-repeat;
	line-height:13px;
	width:109px;
	
}
.menu li a
{
 

 line-height:10px;
 

}
#topbox a.tabactive 
{
	
	font-weight:bold;  
	
}
#tabcontent1,#tabcontent2,#tabcontent3,#tabcontent4 
{

	

	padding:0px 0px; 


}
