.contentstyle{
	margin:0;
	border-left: 1px solid #933c9c;
	border-right: 1px solid #933c9c;
	border-bottom: 1px solid #933c9c;
	margin-bottom: 1em; 
	padding: 10px;
}
ul#tabs, ul#tabs li {
  list-style: none;
  margin: 0px;
  line-height: 1.3;
}
ul#tabs {
  padding: 7px 20px;
  text-align: left;
  border-bottom: 1px solid #933c9c;
}
ul#tabs li {
  display: inline;
  padding: 7px 7px 7px 0;
  margin-left: 0px;
  margin-right: 0px;
  background: url(../images/tab.png) no-repeat top right;
}
ul#tabs a {
  padding: 7px 0 7px 7px;
  margin:0px;
  background: url(../images/tab.png) no-repeat top left;
  text-decoration: none; 
  color:#555;
}
ul#tabs li#current,ul#tabs li#current a {
  background-image: url(../images/tabActive.png);
  border-bottom: 1px solid #FFF;
}
ul#tabs li#current a,ul#tabs li a:hover { 
  color: #003;
}

* html ul#tabs li{padding: 0 5px 0  0}   /* hack per IE5.x e IE6 */
*:first-child+html ul#tabs li{padding: 0 5px 0 0} /* hack per IE7 */

