.buttonscontainer {
	width: 200px;
}

.buttons_level1 a {
	color: #d7e1ed;
	background-color: #004c98;
	padding: 5px;
	padding-left: 3px;
	display: block;
	border-left: 0px solid #004c98;
	border-bottom: 1px solid #ffffff;
	padding-left: 20px;
	font: 12px Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin-top: 0px;
}
.buttons_level1_child_closed a {
	background: #004c98 url(img/arrow_horiz_1.gif) left center no-repeat;
	background-position: 3px;
}
.buttons_level1_child_opened a {
	background: #004c98 url(img/arrow_vert_1.gif) left center no-repeat;
	background-position: 3px;
}
.buttons_level2 a {
	color: #004c98;
	background-color: #d7e1ed;
	padding: 5px;
	padding-left: 3px;
	display: block;
	border-left: 0px solid #d7e1ed;
	border-bottom: 1px solid #ffffff;
	padding-left: 20px;
	font: 12px Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin-top: 0px;
}
.buttons_level2_child_closed a {
	background: #d7e1ed url(img/arrow_horiz_2.gif) left center no-repeat;
	background-position: 3px;
}
.buttons_level2_child_opened a {
	background: #d7e1ed url(img/arrow_vert_2.gif) left center no-repeat;
	background-position: 3px;
}
.buttons_level3 a {
	color: #004c98;
	background-color: #ffffff;
	padding: 5px;
	padding-left: 3px;
	display: block;
	border-left: 0px solid #d7e1ed;
	border-bottom: 1px solid #d7e1ed;
	padding-left: 20px;
	font: 12px Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin-top: 0px;
}
.buttons_level3_child_closed a {
	background: #ffffff url(img/arrow_horiz_3.gif) left center no-repeat;
	background-position: 3px;
}
.buttons_level3_child_opened a {
	background: #ffffff url(img/arrow_vert_3.gif) left center no-repeat;
	background-position: 3px;
}

.buttons_level1 a:hover {
	border-left: 0px solid #3366FF;
	text-decoration: none;
	color: #d7e1ed;
	background: #0551A3;
}
.buttons_level1_child_closed a:hover {
	background: #0551A3 url(img/arrow_horiz_1.gif) left center no-repeat;
	background-position: 3px;
}
.buttons_level1_child_opened a:hover {
	background: #0551A3 url(img/arrow_vert_1.gif) left center no-repeat;
	background-position: 3px;
}
.buttons_level2 a:hover {
	border-left: 0px solid #3366FF;
	text-decoration: none;
	color: #004c98;
	background: #dbe5f1;
}
.buttons_level2_child_closed a:hover {
	background: #dbe5f1 url(img/arrow_horiz_2.gif) left center no-repeat;
	background-position: 3px;
}
.buttons_level2_child_opened a:hover {
	background: #dbe5f1 url(img/arrow_vert_2.gif) left center no-repeat;
	background-position: 3px;
}
.buttons_level3 a:hover {
	border-left: 0px solid #3366FF;
	text-decoration: none;
	color: #004c98;
	background: #f5f5f5;
}
.buttons_level3_child_closed a:hover {
	background: #f5f5f5 url(img/arrow_horiz_3.gif) left center no-repeat;
	background-position: 3px;
}
.buttons_level3_child_opened a:hover {
	background: #f5f5f5 url(img/arrow_vert_3.gif) left center no-repeat;
	background-position: 3px;
}
