#header {
	float:left;
	position: relative;
	height: 130px;
	width: 100%;
	padding-top: 10px;

	background: url("/images/tab_line_2.gif") repeat-x bottom;

	font-family: "Comic Sans MS", arial, helvetica, sans-serif;
	font-size:100%;
	line-height:normal;
}

#header img {
	float: left;
}

#header ul {
	padding: 10px 90px 0;
	margin: 0 0 0 0;
	list-style: none;
	position: absolute;
	bottom: 0;
}

#header li {
	float: left;
	background: url("/images/tab_off_left.gif") no-repeat left top;
	margin-right: -20px;
	margin-bottom: 8px;
	padding: 0 0 0px 100px;
}

#header #current {
	background-image: url("/images/tab_on_left.gif");
	margin-left: -25px;
	padding: 0 0 0 114px;
}

#header ul a {
	float: left;  /*Just for IE5-Mac*/
	display: block;
	background: url("/images/tab_off_right.gif") no-repeat right top;
	text-decoration: none;
	font-weight: bold;
	color: #333;

	/* IE win Hacks 
	width:.1em;    fix clickable area 
	padding: 10px 20px -15px 0;  fix tab placement 
	*/
}

 /* sane browers Only */
#header > ul a {
	width: auto;
	padding: 10px 20px 3px 0px;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */

#header a:hover {
	color: #dd3;
}

#header #current a {
	background-image:url("/images/tab_on_right.gif");
	/*padding: 10px 20px 3px 0px; */
	color: #dd3;
	z-index: 5;
}

/*
.leftCorner {
	background: url("/images/corner_left_2.gif") no-repeat left bottom;
	z-index: 10;
}

.rightCorner {
	background: url("/images/corner_right_2.gif") no-repeat right bottom;
	z-index: 10;
	padding-right: 5px;
}
*/
