/* CSS Document */
#menuList{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 22px;
	text-align:center;
}
#menuList a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #A38058;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
}
#menuList a:active{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #A38058;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
}
#menuList a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #45293B;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}
#menuList a:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #A38058;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
}