#menu-top
{
	margin:				0;
	padding:			0;
	height:				24px;
}
#menu-bottom
{
	margin:				0;
	padding:			0;
}

#menu-content
{
	background:			url('images/ozanam_menu_bkg.jpg') 0 0 repeat-y ;
	width:				780px;
}

#menu-foot
{
	border-top:			1px solid #FFEEB2;
	border-bottom:		1px solid #FFEEB2;
	font-size:			80%;
	margin-bottom:		10px;
	background:			#FFF8DE;
}

table.menu
{
	text-align:			center;
	border-collapse:	collapse;
	margin:				0;
	padding:			0;
	line-height:		80%;
	font-family:		arial, sans-serif;
	font-weight:		bold;
	font-variant:		small-caps;
}
#menu-foot table.menu
{
	font-variant:		normal !important;
}
table.menu tr td a
{
	padding:			0 10px 0 10px;
	display:			block;
	color:				#001D98;
	text-decoration:	none;
}
#menu-foot table.menu tr td a
{
	color:				#8BA1D3;
}
table.menu tr td a:hover
{
	display:			block;
	color:				#719CFF;
}
#menu-foot table.menu tr td a:hover
{
	color:				#FFC600;
}
table.menu tr td a.selected
{
	color:				white;
}
#menu-foot table.menu tr td a.selected
{
	color:				#E7B300;
}

