@charset "utf-8";
/* CSS Document */

/*SIDEBAR CSS BROKEN OUT */ 

#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 175px;
	font-size: 12px;
	background-color: #FFFFFF;
	margin-left: 3px;
	margin-top:4px;
	
}

#sidebar h3 {
text-align:center;
font-size:14px;
}

#sidebar ul {
	list-style-image:url(../images/arrow.gif);
}
#sidebar a{
	font-size:11px;
	text-decoration:underline;
	color:#003366;
	font-weight: bold;
}
#sidebar a:visited{
	font-size:11px;
	text-decoration:underline;
	color:#003366;
}
#sidebar a:hover {
	font-size:11px;
color:#036;
text-decoration:underline;
}




/* Menu Table */
.sidebarTable td {
	background-image:url(../SpryAssets/spry_background_child_167x28.gif);
	background-repeat:no-repeat;
	height:28px;
	padding-left:10px;
	padding-top:3px;	
}
