#navbar a {
	display: block;
}
#navbar ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
#navbar li { /* all list items */
	position: relative;
	height: 35px;
	cursor: pointer;
	float: left;
}
.button1 a, .button5 a, .button7 a {
	height: 35px;
	width: auto;
}
#navbar li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 35px;
	left: 1px;
	background: url(../images/dropdownbg.gif) no-repeat left bottom;
	width: 150px;
	padding-bottom: 10px;
	padding-top: 5px;
}
#navbar li ul li { /* second-level item */
	background-image: none;
	width: auto;
	height: auto;
	text-align: left;
	font: 10px/12px Arial, "Times New Roman", Times, serif;
	color: #FFFFFF;
	float: none;
	padding-top: 0px;
	padding-bottom: 0px;
}
#navbar li ul li a { /* second-level links */
	padding: 5px 15px;
	color: #624722;
	text-decoration: none;
	margin: 0px;
}
#navbar li ul li a:hover { /* second-level links */
	background: url(../images/dropdownbghover.jpg) repeat-y;
	color: #2D200F;
}
#navbar li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: 35px;
	left: 1px;
}
#navbar li:hover ul, #navbar li.over ul { /* lists nested under hovered list items */
	display: block;
}

/* Start Button Rollover States */

.button1:hover , .button1.over{
	background: url(../images/buttons.png) 0px -70px;
}
.button2:hover , .button2.over {
	background: url(../images/buttons.png) -56px -70px;
}
.button3:hover , .button3.over {
	background: url(../images/buttons.png) -136px -70px;
}
.button4:hover , .button4.over {
	background: url(../images/buttons.png) -209px -70px;
}
.button5:hover , .button5.over {
	background: url(../images/buttons.png) -284px -70px;
}
.button6:hover , .button6.over {
	background: url(../images/buttons.png) -374px -70px;
}
.button7:hover , .button7.over {
	background: url(../images/buttons.png) -440px -70px;
}

/* End Button Rollover States */

/* Start Button Initial States */

.button1 {
	width: 56px;
	background: url(../images/buttons.png) 0px -35px;
}
.button1active {
	width: 56px;
	background: url(../images/buttons.png) 0px 0px;
}
.button2 {
	width: 80px;
	background-image: url(../images/buttons.png);
	background-position: -56px -35px;
}
.button2active {
	width: 80px;
	background-image: url(../images/buttons.png);
	background-position: -56px 0px;
}
.button3 {
	width: 73px;
	background-image: url(../images/buttons.png);
	background-position: -136px -35px;
}
.button3active {
	width: 73px;
	background-image: url(../images/buttons.png);
	background-position: -136px 0px;
}
.button4 {
	width: 75px;
	background-image: url(../images/buttons.png);
	background-position: -209px -35px;
}
.button4active {
	width: 75px;
	background-image: url(../images/buttons.png);
	background-position: -209px 0px;
}
.button5 {
	width: 90px;
	background-image: url(../images/buttons.png);
	background-position: -284px -35px;
}
.button5active {
	width: 90px;
	background-image: url(../images/buttons.png);
	background-position: -284px 0px;
}
.button6 {
	width: 66px;
	background-image: url(../images/buttons.png);
	background-position: -374px -35px;
}
.button6active {
	width: 66px;
	background-image: url(../images/buttons.png);
	background-position: -374px 0px;
}
.button7 {
	width: 68px;
	background-image: url(../images/buttons.png);
	background-position: -440px -35px;
}
.button7active {
	width: 68px;
	background-image: url(../images/buttons.png);
	background-position: -440px 0px;
}

/* End Button Initial States */
