.MenuGroup {
	
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	line-height: 18px;
	cursor: pointer;
}

.MenuItem {
	background-attachment: auto;
	background-image: url(../images/bg_navi.jpg);
	background-repeat: no-repeat;
	color: #333333;
	width: 125px;
	line-height: 28px;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	text-indent:10px;
}

.MenuItemOver {
	background-attachment: auto;
	background-image: url(../images/r_bg_navi.jpg);
	background-repeat: no-repeat;
	color: #333333;
	width: 125px;
	line-height: 28px;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	text-indent:10px;
}

.MenuItemClicked {
	background-attachment: auto;
	background-image: url(../images/r_bg_navi.jpg);
	background-repeat: no-repeat;
	color: #333333;
	width: 125px;
	line-height: 28px;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	text-indent:10px;
}

.MenuItemDisabled {
	background-image: url(../images/r_bg_navi.jpg);
	background-repeat: no-repeat;
	color: #333333;
	width: 125px;
	line-height: 28px;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	padding: 1px 0px 0px 0px;
	text-indent:10px;
	line-height: 28px;
}

.MenuScroll
{
	width: 125px;
	background-color: #BDBDBD;
	color: ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	line-height: 16px;
	cursor: pointer;
	height:20px;
	cursor: pointer;
	text-indent: 6px;
	margin-bottom: 2px;
	margin-left: 2px;
}

.MenuScrollOver
{
	width: 125px;
	background-color:#7A7A7A;
	color: ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	line-height: 16px;
	cursor: pointer;
	height:20px;
	cursor: pointer;
	text-indent: 6px;
	margin-bottom: 2px;
	margin-left: 2px;
}


.TreeContextItem
{
	
	font-family: Arial, Verdana;
	font-size: 11px;
	cursor: pointer;
	cursor: hand;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #EDEDED;
	border: 1px solid #000000;
	width: 100%;
	padding-top: 1px;
	white-space: nowrap;
}

.TreeContextItemOver
{
	font-family: Arial, Verdana;
	font-size: 11px;
	cursor: pointer;
	cursor: hand;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #CFCFCF;
	border: 1px solid #000080;
	width: 100%;
	padding-top: 1px;
	white-space: nowrap;
}

.MenuItemOverNoHref
{
	background-attachment: auto;
	background-image: url(../images/r_bg_navi.jpg);
	background-repeat: no-repeat;
	color: #333333;
	width: 125px;
	line-height: 28px;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	text-indent:10px;
}

.MenuScrollOverNoHref
{
 	width: 100%;
	background-color: #7A7A7A;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: bold;
	line-height: 16px;
	cursor: default;
	height:20px;
	cursor: pointer;
	text-indent: 6px;
	margin-bottom: 2px;
	margin-left: 2px;
}