#menu
{
	border-right: #90ab76 1px solid;
	font-weight: bold;
	font-size: 8pt;
	width: 214px;
	font-family: Verdana;
	height: 560px;
	background-color: #f4f0c1;
}
.default_item
{
	background-color: #4a81a0;
	font-size: 8pt;
	vertical-align: middle;
	width: 204px;
	border-bottom: #a5c0d1 1px solid;
	white-space: normal;
	height: 30px;
	xbackground-image: url(../images/plus.gif);
	xbackground-position: left center;
	xbackground-repeat: no-repeat;
}
.default_item A
{
	display: block;
	padding-left: 10px;
	font-weight: bold;
	font-size: 10pt;
	vertical-align: middle;
	width: 204px;
	color: #ebe295;
	padding-top: 14px;
	font-family: Verdana;
	height: 100%;
	text-align: left;
}

.default_item A:hover
{
	display: block;
	background: #1f597e;
	width: 204px;
	height: 100%;
}

.main_menu_item
{
	font-size: 8pt;
	vertical-align: middle;
	width: 204px;
	border-bottom: #a5c0d1 1px solid;
	white-space: normal;
	height: 30px;
	xbackground-image: url(../images/plus.gif);
	xbackground-position: left center;
	xbackground-repeat: no-repeat;
}
.main_menu_item A
{
	display: block;
	padding-left: 10px;
	font-weight: bold;
	font-size: 10pt;
	vertical-align: middle;
	width: 204px;
	color: #1f597e;
	padding-top: 14px;
	font-family: Verdana;
	height: 100%;
	text-align: left;
}
.second_level
{
	font-size: 8pt;
	padding-bottom: 2px;
	width: 199px;
	border-bottom: white 1px solid;
	white-space: normal;
	xbackground-image: url(../images/plus.gif);
	xbackground-position: left center;
	xbackground-repeat: no-repeat;
}
.second_level A
{
	display: block;
	padding-left: 15px;
	font-weight: normal;
	font-size: 8pt;
	padding-bottom: 2px;
	width: 199px;
	color: #1f597e;
	padding-top: 3px;
	font-family: Verdana;
	text-align: left;
}
.third_level
{
	font-size: 8pt;
	padding-bottom: 2px;
	width: 189px;
	border-bottom: white 1px solid;
	white-space: normal;
	xbackground-image: url(../images/plus.gif);
	xbackground-position: left center;
	xbackground-repeat: no-repeat;
}
.third_level A
{
	display: block;
	padding-left: 25px;
	font-weight: normal;
	font-size: 8pt;
	padding-bottom: 2px;
	width: 189px;
	color: #1f597e;
	padding-top: 3px;
	font-family: Verdana;
	text-align: left;
}
.main_menu_item A:hover
{
	display: block;
	background: #ebe295;
	width: 204px;
	height: 100%;
}
.second_level A:hover
{
	display: block;
	background: #ebe295;
	width: 199px;
	height: 100%;
}
.third_level A:hover
{
	display: block;
	background: #ebe295;
	width: 189px;
	height: 100%;
}
.menu_top_selected
{
	background-color: #ebe295;
}
