div.header ul.menu_toolbar {
	list-style-type: none;
	position: absolute;
	top: 0em;
	right: 1em;
	margin-bottom: 0em;
}
ul.menu_toolbar li {
	display: block;
	float: left;
	margin: 0em;
	padding: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #009bdb;
	font-size: 1.0em;
}
ul.menu_toolbar li a:link {
	color: #009bdb;
	text-decoration: underline;
	font-weight: normal;
}
ul.menu_toolbar li a:visited {
	color: #009bdb;
	text-decoration: underline;
	font-weight: normal;
}
ul.menu_toolbar li a:active {
	color: #009bdb;
	text-decoration: underline;
	font-weight: normal;
}
ul.menu_toolbar li a:hover {
	color: #009bdb;
	text-decoration: none;
	font-weight: normal;
}
ul.menu_toolbar li.selected a:link {
	font-weight: bold;
}
ul.menu_toolbar li.selected a:visited {
	font-weight: bold;
}
ul.menu_toolbar li.selected a:active {
	font-weight: bold;
}
ul.menu_toolbar li.selected a:hover {
	font-weight: bold;
}

ul.menu_main {
	list-style-type: none;
	position: absolute;
	bottom: 0em;
	right: 0em;
	margin-bottom: 0em;
}
ul.menu_main li {
	display: block;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
}
ul.menu_main li a {
	display: block;
	padding: .4em .8em .4em .8em;
	margin-right: 1px;
}
ul.menu_main li a:link {
	background-color: #0054a0;
	background-image: url(../_images/bg_menu_main.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
ul.menu_main li a:visited {
	background-color: #0054a0;
	background-image: url(../_images/bg_menu_main.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
ul.menu_main li a:active {
	background-color: #0054a0;
	background-image: url(../_images/bg_menu_main.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
ul.menu_main li a:hover {
	background-color: #0054a0;
	background-image: url(../_images/bg_menu_main_hover.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
ul.menu_main li.selected a:link {
	background-color: #0054a0;
	background-image: url(../_images/bg_menu_main_hover.gif);
	background-repeat: repeat-x;
}
ul.menu_main li.selected a:visited {
	background-color: #0054a0;
	background-image: url(../_images/bg_menu_main_hover.gif);
	background-repeat: repeat-x;
}
ul.menu_main li.selected a:active {
	background-color: #0054a0;
	background-image: url(../_images/bg_menu_main_hover.gif);
	background-repeat: repeat-x;
}
ul.menu_main li.selected a:hover {
	background-color: #0054a0;
	background-image: url(../_images/bg_menu_main_hover.gif);
	background-repeat: repeat-x;
}


ul.menu_left {
	margin-bottom: 0em;
	list-style-type: none;
	width: 17.5em;
	background-color: #0054a0;
	padding: 1.8em 0em 1.8em 0em;
	margin: 0em 0em 0em 0em;
}
ul.menu_left li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding: .5em 1em .5em 2em;
}
ul.menu_left li a:link {
	color: #ffe8fb;
	text-decoration: underline;
	font-weight: normal;
}
ul.menu_left li a:visited {
	color: #ffe8fb;
	text-decoration: underline;
	font-weight: normal;
}
ul.menu_left li a:active {
	color: #ffe8fb;
	text-decoration: underline;
	font-weight: normal;
}
ul.menu_left li a:hover {
	color: #ff61e5;
	text-decoration: none;
	font-weight: normal;
}

ul.menu_left li.selected a:link {
	text-decoration: none;
	color: #ff61e5;
}
ul.menu_left li.selected a:visited {
	text-decoration: none;
	color: #ff61e5;
}
ul.menu_left li.selected a:active {
	text-decoration: none;
	color: #ff61e5;
}
ul.menu_left li.selected a:hover {
	text-decoration: none;
	color: #ff61e5;
}

