/* CSS Document */

#leftcol2 ul {
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: .75ems;
	margin-left: 0px;
}

#leftcol2 li {
	margin-bottom: 4px;
	padding-left: 5px;
}
#leftcol2 a {
	/*/*/display: block;
	padding: 5px 5px 5px 15px;
	/*	background-image:  url(../images/navbar/side-nav-off.gif); */ 
	background-color: #DDCAB9;
	border: 1px solid #A0A99E;
	width: 120px;
	color: #333300;
	text-decoration:none;
}
#leftcol2 a:link, #navlist a:visited {
	color: #333300;
	text-decoration: none; 
}
#leftcol2 a:hover {
	/*	background-image: url(../images/navbar/side-nav-on.gif);*/
	background-color: #DBA56F;
	border: 1px solid #A0A99E;
	color: #802900;
}
#uberlink a:link, #uberlink a:visited, #uberlink a:hover {
	/*/*/border: 1px solid #333;
	background-color: #DBA56F;
	border: 1px solid #A0A99E;
	text-decoration:none;
	color: #802900; /* */
}

