/* =-=-=-=-=-=-=-[Menu Small]-=-=-=-=-=-=-=- */
	
#menusmall {
	float: center;
	text-align: center;
	text-decoration: none;
	margin: 5px 0px 0px 0px;
	width: 400px;
	}	
#menusmall ul {
	margin: 0px 0px 5px 0px;
	padding: 0;
	}
#menusmall li {
	list-style-type: none;
	line-height: 18px;
	margin: 5px 0px 0px 0px;
	padding: 0;
	}
#menusmall li a {
	text-align: center;
	border-width: 2px 2px 2px 2px;
	border-color: #000080;
	border-style: ridge ridge ridge ridge;
	background: white;
	height: 40px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	padding: 5px 0px 0px 0px;
	height: 40px;
	}
html>body #menusmall li a { 
	padding: 10px 0px 0px 0px;
	height: 32px; /* ie5win fudge ends */
	}
#menusmall li a:link, #menusmall li a:visited {
	color: #000080;
	font-weight: bold;
	display: block;
	vertical-align: middle;
	}
#menusmall li a:hover {
	color: aqua;
	}
#menusmall li a:active {
	color: black;
	}
#menusmall.twoline li a, #menusmall.twoline li a:link, #menusmall.twoline li a:visited {
	}
