#buttons {
	background-image: url(images/button_bar.gif);
	background-repeat: no-repeat;
	height: 46px;
	width: 987px;
}





/* Sets the lists, mainly for the CSS drop-down menus */

ul {
	font-family: Arial, Verdana;
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
	letter-spacing: 1px;
}

ul li {
	display: block;
	position: relative;
	float: left;
}

li ul { 
	display: none;
	}
	
ul li a {
	display: block;
	text-decoration: none;
	white-space: nowrap;
	width: 120px;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 29px;
	text-align: center;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}

li:hover ul {
	position: absolute;
	display: block;
	}

/* Clear required for IE6 */

li:hover li {
	clear: both;
	font-size: 11px;
	color: #FFF;
}

/* Below sets the different backgrounds when hovered. */

ul.masthead li:hover {
	background-image: url(images/button_bar_r.gif);
}

ul.masthead li:hover a {
	color: #FFF;
}
.current {
	display: block;
	text-decoration: none;
	white-space: nowrap;
	width: 120px;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 29px;
	text-align: center;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	background-image: url(images/button_bar_r.gif);
}
