/* =-=-=-=-=-=-=-[Menu Small]-=-=-=-=-=-=-=- */
	
#menu {
	text-decoration: none;
	vertical-align: bottom;  /*This fixes the IE5 Win gap! */
	text-align: center;
	margin: 0px 0px 0px 0px;
	background-image: url("../images/button-not.jpeg");
    background-repeat: repeat-y;
	width: 160px;
	}	
#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0;
	}
#menu li {
	list-style-type: none;
	line-height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 0;
	}
#menu li a {
	text-align: center;
	margin: 0px 5px 0px 5px;
	padding: 0px;
	vertical-align: bottom;  /*This fixes the IE5 Win gap! */
	background-image: url("../images/button-out.gif");
    background-repeat: repeat;
	height: 40px; /* ie5win fudge begins */
	width: 150px;
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 40px;
	}
html>body #menu li a { 
	width: 150px;
	height: 40px; /* ie5win fudge ends */
	}
#menu li a:link, #menu li a:visited {
	color: black;
	display: block;
	vertical-align: middle;
	background-image: url("../images/button-out.gif");
	}
#menu li a:hover {
	color: blue;
	background-image: url("../images/button-in.gif");
	}
#menu li a:active {
	color: black;
	background-image: url("../images/button-in.gif");
	}

/* =-=-=-=-=-=-=-[Menu Sub]-=-=-=-=-=-=-=- */
	
#menusub {
	float: left;
	text-decoration: none;
/*	vertical-align: bottom;  This fixes the IE5 Win gap! */
	margin: 20px 0px 0px 0px;
	width: 160px;
	}	
#menusub ul {
	margin: 0px 0px 0px 0px;
	padding: 0;
	}
#menusub li {
	list-style-type: none;
	line-height: 18px;
	margin: 0px 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! */
    background-repeat: repeat;
	height: 40px; /* ie5win fudge begins */
	width: 160px;
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 40px;
	}
html>body #menusub li a { 
	width: 160px;
	height: 40px; /* ie5win fudge ends */
	background-image: url("../images/button-out.gif");
	}
#menusub li a:link, #menusub li a:visited {
	color: black;
	display: block;
	vertical-align: middle;
	background-image: url("../images/button-out.gif");
	}
#menusub li a:hover {
	color: blue;
	background-image: url("../images/button-in.gif");
	}
#menusub li a:active {
	color: black;
	background-image: url("../images/button-in.gif");
	}
