﻿div#topNavigation
{
	border-bottom: solid 5px #600;
}

div#mainContentOuter
{
	border-bottom: solid 2px #600;
}

a
{
	color: #600;
}

html>body li
{
	list-style-image: url(../images/arrowBurgundy.gif);
}

* html body li /* Fix for IE List Bug - Only IE will read this CSS */
{
	list-style-image: url(../images/arrowBurgundyIE.gif);
}