  #tabsH a {
  float					:left;
  background			:url("../images/left.gif") no-repeat;
  background-position	:0 0 ;
  margin				:0 0 0 0 !important;
  padding				:0 0 0 4px !important;
  text-decoration		:none;
  font-weight			:bold !important;
   
}

.ulNav{
	list-style:none;
	list-style-type:none;
	list-style-image:none;
	height:15px;
	width:302px !important;
}

#tabsH {           
  /*background-color	:purple;*/
  font-size				:10px;
  font-family			:Verdana, Arial, Helvetica, sans-serif;      
  height				:32px; 
}
  
#tabsH ul {	
  /*background-color	:yellow;*/
  width					:303px;
  margin				:0;
  margin-left			:5%;
  position:absolute;
  padding				:10px 0 0 0;
  list-style			:none;
  overflow				:visible;
  vertical-align:bottom; 
}
  
#tabsH li {
  display				:inline;
  margin				:0;
  padding				:0;
}
  

  
#tabsH a span {  
  display				:block !important;
  background			:url("../images/right.gif") no-repeat;
  background-position	:right top;
  padding				:5px 9px 4px 4px !important;
  color					:#CCCCCC;
 
  
}



/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsH a span_DISABLED {
  float					:none;
  color					:#C1C1C1
}
/* End IE5-Mac hack */


#tabsH a:hover span {
  color					:#FFF;
}
  
#tabsH a:hover {
  background-position	:0 -42px;
}
  
#tabsH a:hover span {
  background-position	:100% -42px;
}
