/* CSS Document */
#list-menu {
	width: 160px;
	word-spacing: normal;
}

#list-menu ul {
margin: 0; 
padding: 0;
list-style-type: none;
font-family: verdana, arial, sanf-serif;
font-size: 10px;
text-align:left;
}

#list-menu li {
	margin: 2px 0 0;
	background-color: #666;
	color: #FFF;
	text-align: justify;
}

/*This defines the size and look of links. The width from first bracket has to match
the width listed here plus padding- 120+2+10=132*/
#list-menu a {
display: block;
width:148px;
padding: 2px 2px 2px 10px;
border: 2px solid #000000;
background: #666666;
text-decoration: none; /*removes underline for links*/
}


/*This defines Roll-over effects and colors*/
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #FFFFFF;
}

#list-menu a:hover {
border: 2px solid #000000; /*border color*/
background: #D5C573; /*background color*/
color: #000000; /*font color*/
}

/*This is for the ATHLETICS Website*/

#list-athletics {
width: 160px;
}

#list-athletics ul {
margin: 0; 
padding: 0;
list-style-type: none;
font-family: verdana, arial, sanf-serif;
font-size: 10px;
text-align:left;
}

#list-athletics li {
margin: 2px 0 0;
}

/*This defines the size and look of links. The width from first bracket has to match
the width listed here plus padding- 120+2+10=132*/
#list-athletics a {
display: block;
width:148px;
padding: 2px 2px 2px 10px;
border: 2px solid #000000;
background: #666666;
text-decoration: none; /*removes underline for links*/
}


/*This defines Roll-over effects and colors*/
#list-athletics a:link, #list-menu a:active, #list-menu a:visited {
color: #FFFFFF;
}

#list-athletics a:hover {
border: 2px solid #000000; /*border color*/
background: #D0AF82; /*background color*/
color: #000000; /*font color*/
}

#list-picsmall a {
border-color:#000000; 
border-bottom: 1px solid;
} 

a.picsmall:visited {color: #FF0000; text-decoration: none;}

