/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#tabs {
	float:left;
	width:960px;
	font-size:80%;
	line-height:normal;
	border-bottom:1px solid #666; /*margin between menu and rest of page*/
	overflow:hidden;
	background-color: #39C1EB;
	margin: 0px;
	padding: 0px;
	}
#tabs ul {
	margin:0;
	list-style:none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 210px;
	}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	margin:0;
	padding:0 0 0 6px;
	text-decoration:none;
	background-image: url(../Images/menu/left.png);
	background-repeat: no-repeat;
	background-position: left top;
	}

#tabs a span {
	float:left;
	display:block;
	margin-right:3px;
	color:#FFF;
	background-image: url(../Images/menu/right.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 6px;
	padding-right: 16px;
	padding-bottom: 4px;
	padding-left: 6px;
	}

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

/* End IE5-Mac hack */
#tabs a:hover span {
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}
