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

#tabs {
	font-family:"Tw Cen MT";
	float:right;
	width:1000px;
	font-size:12px;
	font-weight:normal;
	color:#FFF;
	line-height:normal;
	background:#106D98;
	padding-top:0px;
	margin-bottom:0em; /*margin between menu and rest of page*/
	overflow:hidden;
	}

#tabs ul {
	margin:0;
	padding:2px 8px 0 0px;
	list-style:none;
	
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	font-family:"Tw Cen MT";
	float:left;
	margin:0;
	padding:0 0 0 10px;
	text-decoration:none;
	}

#tabs a span {
	font-family:"Tw Cen MT";
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	float:left;
	display:block;
	background:url("../images/right.png") no-repeat right top;
	padding:10px 2px 10px 1px;
	margin-right:2px;
	color:#FFF;
	}

/* 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 {
	font-family:"Tw Cen MT";
    font-size:12px;
	font-weight:normal;
	color:#B70000;
	background-color:#FFFF99;
	/*background-position:100% -42px;*/
	}


