/* Default Brown */

a.navBarHrefDefaultBrown
{
	background-color: inherit;
	color: #CC3300;
	font-weight: bold;
	padding-right: 1px;
	/* padding-right was put in to get around a bug in IE6 that causes the right-margin to dissapear on the last item in the row */
	/* I know that this style affects every item in the menubar, but it save creating (yet) another new style purely for the last item */
}

a.navBarHrefDefaultBrown:hover
{
	background-color: #CC3300;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-right: 1px;
	/* padding-right was put in to get around a bug in IE6 that causes the right-margin to dissapear on the last item in the row */
	/* I know that this style affects every item in the menubar, but it save creating (yet) another new style purely for the last item */
}



/* Cool Blue */

a.navBarHrefCoolBlue
{
	background-color: inherit;
	color: #003399;
	font-weight: bold;
	padding-right: 1px;
	/* padding-right was put in to get around a bug in IE6 that causes the right-margin to dissapear on the last item in the row */
	/* I know that this style affects every item in the menubar, but it save creating (yet) another new style purely for the last item */
}

a.navBarHrefCoolBlue:hover
{
	background-color: #003399;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-right: 1px;
	/* padding-right was put in to get around a bug in IE6 that causes the right-margin to dissapear on the last item in the row */
	/* I know that this style affects every item in the menubar, but it save creating (yet) another new style purely for the last item */
}



/* Black and White */

a.navBarHrefBlackandWhite
{
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	padding-right: 1px;
	/* padding-right was put in to get around a bug in IE6 that causes the right-margin to dissapear on the last item in the row */
	/* I know that this style affects every item in the menubar, but it save creating (yet) another new style purely for the last item */
}

a.navBarHrefBlackandWhite:hover
{
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-right: 1px;
	/* padding-right was put in to get around a bug in IE6 that causes the right-margin to dissapear on the last item in the row */
	/* I know that this style affects every item in the menubar, but it save creating (yet) another new style purely for the last item */
}



/* White and Black */

a.navBarHrefWhiteandBlack
{
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 1px;
	/* padding-right was put in to get around a bug in IE6 that causes the right-margin to dissapear on the last item in the row */
	/* I know that this style affects every item in the menubar, but it save creating (yet) another new style purely for the last item */
}

a.navBarHrefWhiteandBlack:hover
{
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding-right: 1px;
	/* padding-right was put in to get around a bug in IE6 that causes the right-margin to dissapear on the last item in the row */
	/* I know that this style affects every item in the menubar, but it save creating (yet) another new style purely for the last item */
}



