/*
Menu styles for Talespinner site
October 2005
© Mark Iliff, Talespinner - www.talespinner.co.uk
*/


/* Menu links ************************/

	#mainMenu a,
	td.menuCell20 a,
	.spotMenu a,
	.menuCell a {
		border-color: #eeeeff;
	}

	#mainMenu a:hover,
	td.menuCell20 a:hover,
	.spotMenu a:hover,
	.menuCell a:hover {
		border-top-color: #f7f7ff;
		border-right-color: #cdceff;
		border-bottom-color: #cdceff;
		border-left-color: #f7f7ff;
		color: #ff7f15;
	}


/* Main menu*********************** */

	#mainMenu {
		margin-left: 0;
		margin-top: 5px;
		text-align: center;
	}

	#mainMenu a,
	.spotMenu a,
	td.menuCell20 a,
	.menuCell a {
		font-size: 0.9em;
		line-height: 2.4em;
		text-decoration: none;
		border-width: 2px;
		border-style: solid;
		padding: 2px;
	}

	.menuCell a {
		padding: 3px;
	}


	#mainMenu a:hover,
	.menuCell a:hover {
		border-width: 2px;
		border-style: solid;
	}

	.spotMenu {
		background: #eeeeff;
		text-decoration: none;
	}

/* Breadcrumbs*********************** */

	#crumbs {
		color: #ff7f15;
		font-size: 0.8em;
		margin-top: 1em;
		margin-left: 0.5em;
	}

	#crumbs a {
		color: #ff7f15;
		text-decoration: none;
	}
	#crumbs a:hover {
		color: #120eae;
	}


/* Intro page for a main section*********************** */

	td.menuCell20,
	td.menuCell {
		background: #eeeeff;
		border: 2px solid white;
		text-align: center;
		vertical-align: middle;
		height: 3em;
	}

	.menuCell a {
		font-weight: normal;
	}

	td.menuCell20 {
		width: 20%;
	}

/* Foot menu*********************** */

	#footMenu {
		font-size: 0.75em;
		text-align: center;
		color: #120eae;
		background-color: #eeeeff;
		background-image: url("../images/gradBar.gif");
		background-repeat: repeat-x;
		background-position: center;
	}

	#footMenu a {
		color: #120eae;
		text-decoration: none;
	}

	#footMenu a:hover {
		color: #FF6D01;
	}

