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