body {
        background: #FFF;
        color: #000;
        font: 12px Verdana, Arial, Helvetica, sans-serif;
        margin: 0;
        padding: 0;
}
a:link, a:visited {
	text-decoration: underline;
}
a:hover, a:active {
	color: #FFF;
	text-decoration: none;
}
#navigation {
	background: #DCDCDC;
	border-bottom: 1px solid #A1A1A1;
	margin: 1em 0 0;
	padding: 0.6em 0 0;
	font-weight: bold;
}
#navigation ul, #navigation ul li {
        list-style: none;
        margin: 0;
        padding: 0;
}
#navigation ul {
        padding: 5px 0 5px;
        text-align: center;
}
#navigation ul li {
        display: inline;
}
#navigation ul li a {
        background: url(tableft04.gif) no-repeat left top;
        color: #FFF;
        text-decoration: none;
        padding: 5px 0;
}
#navigation ul li span {
        background: url(tabright04.gif) no-repeat right top;
        padding: 5px 7px 5px 3px;
        margin: 4px 0 4px 4px;
}
#navigation ul li a:hover span {
        text-decoration: underline;
        background-position: 100% -75px;
}
#navigation ul li a:hover {
        background-position: 0 -75px;
}
#navigation #current a {
        background-position: 0 -150px;
}
#navigation #current a span {
        background-position: 100% -150px;
}


/*- Internet Explorer...It's Hacktastic!--------------------------- */

/*\*//*/
#navigation ul li a {
        display: inline-block;
        white-space: nowrap;
        width: 1px;
}

#navigation ul {
        padding-bottom: 0;
        margin-bottom: -1px;
}
/**/

/*\*/
* html #navigation ul li a {
        padding: 0;
}
#footer {
	width: 962px;
	height: 115px;
	background-color: #fff;
	margin: 0 auto 45px;
	padding: 0 0 10px 0;
	border: 2px solid #339;
	clear: both;
}
#footerbanner {
	width: 100%;
	bottom: 0px;
	margin-bottom: -5px;
	height: 60px;
	position: fixed;
	z-index: 99;
	right: 0;
	 _position:absolute;
	  _top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
}
html>body #footerbanner { margin-bottom: 10px; bottom: 0 }
#bannerhover {
	top: 250px;
	bottom: none;
	position: fixed;
	_position:absolute;
	_top:expression(eval(document.body.scrollTop+250));
}
html>body #footer {
	width: 962px;
}
#footer a:link {
	color: #fff;
	text-decoration: none;
}
#footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #ff0;
	text-decoration: underline;
}
