﻿table.categories {
	border-bottom:0px !important;
}

table.categories td {
	padding:0px !important;
	line-height:25px;
}
table.categories a {
	padding: 0px;
	background: none;
	color: #848889;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
	font-size: xx-small;
	display: block;
}

table.categories a:hover {
	background: none;
	color: #FF0000;
}


/* Styles for flyout categories menu */
#catnav {

	z-index: 0;

}

#catnav ul { /* style for all menus */
	/* Do not change */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width:100%;
	
	/* Styles */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#catnav { /* style for all menus */
	/* Do not change */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width:100%;
	
	/* Styles */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#catnav li { /* all menu items */
	/* Do not change */
	float : left;
	width:100%;
	
	/* Styles */
	line-height : 25px;
}

#catnav li ul { /* second-level lists */
	/* Do not change */
	position : absolute;
	left: -999em;
	z-index:10 !important;
	
	/* Styles */
	margin-left : 200px;
	margin-top : -15px;
}

#catnav li ul ul { /* third-and-above-level lists */
	left: -999em;	/* Do not change */
}

#catnav ul {
	width: 245px;
	background-image: url('../images/navplate_body.jpg');
	background-repeat: repeat;
}
#catnav li.hover { position: static; } 
#catnav li:hover { position: static; } /* Fix for IE7 overlap issue */

#catnav li a {
	/* Do not change */
	display : block;
	padding: 0;
	width: 100%; /* Styles */;
	color: #666;
	font-weight : bold;
	text-decoration : none;
	border-bottom: 1px solid #D1D1D1;
	border-bottom-style: groove;
}

#catnav li a span {	/* Give left and right padding to menu links */
	padding : 0 0.5em;
}

#catnav li a:hover {
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-color: #000000;
	border-left-color: #6600FF;
	border-left-width: thick;
	border-left-style: solid;
	width: 244px;
	border-right-style: inset;
	border-right-width: medium;
	border-right-color: #6600FF;
}

#catnav li ul {	/* Styles for submenus, will also inherit styles specified for parent */
	border: 1px groove #D1D1D1;
	border-bottom:0px;
}

/* Current styles allow up to 3 levels of submenus */
/* Do not remove the following styles */
#catnav li.sfhover ul ul ul { left: -999em; }
#catnav li.sfhover ul ul { left: -999em; }
#catnav li:hover ul ul ul { left: -999em; }
#catnav li:hover ul ul { left: -999em; }
#catnav li li li.sfhover ul { /* lists nested under hovered list items */ left: auto; }

#catnav li li.sfhover ul { /* lists nested under hovered list items */ left: auto; }

#catnav li.sfhover ul { /* lists nested under hovered list items */ left: auto; }

#catnav li li li:hover ul { /* lists nested under hovered list items */ left: auto; }

#catnav li li:hover ul { /* lists nested under hovered list items */ left: auto; }

#catnav li:hover ul { /* lists nested under hovered list items */ left: auto; }

#left ul a {

	text-indent:10px;
	color:#505050;
}
