/* @override http://localhost/~austin/snippets/menu/side/css/site.css */

body{
	background-color: #5F1E02;
}

.nav a {
	color: #560000;
	text-shadow: #888 1px 1px 4px;
	text-decoration: none;
	text-indent: 10px;
}

.link1{
	display: block; width:100%; height:100%;/*MUST HAVE THIS*/
	background: url('../leftside/side/img/tabs9.png') 0 0px;
}

.linkSelected{
	background: url('../leftside/side/img/tabs9.png') no-repeat 0 -80px;
}

.uiLinkBox{
	height: 17px;
	width: 210px;
	margin-top: 3px;
	border: 1px solid #F6B28B;
}
.nav a:hover{
	background: url('../leftside/side/img/tabs9.png') no-repeat 0 -40px;
}