/* left column menu buttons */
.menuButtons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.menuButton1 a, .menuButton1 a:visited {
	color:#000000;
	text-decoration:none;
	background:url(images/menu_btn1.jpg) no-repeat;
	height:28px;
	width:201px;
	padding: 5px 0px 0px 5px;
	display: block;
}
.menuButton1 a:hover, .menuButton1 a:active { 
    background-position:0 -28px;
    color:#000000;
}

.menuButton2 a, .menuButton2 a:visited {
	color:#000000;
	text-decoration:none;
	background:url(images/menu_btn2.jpg) no-repeat;
	height:28px;
	width:201px;
	padding: 5px 0px 0px 5px;
	display: block;
	margin-top: -6px;
}
.menuButton2 a:hover, .menuButton2 a:active { 
    background-position:0 -28px;
    color:#000000;
}

.menuButton3 a, .menuButton3 a:visited {
	color:#000000;
	text-decoration:none;
	background:url(images/menu_btn3.jpg) no-repeat;
	height:28px;
	width:201px;
	padding: 5px 0px 0px 5px;
	display: block;
	margin-top: -6px;
}
.menuButton3:hover a, .menuButton3 a:active { 
    background-position:0 -28px;
    color:#000000;
}

.menuButton4 a, .menuButton4 a:visited {
	color:#000000;
	text-decoration:none;
	background:url(images/menu_btn4.jpg) no-repeat;
	height:28px;
	width:201px;
	padding: 5px 0px 0px 5px;
	display: block;
	margin-top: -6px;
}
.menuButton4 a:hover, .menuButton4 a:active { 
    background-position:0 -28px;
    color:#000000;
}

.menuButton5 a, .menuButton5 a:visited {
	color:#000000;
	text-decoration:none;
	background:url(images/menu_btn5.jpg) no-repeat;
	height:28px;
	width:201px;
	padding: 5px 0px 0px 5px;
	display: block;
	margin-top: -6px;
}
.menuButton5 a:hover, .menuButton5 a:active { 
    background-position:0 -28px;
    color:#000000;
}

.menuButton6 a, .menuButton6 a:visited {
	color:#000000;
	text-decoration:none;
	background:url(images/menu_btn6.jpg) no-repeat;
	height:28px;
	width:201px;
	padding: 5px 0px 0px 5px;
	display: block;
	margin-top: -6px;
}
.menuButton6:hover a, .menuButton6 a:active { 
    background-position:0 -28px;
    color:#000000;
}

.menuButton7 a, .menuButton7 a:visited {
	color:#000000;
	text-decoration:none;
	background:url(images/menu_btn7.jpg) no-repeat;
	height:28px;
	width:201px;
	padding: 5px 0px 0px 5px;
	display: block;
	margin-top: -6px;
}
.menuButton7:hover a, .menuButton7 a:active { 
    background-position:0 -28px;
    color:#000000;
}

.menuButton8 a, .menuButton8 a:visited {
	color:#000000;
	text-decoration:none;
	background:url(images/menu_btn8.jpg) no-repeat;
	height:28px;
	width:201px;
	padding: 5px 0px 0px 5px;
	display: block;
	margin-top: -6px;
}
.menuButton8 a:hover, .menuButton8 a:active { 
    background-position:0 -28px;
    color:#000000;
}

.menuButton9 a, .menuButton9 a:visited {
    color:#000000;
    text-decoration:none;
    background:url(images/menu_btn.jpg) no-repeat;
	height:28px;
	width:201px;
	padding: 5px 0px 0px 5px;
	display: block;
	margin-top: -6px;
}
.menuButton9 a:hover, .menuButton9 a:active { 
    background-position:0 -28px;
    color:#000000;
}
