body {
	font-family: Verdana;
	font-size: 11px;
	line-height: 1.5em;
	font-weight: normal;
	}

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: 0px;
	}
	
#tabs {
	float:right;
	width:780px;
	background:#242426;
	font-size:10px;
	line-height:normal;
	border-bottom:1px solid #FFCC33;
	}

#tabs ul {
	margin:0;
	padding:10px 10px 0 620px;
	list-style:none;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background: url(../images/tableft.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
	}

#tabs a span {
	float:right;
	display:block;
	padding:5px 15px 5px 15px;
	color: #fff;
	background-image: url(../images/tabright.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#000;
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}

