body {
	/*font: bold 15px/1.5em Verdana;*/
	}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0;
	}

hr {
	border:none;
	border-top:1px solid #CCCCCC;
	height:1px;
	margin-bottom:25px;
	}
	
#tabs {
	float: left;
	width: 100%;
	font-size: 100%;
	line-height: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	}

#tabs ul {
	margin: 0;
	list-style: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	float: right;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
  	font-size: 16px;
	background:url("../images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {
	float:left;
	display:block;
	background:url("../images/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
    float:none;
	}
.buttonCSS {
	float:right;
	/*display:block;*/
	background:url("../images/tabright.gif") no-repeat right top;
	/*padding:5px 15px 4px 6px;*/
	color:#FFF;
    /*float:none;*/

}


/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;
	background-position:100% -42px;
	}

#tabs a:hover {
	background-position:0% -42px;
	}

