@charset "utf-8";
/* CSS Document */
/* For questions about this code and it's function within WCCS's website, email: wccsWebsite@gmail.com */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.leftmenu{
	margin-top:5px;
	margin-bottom:5px;
	width: 180px; 
	border-style: solid solid solid solid; /* top, right, bottom, left*/
	border-color: #94AA74; /* border color */
	border-size: 1px;
	border-width: 1px; /* left, top, right border thickness of whole group of buttons */
}
.leftmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.leftmenu li a{
	font: 100% Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(http://www.wccsonline.net/web/images/leftMenuButton180.gif) 100% 0;
  	height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
.leftmenu li a:link, .leftmenu li a:visited {
	color: #333333; /*normal text color*/
}
.leftmenu li a:hover{
	color: #ffffff; /*hover text color*/
	background-position: 100% -32px;
}
.leftmenu li a.selected{
	color: #4175be; /*active text color*/
	background-position: 100% -64px;
}