/* @override http://foot.net2business.com/_squishy.css */

/* @group LIST based Squishy */
#navigation {
	width: 175px;
	/*margin-left:1px;*/
	font-family: Verdana,Arial,Lucida,sans-serif;
	font-size: 100%;
	padding-bottom: 25px/*Firefox*/;
	padding-top: 20px;
	margin-bottom: 0px;
	position: relative;
}
html*#navigation { 
	*padding-bottom:15px!important/*IE7*/;	
	*margin-top:-3px/*IE7*/;
	top: 3px/*Safari*/;
}

#navigation ul { 
	margin: 0;
	padding: 0;
}

#navigation ul li {
	width: 175px;
	margin: 5px 0 5px 0;
	list-style-type: none;
	white-space: nowrap;
	display: block;
	line-height: 16px;/*new*/
}

#navigation ul li ul li {
	position: relative;
	left: -5px;/*Firefox*/
	line-height:16px;/*new*/
}
html*#navigation ul li ul li{
	*left:-5px!important;/*IE7*/
	left: 0px;/*Safari*/
	*margin:0!important;/*IE7*/
	_margin:0;/*IE6*/
	_left:-5px;/*IE6*/
	line-height:16px;/*new*/
}

/********** LINKS ************/
#navigation a {
	text-decoration: none;
	display: block;
	padding-left: 12px;
	color: #333;
}
#navigation ul li ul a { 
	padding-left: 30px;
	/*margin-bottom: 3px;*/
	line-height:16px;
}
/* for sub-sub-categories
#navigation ul li ul li ul a { 
	padding-left: 60px;
}*/
#navigation ul li a:hover {
	color: #7BBD28;
}

#navigation ul li a:active.current, 
#navigation .current {
	background-color: #bfbfdf;
	color:#fff;
}


/********** OTHER ************/

.catlink {
    color:#000000;
    cursor: pointer;
    font-family:Verdana,Arial,Lucida,sans-serif;
    font-size:9px;
    font-weight:bold;
    text-decoration:none;
    text-transform:uppercase;
    line-height:25px;
}

.subtable {
	position: relative;
	top: -5px;
	left: 5px;
}
html*.subtable { 
	*top: 0px;/*IE*/
}
ul.subtable a:link,
ul.subtable a:visited {
	color:#333333;
	font-family:verdana,arial,lucida,sans-serif;
	font-size:9px;
	line-height:16px;
	text-decoration:none;
	white-space:nowrap;
}

/*#categories ul.subtable a:hover,
#categories ul.subtable a:active {
	color:#000;
}*/
#categories ul.subtable a:hover.subcatlink.current,
#categories ul.subtable a:active.subcatlink.current { 
	color: #000;
}

/*remove the last LI item which gets generated by the PERL script*/
li.OtherLinks a#S.catlink {
	display:none;
}
                
/* @end */

/*#categories {} ... div within #navigation, 
in case more options are needed for positioning etc. */

/* in case the perl scripted image tick is giving problems
or is getting into the way:
#categories img {
margin:0 -12px 0 0;
overflow:hidden;
visibility:hidden;
}
*/