@charset "utf-8";
/* CSS Document */

#tabMenu {margin:0;padding:0 0 0 15px;list-style:none;}
#tabMenu li {float:left;height:32px;width:39px;cursor:pointer;cursor:hand}

li.ants {background:url(../images/sm_ant.png) no-repeat 0 -32px;}
li.termites {background:url(../images/sm_termite.png) no-repeat 0 -32px;}
li.fleas {background:url(../images/sm_flea.png) no-repeat 0 -32px;}
li.rodents {background:url(../images/sm_rodent.png) no-repeat 0 -32px;}
li.cockroaches {background:url(../images/sm_cockroach.png) no-repeat 0 -32px;}
li.spiders {background:url(../images/sm_spider.png) no-repeat 0 -32px;}

li.mouseover {background-position:0 0;}
li.mouseout {background-position:0 -32px;}
li.selected {background-position:0 0;}

.box {width:500px}
.boxTop {background:url(../images/boxTop.png) no-repeat;height:11px;clear:both}
*html .boxTop {margin-bottom:-2px;}
.boxBody {background-color:#ffffff;border-left:1px solid #282828; border-right:1px solid #282828;}
.boxBottom {background:url(../images/boxBottom.png) no-repeat;height:11px;}

.boxBody div {display:none; height:150px;}
.boxBody div.show {display:block;}
.boxBody #category a {display:block;}

.boxBody div ul {margin:8px;padding:0;width:470px;list-style-image:url(../images/arrow.gif)}
*html .boxBody div ul {margin-left:10px;padding-left:15px;}
/*.boxBody div li {border-bottom:1px dotted #8e8e8e; padding:4px 0;cursor:hand;cursor:pointer;}
.boxBody div ul li.last {border-bottom:none}
.boxBody div li span {font-size:8px;font-style:italic; color:#888;}*/

.tm_body div {margin:8px;}
