/* CSS Document */

/*--------------- Subpage unique containers and styles for "Athletics" --------------------------------------------*/

#content /* Contains #submenu, #subcontent */
{	
	border-left-color: #623d18;
	background-color: #8c6239;
}


#submenu /* Subpage menu */
{
	background-image: url(http://www.alc.edu/layout/logo_athletics.gif);
	background-color: #8c6239;
}


ul#expand ol /* Left nav expanding menu */
{
	background-color: #623d18;
}


ul#expand li, ul#expand a /* Left nav expanding menu */
{	
	list-style-image: url(http://www.alc.edu/layout/bullet_athletics.gif);
}


ul#expand /* Left nav expanding menu */
{
	border-top-color: #623d18;
}


ul#expand li /* Left nav expanding menu */
{
	border-bottom-color: #623d18;
}


#expand a:hover /* Left nav hover */
{
	color: #DABFA5;
}

