table.categories {
	border-bottom:0px !important;
}

table.categories td {
	padding:0px !important;
	line-height:25px;
}
table.categories a {
	padding:0px;
	background:none;
	color:#d8abe9;
	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 {
	border-top: 1px solid #aa3dd0;
	z-index:0;
	background: #ffffff;
}

#catnav, #catnav2, #catnav ul { /* style for all menus */
	/* Do not change */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width:92%;
	
	/* Styles */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#catnav li { /* all menu items */
	/* Do not change */
	float : left;
	width:100%;
	
	/* Styles */
	line-height : 25px;
}
#catnav2  {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#catnav li ul { /* second-level lists */
	/* Do not change */
	position : absolute;
	left: -999em;
	z-index:10 !important;
	
	/* Styles */
	margin-left : 40px;
	margin-top : -17px;
}
#catnav2 li ul { /* second-level lists */
	/* Do not change */
	position : absolute;
	left: -999em;
	z-index:10 !important;
	
	/* Styles */
	margin-left : 40px;
	margin-top : -17px;
}
#catnav li ul ul { /* third-and-above-level lists */
	left: -999em;	/* Do not change */
}

#catnav li ul { 
	width:160px;
	border: 1px solid #aa3dd0;
}
#catnav li ul li ul{ 
	width:160px;
	border: 0px solid #aa3dd0;
}
#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:#aa3dd0;
	font-weight : normal;
	text-decoration : none;
	background-color :#F9F9F9;
	border-bottom: 1px solid #aa3dd0;
}
#catnavs li a {
	/* Do not change */
	display : block;
	padding:0;
	width:100%;
	
	/* Styles */
	color:#aa3dd0;
	font-weight : normal;
	text-decoration : none;
	background-color :#F9F9F9;
	border-bottom: 1px solid #aa3dd0;
}
#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 */
	color : #3300cc;
	background-color : #d8abe9;
}

#catnav li ul {	/* Styles for submenus, will also inherit styles specified for parent */
	/*border: 0px solid #6600ff;*/
	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;
}


#giftnav li:hover, #giftnav li.hover { position: static; } /* Fix for IE7 overlap issue */

#giftnav li a {
	/* Do not change */
	display : block;
	padding:0;
	width:100%;
	
	/* Styles */
	color:#aa3dd0;
	font-weight : normal;
	text-decoration : none;
	background-color :#F9F9F9;

}

#giftnav li a span {	/* Give left and right padding to menu links */
	padding : 0 0.5em;
}

#giftnav li a:hover { /* Hover styles for menu links */
	color : #3300cc;
	background-color : #d8abe9;
}


/* Current styles allow up to 3 levels of submenus */
/* Do not remove the following styles */
#giftnav li:hover ul ul, #giftnav li:hover ul ul ul, #giftnav li.sfhover ul ul, #giftnav li.sfhover ul ul ul { left: -999em; }
#giftnav li:hover ul, #giftnav li li:hover ul, #giftnav li li li:hover ul, #giftnav li.sfhover ul, #giftnav li li.sfhover ul, #giftnav li li li.sfhover ul { /* lists nested under hovered list items */ left: auto; }

#left ul a {
	background: #FFFFFF;
	text-indent:15px;
	color:#505050;
}

a.allnew:link {
	color: #6600cc;
	font-weight: bold;
	text-decoration: none;
}
a.allnew:hover {
	color: #6600cc;
	font-weight: bold;
	text-decoration: underline;
}
a.allnew:visited {
	color: #6600cc;
	font-weight: bold;
	text-decoration: none;
}
