#navCatTabs{
	background-color: transparent;
	clear: both;
	color: #666666;
	margin: 0;
	padding: 2px 0 0 10px;
	height: 1%;
	}

#navCatTabs ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	
    }
	
#navCatTabs li {
    float:left;
    background: transparent url(../images/bhgs_b1l.png) no-repeat scroll left bottom;
    margin:0 1px 0 0;
    padding:0 0 0 13px;
    }
	
#navCatTabs ul li a {
	background: transparent url(../images/bhgs_b1r.png) no-repeat scroll right bottom;
	color: #733baa;
	display: block;
	height: 25px;
	margin: 0;
	padding: 15px 13px 0 0;
	text-decoration: none;
    }
	
#navCatTabs #current {
    background: transparent url(../images/bhgs_b2l.png) no-repeat scroll left bottom;
      }
	  
#navCatTabs #current a {
     background: transparent url(../images/bhgs_b2r.png) no-repeat scroll right bottom; 
	 color: #ffffff;
	 height: 28px;
	 padding: 12px 13px 0 0;
      }

#navCatTabs li:hover {
    background: transparent url(../images/bhgs_b2l.png) no-repeat scroll left bottom;     color:#ffffff;
      }

#navCatTabs li:hover a {
     background: transparent url(../images/bhgs_b2r.png) no-repeat scroll right bottom; 
	 color: #ffffff;
	 height: 28px;
	 padding: 12px 13px 0 0;
      }
	  
#navCatTabs li:active {
    background: transparent url(../images/bhgs_b2l.png) no-repeat scroll left bottom;     color:#ffffff;
      }

#navCatTabs li:active a {
     background: transparent url(../images/bhgs_b2r.png) no-repeat scroll right bottom; 
	 color: #ffffff;
	 height: 28px;
	 padding: 12px 13px 0 0;
      }
	  
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #navCatTabs a {float:none;}
    /* End IE5-Mac hack */
