   
	    #tabmenu {
	      width:100%;
	      background:#fff url("../Images/bg.gif") bottom left repeat-x;
	      line-height:normal;
			margin-bottom:15px;
			/* hacked to fix tabs not displaying in Netscape */
			border: 1px solid #fff;
	      }
	    #tabmenu ul {
	      margin:0;
	      padding:0 0 0 5px;
	      list-style:none;
	      }
	    #tabmenu li {
	      float:left;
	      background:url("../Images/left_both.gif") no-repeat left top;
	      margin:0 5px 0 0;
	      padding:0 0 0 9px;
	      border-bottom:1px solid #999;
	      }
	    #tabmenu a {
	      float:left;
	      display:block;
	      white-space: nowrap;
	      width:.1em;
	      background:url("../Images/right_both.gif") no-repeat right top;
	      padding:5px 15px 4px 6px;
	      text-decoration:none;
	      font-weight:normal;
	      color:#000;
	      font-size:14px;
	      }
	    #tabmenu > ul a {width:auto;}
	    /* Commented Backslash Hack hides rule from IE5-Mac \*/
	    #tabmenu a {float:none;}
	    /* End IE5-Mac hack */
	    #tabmenu a:hover {
	      color:#ff9900;
	      }
	    #tabmenu .current {
	      background-position:0 -150px;
	      border-width:0;
	      }
	    #tabmenu .current a {
	      background-position:100% -150px;
	      padding-bottom:5px;
	      color:#333;
	      
	      }
	    #tabmenu li:hover, #tabmenu li:hover a {
	      background-position:0% -150px;
	      color:#ff9900;
	      }
	    #tabmenu li:hover a {
	      background-position:100% -150px;
	      }
	
	    #tabmenu li.prem {display: none;}
	    #tabmenu li.lastmin span.option {background: transparent url("../Images/img_stopwatch.gif") 0 0 no-repeat; padding-left: 18px;}
		


