 
/* 	About the League Section Styles
	Created 12/4/2008
------------------------- */

/* 	COLORS (GREEN)
	Very Dark	rgb(40,75,40)
	Dark		rgb(50,85,50)
	Medium		rgb(100,170,100)
	Light		rgb(135,200,135)
	Very Light	rgb(165,230,165)
------------------------- */

#sidebar {
	background-color: rgb(135,200,135); /* Light */
}
#mainmenu a#here,
#sidebar li,
#sidebar a {
	border-color: rgb(135,200,135);  /* Light */
}
#textbar p {
	color: rgb(185,240,185); /* Very or Extra Light */
	text-shadow: rgb(40,75,40) 1px 1px 1px;
}
#sidebar,
#sidebar span,
#sidebar a#here2 {
	color: rgb(40,75,40); /* Very Dark */
}
#sidebar a:hover {
	background-color: rgb(100,170,100); /* Medium */
	border-color: rgb(100,170,100); /* Medium (Invisible) */
}
ul#sidebarfooter,
#sidebarfooter a {
	background-color: rgb(100,170,100) /* Medium */
}

#sidebar a#here2 {
	background-color: rgb(165,230,165); /* Very Light */
	border-color: rgb(50,85,50); /* Dark */
	background-image: url('/includes/images/here_about.gif');
}
ul#sidebarfooter {
	background-image: url('/includes/images/corners/corner_bottom_about.gif');
} 
#mainmenu a#here,
#mainmenu a#here:hover {
	background-position: -246px -50px;
	text-shadow: rgb(10,20,10) 2px 2px 2px ;
}
#textbar {
	background-position: -6px -425px;
}
h1,
h2,
h2 a:link,
h2 a:visited,
h2 a:hover,
h3 {
	color: rgb(40,75,40);
	border-color: rgb(40,75,40);
}
h2 a:link,
h2 a:visited {
	text-decoration: none;	
}
/* Section-specific Styles
------------------------- */
#closedmenu {
	width: 190px;
}
#closedmenu img {
}
#closedmenu ul {
	text-align: left;
	color: rgb(70,70,70);
	font-weight: bold;
	list-style-type: none;
	padding: 0 2px 2px;
	margin: 5px 25px 5px 10px;
	border: 1px solid rgb(175,175,175);
}
#closedmenu li a,
#closedmenu li#closedhere {
	font-size: 10px;
	line-height: 13px;
	margin: 2px 0 0;
	padding: 1px 5px 1px 5px;
	display: block;
	background-color: rgb(235,235,235);
	border: 1px solid rgb(220,220,220);
	border-left-width: 17px;
}
#closedmenu li#closedhere {
	background-image: url('/includes/images/arrows.png');
	background-repeat: no-repeat;
	background-position: left -86px;
	border-left-width: 1px;
	padding-left: 20px;
}