/* =-=-=-=-=-=-=-[Menu Small]-=-=-=-=-=-=-=- */
	
#menusmall {
	text-decoration: none;
	vertical-align: bottom;  /*This fixes the IE5 Win gap! */
	margin: 0px 0px 0px 0px;
	width: 140px;
	}	
#menusmall ul {
	margin: 0px 0px 0px 0px;
	padding: 0;
	}
#menusmall li {
	list-style-type: none;
	line-height: 18px;
	margin: 5px 0px 0px 10px;
	padding: 0;
	}
#menusmall li a {
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	vertical-align: bottom;  /*This fixes the IE5 Win gap! */
	border-width: 4px 4px 4px 4px;
	border-color: #D1CBBE;
	border-style: outset outset outset outset;
	background-image: url("../images/button4.png");
    background-repeat: repeat;
	height: 44px; /* ie5win fudge begins */
	width: 130px;
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 44px;
	}
html>body #menusmall li a { 
	width: 122px;
	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 {
	}

/* =-=-=-=-=-=-=-[Menu Sub]-=-=-=-=-=-=-=- */
	
#menusub {
	float: left;
	text-decoration: none;
/*	vertical-align: bottom;  This fixes the IE5 Win gap! */
	margin: 20px 0px 0px 0px;
	width: 140px;
	}	
#menusub ul {
	margin: 0px 0px 0px 0px;
	padding: 0;
	}
#menusub li {
	list-style-type: none;
	line-height: 18px;
	margin: 5px 0px 0px 10px;
	padding: 0;
	}
#menusub li a {
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	vertical-align: bottom;  /*This fixes the IE5 Win gap! */
	border-width: 4px 4px 4px 4px;
	border-color: #D1CBBE;
	border-style: outset outset outset outset;
	background-image: url("../images/button3.png");
    background-repeat: repeat;
	height: 44px; /* ie5win fudge begins */
	width: 130px;
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 44px;
	}
html>body #menusub li a { 
	width: 122px;
	height: 36px; /* ie5win fudge ends */
	}
#menusub li a:link, #menusub li a:visited {
	color: black;
	display: block;
	vertical-align: middle;
	}
#menusub li a:hover {
	color: blue;
	}
#menusub li a:active {
	color: black;
	}
#menusub.twoline li a, #menusub.twoline li a:link, #menusub.twoline li a:visited {
	}
