.menu_hide {
	visibility:hidden;
	position:absolute;
	left:168px;
	margin-top:-16px;
}

.menu_show {
	visibility:visible;
	position:absolute;
	left:166px;
	margin-top:-16px;
}

.menu_active {
	visibility:visible;
	position:relative;
	left:0;
	margin-top:0px;
}

#navigation h3{
	background-image:url(../images/menu/background.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	line-height:16px;
	color:#ffffff;
	height:16px;
	margin:0px;
	padding:0px;
	margin-bottom:1px;
	width:168px;
}

#navigation h3.first_active, #navigation h3.middle_active, #navigation h3.last_active {
	background-image:url(../images/menu/background_hover.gif);
}

#navigation h3 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	padding-left:13px;
	text-decoration:none;
}

#navigation h3 a:hover{
	color:#005595;
}

#navigation h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/menu/item.gif);
	font-size: 10px;
	font-weight:normal;
	line-height:14px;
	height:16px;
	margin:0px;
	padding:0px;
	border-bottom-color:#d8cfc0;
	border-bottom-style:solid;
	border-bottom-width:1px;
	width:168px;
}

#navigation h4 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left:20px;
	font-size: 10px;
	color:#333333;
	text-decoration:none;
}

#navigation h4 a:hover {
	background-image:url(../images/menu/item_hover.gif);
	color:#005595;
}

#navigation h4.first_active a, #navigation h4.middle_active a, #navigation h4.last_active a{ 
	font-weight:bold;
	color:#005595;
}

#navigation h4.first_active, #navigation h4.first {
	background-image:url(../images/menu/item_top.gif);
}





/* sitemap */

.sitemap_table tr td, .sitemap_table tr td a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333333;
	text-decoration:none;
}

.sitemap_table tr td a{
	padding-left:20px;
}

.sitemap_table tr td {
	padding:2px;
}

.sitemap_table tr td a:hover {
	font-weight:bold;
	background-image:url(../images/menu/sub_background_hover.gif);
	background-repeat: no-repeat;
}

.sitemap_table tr td.sitemap_key a, .sitemap_table tr td.sitemap_key_end a{
	padding-left:10px;
}

.sitemap_table tr td.sitemap_key a:hover, .sitemap_table tr td.sitemap_key_end a:hover{
	background-image:none;
	font-weight:normal;
}

.sitemap_table td.sitemap_key_end{
	background-image:url(../images/frame/sitemap_top_right.gif);
	background-repeat: no-repeat;
	border:none 0px;
	background-position: right top;
	background-color:#abb7c0;
}

.sitemap_table td.sitemap_key{
	background-repeat: no-repeat;
	border:none 0px;
	background-position: right top;
	background-color:#abb7c0;
	border-right:solid 1px #d8cfc0;
	border-top:solid 1px #d8cfc0;
}


.sitemap_table tr td.sitemap_key, .sitemap_table tr td.sitemap_key a, .sitemap_table tr td.sitemap_key_end, .sitemap_table tr td.sitemap_key_end a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	text-decoration:none;
}

.sitemap_table tr td.sitemap_key a:hover, .sitemap_table tr td a:hover{
		color:#005595;
}

