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:11px;
	display:block;
	}
table.categories a:hover {
	background:none;
	color:inherit;
	}
/* Styles for flyout categories menu */
#catnav {
	}
#catnav, #catnav ul { /* style for all menus */
	}
#catnav li { /* all menu items */
	width:100%;
	}
#catnav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	z-index:10 !important;
	float : left;
	margin-left : 60px;
	margin-top : -17px;
	/* for IE */
  	filter:alpha(opacity=90);
  	/* CSS3 standard */
  	opacity:0.9;
  	/* for Mozilla */
  	-moz-opacity:0.9;
	background:#104986;
	text-align:left;
	}
#catnav li ul li {

	}
#catnav li ul ul { /* third-and-above-level lists */
	left: -999em;
	}
#catnav ul { 
	width:200px;
	}
#catnav li:hover, #catnav li.hover { position: static; } /* Fix for IE7 overlap issue */

#catnav li a {
	width:100%;
	}
#catnav li a:hover { /* Hover styles for menu links */
	}
#catnav li ul {	/* Styles for submenus, will also inherit styles specified for parent */
	border: 1px solid #D1D1D1;
	border-bottom:0px;
	}

/* Current styles allow up to 3 levels of submenus */
/* Do not remove the following styles */
#catnav li:hover ul ul, #catnav li:hover ul ul ul, #catnav li.sfhover ul ul, #catnav li.sfhover ul ul ul { left: -999em; }
#catnav li:hover ul, #catnav li li:hover ul, #catnav li li li:hover ul, #catnav li.sfhover ul, #catnav li li.sfhover ul, #catnav li li li.sfhover ul { /* lists nested under hovered list items */ left: auto; }

#left ul a {
	background: #FFFFFF;
	text-indent:15px;
	color:#505050;
	}

