/* Tabs CSS */


#tabwrapper{
width: 500px;
margin-top:20px;
margin-left:20px;

}

.box{
background: #fff;

}

.boxholder{
clear: both;
padding: 5px;
background: #8DC70A;
}

.tab{
float: left;
height: 32px;
width: 102px;
margin: 0 1px 0 0;
text-align: center;
background: #8DC70A url(../images/greentab.jpg) no-repeat;
}

.tabtxt{
margin: 0;
color: #fff;
font-size: 12px;
font-weight: bold;
padding: 9px 0 0 0;
}

.tabtxt a:link {
	text-decoration:none;
	color:#FFF;
}

.tabtxt a:visited {
	text-decoration:none;
	color:#FFF;
}

.tabtxt a:hover {
	text-decoration:none;
	color:#000;
}