/*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
{
	float:left;
	position:relative;
	background-image:url(../images/btn1.gif);
	background-repeat:repeat-x;
	line-height:13px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/*	width:109px;
	height: 32px;*/
text-align:center;
margin-right:1px;
	border:#999999 1px solid;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	height: 25px;

	
}

#topboxlast{
	float:left; 
	padding:5px; position:relative;
	background-image:url(../images/btn1.gif);
	height: 32px;
	background-repeat:repeat-x;
	line-height:13px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/*	width:109px;
	height: 32px;*/
text-align:center;
margin-right:1px;
	border:#999999 1px solid;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	height: 25px;
	}
.menu li a
{
 

 line-height:10px;
 

}
#topbox a.tabactive 
{
	
	font-weight:bold;  
	
}
#tabcontent1,#tabcontent2,#tabcontent3,#tabcontent4, #tabcontent5,
 tabcontent6, tabcontent7{

	

	padding:0px 0px; 


}

