@charset "utf-8";
/* CSS Document */

#leftnavcontainer {
	width: 175px;
	height: 900px;
	float: left;
	margin-left: 4px;
}

#leftnavcontainertest {
	width: 175px;
	height: 900px;
	margin-left: 4px;
	border:1px dashed #F00;
	float: left;
}

.menu1 {
	width: 175px;
	margin: 0px;
	border-size: 1px;
	padding-top: 30px;
	margin-bottom: 15px;

}
	
	
.menu1 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	font-weight: bold;
	}	
	
.menu1 li a:link, .menu1 li a:visited {
	color: #FFF;
	display: block;
	background:  url(img/menu2.png);
	padding: 8px 0 0 10px;
	font-size: 14px;
	}
	
.menu1 li a:hover {
	color: #FFF;
	background:  url(img/menu2.png) 0 -32px;
	padding: 8px 0 0 10px;
	text-align: center;
	}
.menu1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navbottomcap {
	width: 175px;
	background-image: url(img/nav_bottom.png);
	background-repeat: no-repeat;
	height: 22px;
}

.title {
	color: #F00;
	font-size: 20px;
	text-align: center;
	margin: 0px;
	vertical-align: middle;
}

#peppercap {
	width: 175px;
	height: 30px;
	float: left;
	background-image: url(img/peppernavtop.png);
	background-repeat: no-repeat;
}

#stuncap {
	width: 175px;
	height: 30px;
	float: left;
	background-image: url(img/stunnavtop.png);
	background-repeat: no-repeat;
}
	
#hiddencap {
	width: 175px;
	height: 30px;
	float: left;
	background-image: url(img/hiddennavtop.png);
	background-repeat: no-repeat;
}

#stashcap {
	width: 175px;
	height: 30px;
	float: left;
	background-image: url(img/stashnavtop.png);
	background-repeat: no-repeat;
}
	
