/* CSS Document */

/* Menu for College Page  */

#menuSide
{
	width:180px;
}

#menuSide ul {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
font-size: 90%;
}

#menuSide li {
margin: 0;
}

#menuSide a {
display: block;
padding: .2em .4em;
border-top: 1px solid #F4F4F4;
border-bottom: 1px solid #F4F4F4;
background-color: #FFF;
}

#menuSide a:link, #menuSide a:visited {
color: #036;
text-decoration: none;
}

#menuSide a:hover, #menuSide a:active,#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active, #uberlink a {
background-color: #036;
color: #FFF;
}

/* Menu for Dangerous Freedom Page  */

#menuSidedf
{
	width:180px;
}

#menuSidedf ul {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
font-size: 90%;
}

#menuSidedf li {
margin: 0;
}

#menuSidedf a {
display: block;
padding: .2em .4em;
border-top: 1px solid #a52a2a;
border-bottom: 1px solid #a52a2a;
background-color: #a52a2a;
}

#menuSidedf a:link, #menuSidedf a:visited {
color: #fff;
text-decoration: none;
}

#menuSidedf a:hover, #menuSidedf a:active,#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active, #uberlink a {
background-color: #fff;
color: #a52a2a;
}

/*****************************************/
/*        menu with smaller fonts        */
/*****************************************/

#menuSidesm
{
	width:180px;
}

#menuSidesm ul {
margin: 1px 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
font-size: .75em;
}

#menuSidesm li {
margin: 0;
}

#menuSidesm a {
display: block;
padding: .2em .4em;
border-top: 1px solid #F4F4F4;
border-bottom: 1px solid #F4F4F4;
background-color: #FFF;
}

#menuSidesm a:link, #menuSidesm a:visited {
color: #036;
text-decoration: none;
}

#menuSidesm a:hover, #menuSidesm a:active {
background-color: #036;
color: #FFF;
}
