.MenuMainList
{
	font-weight: bold;
	position: absolute;
	top: 88px;
	width: 100%;
	visibility: hidden;
	width: 738px;
	padding: 5px 0 5px 22px;
	background-image: url(../_img/submenu_background.gif);
}

.MenuMainList *
{

	line-height: 1;
	font-size: 110%;
}

.MenuMainList a
{

	padding-right: 5px;
}

.MenuMainList a span,
.MenuMainList a:link span,
.MenuMainList a:visited span
{
	font-weight: bold;
}

.MenuMainList a,
.MenuMainList a:link,
.MenuMainList a:visited
{
	color: #990000;
	text-decoration: none;
	font-weight: normal;
	margin-left: 3px;
	margin-right: 3px;
}

.MenuMainList a,
.MenuMainList a:active,
.MenuMainList a:hover
{
	color: #000099;
	font-weight: bold;
}

/* Side */
.MenuSideTop
{
	width: 130px;
	height: 8px;
	margin: 0;
}

.MenuSideBottom
{
	width: 130px;
	height: 11px;
	margin: 0;
	padding: 0;
	border-width: 0;
	background-image: url(../_img/ks_menu_side_bottom.gif);
	background-repeat: no-repeat;
}

.MenuSide
{
	background-image: url(../_img/ks_menu_side_top.gif);
	background-repeat: no-repeat;
	background-color: #FFFFCC;
	padding-top: 10px;
	padding-bottom: 30px;
}

.MenuSide a
{
	display: block;
	margin-left: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #FF9933;
}

.MenuSide a span
{
	margin-left: 5px;
	font-weight: bold;
}

.MenuSide a,
.MenuSide a:link,
.MenuSide a:visited
{
	color: #CC0000;
	font-size: 10pt;
}

.MenuSide a span,
.MenuSide a:link span,
.MenuSide a:visited span
{
	color: #FF6500;
}

.MenuSide a:active,
.MenuSide a:hover,
.MenuSide a:active span,
.MenuSide a:hover span
{
	color: red;
	background-color: #FFFFFF;
	text-decoration: none;
}

.MenuSide a.Active,
.MenuSide a.Active:link,
.MenuSide a.Active:visited,
.MenuSide a.Active:link span,
.MenuSide a.Active:visited span
{
	color: #000066;
	background-color: #FFCC99;
	text-decoration: none;
	font-weight: bold;
}
