@charset "utf-8";
/* CSS Document */


/***********************************************/
/*	BOTTOM NAV LINKS, ETC			           */
/***********************************************/
#bottomNav{
font-weight:normal;
font-size: 9px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align: center; /*set value to "center" for example to center items*/
}


#bottomNav:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
/*may need to remove these- AMY*/
padding-top: 10px; 
padding-bottom: 10px;
}

#bottomNav ul{
padding: 3px 0;
margin: 0;
padding-top: 5px; 
padding-bottom: 5px; 
/*background-color: #e0e0e0;*/
background-image: url('assets/back_down.jpg'); 
background-repeat:repeat-x;	
}


#bottomNav ul li{
	display: inline;
	background: transparent url('assets/off.gif') top right no-repeat;
	width: 100px;
}



#bottomNav ul li a{
	color: #ffffff;
	padding: 3px 0;
	padding-right: 25px;
	padding-left: 0px;
	padding-top: 5px; 
	padding-bottom: 5px;
	margin: 0;
	text-decoration: none;

}


#bottomNav ul li.lastItem {
	background:none;
	padding-right: 15px;
	padding-left: 15px;
}

#bottomNav ul li.selectedItem {
	background-image: url('assets/over.gif'); 
	background-repeat: no-repeat; 
	color: #000000;
}

#bottomNav ul li.lastItem a{
	color: #ffffff;
	padding: 3px 0;
	padding-right: 25px;
	margin: 0;
	text-decoration: none;
	background:none;
}


#bottomNav ul li a:hover{
	background: transparent url('assets/over.gif') top right no-repeat;
	color: #000000;
}

