#nav {
	list-style-type: none;
}

#nav li {
	margin-bottom: 5px;
	text-align;left;
}

.footnav {
height:35px; 
background: url(../img/footbar.png) repeat-x; 
position:fixed;
font-family:arial, verdana, sans-serif; 
font-size:11px; 
width:100%; 
z-index:50000;
left:0px;
bottom:0px;
}

.footnav .table {
float:left;
display:table; 
margin:0 auto;
padding-top: 10px;
width:100% auto; 
}

.footnav .select,
.footnav .current {
margin:0; 
padding:0; 
list-style:none;
color:white;
font-weight: bold;
display:table-cell; 
white-space:nowrap;
vertical-align:middle;
}

.foot_select {
font-family: tahoma;
font-size:7pt;
}

/* Tooltip on images page */

#dhtmlgoodies_tooltip{
	background-color:#5BA8EF;
	border:1px solid #fff;
	color: #fff;
	position:absolute;
	display:none;
	z-index:20000;
	padding:2px;
	font-size:1em;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	
}
#dhtmlgoodies_tooltipShadow{
	position:absolute;
	background-color:#555;
	display:none;
	z-index:10000;
	opacity:0.7;
	filter:alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
}

