#sitemap { min-height:1px;	}
#sitemap .lnkbtn {
	white-space:nowrap;
	}

/* CATEGORY LINK LIST BOX 
===============================================================*/
/*	cathd-box = city name background 
	cathd-txt = city name, 
	catlnk-txt = category name
*/
.cathd-txt, .catlnk-txt { 
	font-size:100%;
	font-family:"Trebuchet MS";
	text-transform:uppercase;
	font-weight:bold;
	color:#000000;
	cursor:pointer;
	}
/*------------------------*/
.cathd-box {
	background:url(../images/bg3.gif) repeat-x left top;
	padding:9px 0 8px 8px;
	border-bottom:1px solid #A7A7A7;
	margin-bottom:12px;
	}
.cathd-box .cathd-txt {
	padding:0 0 0 5px;
	/*background: url(../images/plusminus.gif) no-repeat 0 0;*/
	}
.cathd-box .plus { background-position:0 1px; }
.cathd-box .minus { background-position:0 -84px; }
/*------------------------*/
.catlnk { 
	position:relative; 
	}
.catlnk-txt {
	display:block;
	padding:0 0 0 0px;
	/*background: url(../images/plusminus.gif) no-repeat;*/
	float:left;
	margin-left:15px;
	}
.catlnk .catlnk-txt:hover { color:#0076A3; }
.catlnk .plus { background-position:0 0; }
.catlnk .minus { background-position:0 -85px; }
.catlnk-typ1 .plus,
.catlnk-typ1 .minus { 
	background-position:0 -185px; 
	}

/* CATEGORY SUB LINK LIST
-------------------------------------------------*/
.catlnk-list { /* product name list */
	margin:10px 0 25px 40px; 
	clear:both;
	}
.catlnk-list li {
	margin-bottom:2px;
	padding:1px;
	}
.catlnk-list li a { 
	background: url(../images/arrow5.gif) no-repeat left 7px;
	color:#0076A3; padding-left:10px; font-size:95%; 
	}
.catlnk-list li .lnkorange {
	color:#FF6600;
	}
.catlnk-list li a:hover { color:#000000; }
.catlnk-list .catlnk-list {
	margin-left:30px;
	margin-bottom:10px;
	}

/* BACK TO TOP
-------------------------------------------------*/
.catlnk .backtotop {
	position:absolute;
	right:0px;
	top:-4px;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	text-transform:uppercase;
	padding:6px 30px 6px 0px;
	font-weight:bold;
	color:#0076A3;
	background:url(../images/arrotopside.gif) no-repeat right 0;
	}
.catlnk .backtotop:hover { color:#000000; }

