	#tabs {
      float:left;
      width:100%;
      font-size:8pt;
	  font-family:Verdana, Arial, Helvetica, sans-serif;
      line-height:normal;
	  /*border-left:solid 1px #c00;
	  border-right:solid 1px #c00;position:relative;*/
	  height:25px;
	  width:899px;
      }
	#tabs div#bl{
		position:absolute; bottom:-1px; left:0px; width:100%; height:1px;
		/*border-bottom:solid 1px #c00;*/
		margin:0px; padding:0px;font-size:0px;
		display:block; z-index:100px;
	}
    #tabs ul {
		z-index:200px;
		position:absolute;
		top:3px; left:0px;
        margin:0;
        padding:0px 5px 0 5px;
        list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
      
      #tabs li.last {
      float:right;
      }
    #tabs a {
      float:left;
      /*background:url("tableft.gif") no-repeat left top;*/
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      /*background:url("tabright.gif") no-repeat right top;*/
      padding:3px 15px 3px 6px;
      color:#fff;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#fff; text-decoration:underline;
    }
    #tabs a:hover {
      /*background-position:0% -42px;*/
    }
    #tabs a:hover span {
      /*background-position:100% -42px;*/
    }

    #tabs #current a {
       background-position:0% -42px;
    }
    #tabs #current a span {
                background-position:100% -42px;
    }
	
	
	
	div.topNav2 {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        height: 18px;
		clear:both;
	}
	
	div.topNav2 ul {
			border: 0;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			list-style-type: none;
			text-align: center;
	}
	
	div.topNav2 ul li {
			display: block;
			float: left;
			text-align: center;
			padding: 0;
			margin: 0;
	}
	
	div.topNav2 ul li a {
			background: #fff;
			width: 100px;
			height: 18px;
			border-top: 1px solid #c00;
			border-left: 1px solid #c00;
			/*border-bottom: 1px solid #c00;*/
			border-right: none;
			padding: 0;
			margin: 0 0 0 0;
			color: #c00;
			text-decoration: none;
			display: block;
			text-align: center;
			font: normal 11px/18px verdana, lucida, sans-serif;
	}
	
	div.topNav2 ul li a:hover {
			color: #930;
			background: #FCF3F8;
	}
	
	div.topNav2 a:active {
			background: #c60;
			color: #fff;
	}
	
	div.topNav2 li.selected a {
			background: #c60;
			/*border: 1px solid #c00;*/
			color: #fff;
	}
	div.topNav2 li.last a {
			border-right: 1px solid #c00;
			width:57px;
	}
	
	
	.topNav {
        background: #F63;
        border-top: 1px solid #c00;
        font: normal normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
        margin-top:20px;
}

.topNav ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
}

@media all {
        .topNav ul {
                margin-left:7px; /*text-align: center*/
        }
}

.topNav ul li {
        bottom: 11px;
        display: inline;
        line-height: 1.2em;
        margin: 0;
        padding: 0;
        position: relative;
}

.topNav ul a, .topNav ul a:link, .topNav ul a:visited {
        background: #666;
        border-top: 1px solid #000;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        bottom: 3px;
        color: #eee;
        cursor: pointer;
        display: inline;
        height: 1em;
        margin: 0;
        padding:0px 3px 1px 3px;
        position: relative;
        right: 0px;
        text-decoration: none;
}

.topNav ul a:hover {
        background: #f63;
        bottom: 3px;
        color: #FFF;
        position: relative;
        right: 0px;
        border-top: 1px solid #c00;
        border-left: 1px solid #c00;
        border-right: 1px solid #c00;
}

.topNav ul a:active {
        background: #999;
        bottom: 0px;
        color: #FFF;
        position: relative;
        right: 0px;
}

.topNav ul li.active {
        background: #f63;
        bottom: 12px;
        display: inline;
        margin: 0 0 0 0;
        padding: 0;
        position: relative;
}

.topNav ul li.active a, .topNav ul li.active a:link, .topNav ul li.active a:visited, .topNav ul li.active a:hover {
        background: #f63;
        border-bottom: none;
        border-left: 1px solid #c00;
        border-right: 1px solid #c00;
        border-top: 1px solid #c00;
        bottom: 1px;
        color: #FFF;
        cursor: text;
        margin: 0;
        padding: 1px 3px 1px 3px;
        position: relative;
        right: 0;
}
