/* Back.css
Used for the "Return Home" Link at the base of all sidemenus except
for the main sidemenu, sidemenu.inc.php
Last Updated: 2009/10/02
Author: Snook.ca
*/
#back	{
	position: relative;
	height: 30px;
	width: 100%;
	text-decoration: none;
	text-align: left;
	margin: 0;
	padding: 0;
	}
#back ul {
	list-style: none;
	margin: 0 200px 0 0;
	padding: 0;
	}
#back li {
	float: left;
	width: 105px;
	margin: 35px 0 0 0;
	padding: 0;
	text-align: center;
	}
#back li a {
	display: block;
	margin: 0;
	padding: 5px;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #FFFFFF;
	}
#back li a {
	background: url(../images/back_arrow.png) repeat 0 0;
	}
#back li a:hover, li a:focus, li a:active {
	background-position: 0 0;
	}
#back #b a {
	background: url(../images/back_arrow.png) repeat 0 0;
	}