/*-----------------------------------------
			Menu Images and Colors
------------------------------------------*/

.menu li {
	background: url(../images/tabs.gif) 100% 0px; /*-- These can be changed to switch which tab colors you want to come up --*/
	border-bottom: 0px solid #c9c9c9;
}

.menu li a,
.menu li a:link,
.menu li a:visited {
	background: url(../images/tabs.gif) no-repeat 0 0px; /*-- These can be changed to switch which tab colors you want to come up --*/
	color: #000000;
}

.menu li.activelink {
	background: url(../images/tabs.gif) 100% -200px; /*-- These can be changed to switch which tab colors you want to come up --*/
	border-bottom: 1px solid #ffffff; /*-- This is to make it look active --*/
}

.menu li.activelink a, 
.menu li.activelink a:link, 
.menu li.activelink a:visited {
	background: url(../images/tabs.gif) 0 -200px; /*-- These can be changed to switch which tab colors you want to come up --*/
	color: #000000;
}

.menu ul li:hover a,
.menu ul li:hover a:link,
.menu ul li:hover a:visited,
.menu ul li.sfhover a,
.menu ul li.sfhover a:link,
.menu ul li.sfhover a:visited {
	color: #000000;
}

