
TABLE {
	table-layout: fixed;
	width: auto;
}

.goButton {
    margin-bottom: 0;
}

#siteNavigation UL LI { 
	background: #fff;
	width: 165px;
	padding: 0;
	margin: 0;
}

#siteNavigation UL LI:hover,
#siteNavigation UL LI.sfhover {
	background: #eee;
	border: none;
	padding: 0;
	margin: 0;
}

#siteNavigation UL A { 
    padding: 5px 5px 5px 10px;
	width: 150px;
	font-size: 90%; 
}

#documentContent LEGEND {
    margin-left: -.8em;
}

/* Menu opacity in IE 

#siteNavigation li ul {
	background-color: transparent;
}
#siteNavigation li li {
    background: #fff url("../images/bullet.gif") 5px 0.75em no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=90);
}

*/

/* "menus.js" to cover selects with an iframe */

#siteNavigation iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: -1;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

#siteNavigation li { 
    z-index: 201;
}

/* this is for IE 5.0

select.hide {
    visibility: hidden; 
}

/* "menus.js"  to cover selects with an iframe */
	
