/* =-=-=-=-=-=-=-[Menu Small]-=-=-=-=-=-=-=- */
	
#menusmall {
	text-decoration: none;
	margin: 5px 0px 0px 5px;
	width: 130px;
	}	
#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;

	padding: 0px 0px 0px 0px;
	border-width: 4px 5px 5px 4px;
	border-color: #F9E04C;
	border-style: ridge ridge ridge ridge;
	background: white;
	height: 40px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 40px;
	}
html>body #menusmall li a { 
	height: 36px; /* ie5win fudge ends */
	}
#menusmall li a:link, #menusmall li a:visited {
	color: black;
	display: block;
	vertical-align: middle;
	}
#menusmall li a:hover {
	color: blue;
	}
#menusmall li a:active {
	color: black;
	}
#menusmall.twoline li a, #menusmall.twoline li a:link, #menusmall.twoline li a:visited {
	}

