/* CSS Document */


	/*  Main category groups */

.navMain {
	font: bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px 0px 0px 23px;
	display: block;
	text-decoration: none;
	background: url(../image2/mag-glass.gif) no-repeat 0px 2px;
	height: 16px;
}
.navMain:link {
}
.navMain:active {
	color: #ff0000;
}
.navMain:visited {
}
.navMain:hover{
	color: #ff0000;
}

	/*  Individual categories, e.g. Shopping -> Clothes */

.navSub {
	font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	display: block;
	background: url(../image2/subnav.gif) no-repeat 0px 2px;
	margin: 0px 0px 0px 23px;
	padding: 0px 0px 0px 17px;
	height: 15px;
}
.navSub:link {
}
.navSub:active {
	color: #ff0000;
}
.navSub:visited {
}
.navSub:hover{
	color: #ff0000;
}

.navtab {
	font: normal 11px/14px Arial, Helvetica, sans-serif;
	padding: 0px 20px;
	background: url(../img/ltab2.gif) repeat-y;
	margin: 0px;
	display: block;
}
