/* These are the breadcrumbs on the browse.asp page that start with "Top" */	
	a.categorynav:link {color: blue; text-decoration: none; }
	a.categorynav:active {color: blue; text-decoration: none; }
	a.categorynav:visited {color: blue; text-decoration: none; }
	a.categorynav:hover {TEXT-DECORATION:underline; }

/* These are the menu text links at the top of the page that begin with "Home" etc. */
	a.mainheaderbar_top:link {color: white; text-decoration: none; }
	a.mainheaderbar_top:active {color: white; text-decoration: none; }
	a.mainheaderbar_top:visited {color: white; text-decoration: none; }
	a.mainheaderbar_top:hover {TEXT-DECORATION:underline; COLOR:lightgreen; } 
/*	a.mainheaderbar_top:hover { border: 1px dotted #000000; color:blue; } */

/* These are the menu text links at the top of the page in the green sub-menu bar that begin with "Tools for Sellers" etc. */
	a.mainheaderbar_bottom:link {color: white; text-decoration: none; }
	a.mainheaderbar_bottom:active {color: white; text-decoration: none; }
	a.mainheaderbar_bottom:visited {color: white; text-decoration: none; }
	a.mainheaderbar_bottom:hover {TEXT-DECORATION:underline; COLOR:lightgreen; } 
/*	a.mainheaderbar_bottom:hover { border: 1px dotted #000000; color:blue; } */

/* This is for the "Showcase Listings" on the main homepage */
	a.HomePage_IT_Layout:link { color:darkgreen; text-decoration: none; } 
	a.HomePage_IT_Layout:active { color:darkgreen; text-decoration: none; } 
	a.HomePage_IT_Layout:visited { color:darkgreen; text-decoration: none; } 
/*	a.HomePage_IT_Layout:hover { text-decoration:underline; } */

/* In the browse items page, this is the formating for the auction listing titles before they have added formatting i.e. colors, weight etc. */
	a.IT_Layout:link { color:black; text-decoration: none; } 
	a.IT_Layout:active { color:black; text-decoration: none; } 
	a.IT_Layout:visited { color:black; text-decoration: none; } 
/*	a.IT_Layout:hover { text-decoration:underline; } */
	
/* Duplicate entry from gb.css */	
	a.navbar:link {color: darkgreen; text-decoration: none; }
	a.navbar:active {color: darkgreen; text-decoration: none; }
	a.navbar:visited {color: darkgreen; text-decoration: none; }
	a.navbar:hover {TEXT-DECORATION:underline;COLOR:#00aa00}

/* Duplicate entry from gb.css */	
	a.navbarsub:link {color: darkgreen; text-decoration: none; }
	a.navbarsub:active {color: darkgreen; text-decoration: none; }
	a.navbarsub:visited {color: darkgreen; text-decoration: none; }
	a.navbarsub:hover {TEXT-DECORATION:underline; color: #00aa00; }

/* Duplicate entry from gb.css */
	a.nodecoration:link {color: blue; text-decoration: none; }
	a.nodecoration:active {color: blue; text-decoration: none; }
	a.nodecoration:visited {color: blue; text-decoration: none; }
	a.nodecoration:hover {TEXT-DECORATION: none; color: blue; }

/* Duplicate entry from gb.css */
	a.WhiteLink:link {color: white; }
	a.WhiteLink:active {color: white; }
	a.WhiteLink:visited {color: white; }
	a.WhiteLink:hover {TEXT-DECORATION:underline; COLOR:#EEEEEE}

/* Duplicate entry from gb.css */	
	a.dl:link {color: white; text-decoration: none; }
	a.dl:active {color: white; text-decoration: none; }
	a.dl:visited {color: white; text-decoration: none; }
	a.dl:hover {TEXT-DECORATION:underline;COLOR:#00ff00}

/* Duplicate entry from gb.css */	
	a.dl2:link {color: white; text-decoration: none; }
	a.dl2:active {color: white; text-decoration: none; }
	a.dl2:visited {color: white; text-decoration: none; }
	a.dl2:hover {TEXT-DECORATION:underline;COLOR:#00ff00}

/* Duplicate entry from gb.css */	
	a.tinylinkorange:link {color: #FF9933; text-decoration: none; }
	a.tinylinkorange:active {color: #FF9933; text-decoration: none; }
	a.tinylinkorange:visited {color: #FF9933; text-decoration: none; }
	a.tinylinkorange:hover {TEXT-DECORATION:underline; COLOR:#ffcc00}

/* Duplicate entry from gb.css */	
	a.tinylinkgreen:link {COLOR:#00dd00; text-decoration: none; }
	a.tinylinkgreen:active {COLOR:#00dd00; text-decoration: none; }
	a.tinylinkgreen:visited {COLOR:#00dd00; text-decoration: none; }
	a.tinylinkgreen:hover {TEXT-DECORATION:underline; COLOR:#00dd00}

/* These are part of the a link styles that are not currently used in the site. They are also written at the page level. */
	a.headlink:hover {TEXT-DECORATION:underline;}
	a.menulink:hover {TEXT-DECORATION:underline;}

/*
	a:visited {color: rgb(0,99,170); text-decoration: none;}
	a:link {color: blue; text-decoration: none;}
	a:active {color: rgb(0,99,99); text-decoration: none;}
	a:hover {color: rgb(0,120,220); text-decoration: underline;}
*/