

/*
	Fancy categories module
*/
.CatMenuItemOff {
	height:25px;
	line-height:25px;
	/*padding-top:2px;*/
	padding-left:4px;
	margin-bottom:1px;
	cursor: default;
	background: url(/images/barbg.gif) repeat-x;
}
.CatMenuItemOffExp {
	border-right: none;
	border-top: none;
	border-left: none;
	border-bottom: none;
	cursor: default;
}
.CatMenuItemOn {   
	height:25px;
	line-height:25px;
	background-image:url(/images/barbgcative.gif);
	background-repeat:repeat-x;
	/*padding-top:2px;*/
	padding-left:4px;
	margin-bottom:1px;
	cursor: default;
}

.CatSubMenu {
	margin-top: -5px;
	margin-bottom: 0px;
	/*margin-left: -235px;*/
	margin-left: 16px;
	width: 230px;
	color: #474749;
	z-index:20;
	white-space: nowrap;
}
A.CatMenuItem {
	font-size: 12px;
	font-family: arial;
	cursor: pointer;
	color: #758dbd;
}
A.CatMenuItem:link {
	color: #758dbd;
}
A.CatMenuItem:visited {
	color: #758dbd;
}
A.CatMenuItem:hover {
	color: #516e99;
}
A.CatMenuItem:active {
	color: #758dbd;
}
A#nojs.CatMenuItem:hover {
	color: #516e99;
	text-decoration: none;
}
IMG.FCIcon {
	width: 16px;
	height: 16px;
	border-width: 0px;
	margin-left: 2px;
	margin-right: 3px;
}
IMG.FCTriangle {
	width: 9px;
	height: 9px;
	border-width: 0px;
	margin-left: 3px;
}
TABLE.FCItemTable {
	width: 100%;
	border-width: 0px;
	margin: 0px;
	text-align: left;
	color: #474749;
}
TD.FCIconCell {
	vertical-align: middle;
	text-align: center;
}
TD.FCTriangleCell {
	vertical-align: middle;
	text-align: right;
}
