table.categories {
	/*border-bottom:0px !important;*/
	border: 1px solid #6699CC !important;
}

table.categories td {
	padding:0px !important;
	line-height:25px;
}
table.categories a {
	padding:0px;
	background:none;
	color:#003399;
	text-decoration:none;
	text-transform:none;
	font-weight:normal;
	font-size:11px;
	display:block;
}

table.categories a:hover {
	background:#6699CC;
/* color:inherit; */
}


/* Styles for flyout categories menu */
#catnav {
	border-top: 1px solid #6699CC;
	z-index:0;
	background: #ffffff;
}

#catnav, #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 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 : 175px;
	margin-top : -40px;
}

#catnav li ul ul { /* third-and-above-level lists */
	left: -999em;	/* Do not change */
}

#catnav ul { 
width:190px;
		border-right: 1px solid #6699CC;
}
#catnav li:hover, #catnav li.hover { position: static; } /* Fix for IE7 overlap issue */

#catnav li a {
	/* Do not change */
	display : block;
	padding:0;
	width:100%;
	
	/* Styles */
	color:#003366;
	font-weight : bold;
	text-decoration : none;
	background-color :#F9F9F9;
	border-bottom: 1px solid #6699CC;
}

#catnav li a span {	/* Give left and right padding to menu links */
	padding : 0 0.5em;
}

#catnav li a:hover { /* Hover styles for menu links */
	background-color: #6699CC;
	color:#003366;
}


#catnav li li a {
	/* Do not change */
	display : block;
	padding:0;
	width:100%;
	
	/* Styles */
	color:#003366;
	font-weight : bold;
	text-decoration : none;
	background-color :#FFF;
	border-bottom: 1px solid #6699CC;
}

#catnav li li a span {	/* Give left and right padding to menu links */
	padding : 0 0.5em;
}

#catnav li li a:hover { /* Hover styles for menu links */
	background-color: #6699CC;
	color:#FFF;
}

#catnav li ul {	/* Styles for submenus, will also inherit styles specified for parent */
	border: 1px solid #6699CC;
	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:url(../images/template/catnav_bullet.gif) no-repeat 0 10px;
	text-indent:5px;
	color:#003366;
}
#left ul a:hover {
	background:#6699CC;
	text-indent:5px;
	color:#FFF;
}

