html, body {
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #ffffff;
	font-family: Tahoma, Arial, sans-serif;
}

.center {
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	border: 0px;
}
.copyr {
	font-size: 10px;
	text-align: center;
	color: #cccccc;
	margin: 5px;
	text-decoration: none;
}
.top {
	background-color: #0000CC;
	color: #CCCCFF;
	padding: 10px;
}
.top a:link {
	background-color: #0000CC;
	color: #CCCCFF;
	text-decoration: none;
}
.top a:visited {
	background-color: #0000CC;
	color: #CCCCFF;
	text-decoration: none;
}
.top a:hover {
	background-color: #0000CC;
	color: #FFFFFF;
	text-decoration: none;
}


#menu {
	padding:0px;
	margin:0px;
	width: 135px;
}
#menu a {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size: .7em;
	overflow: hidden;
	cursor: pointer;
}
#menu .h5 {
	display: block;
	border: 0px none red;
	font-size: 11px;
	margin-left: 16px;
	overflow: hidden;
}
#menu .ul {
	display: block;
	overflow: hidden;
	border: 0px none red;
}
#menu .ul .li
{
	margin-left: 5px;
	display: block;
	height: 19px;
	overflow: hidden;
}
#menu .ul a {
	display: block;
	text-decoration: none;
	width: 130px;
	height: 17px;
	line-height: 19px;
	border: 0px none red;
	overflow: hidden;
}
#menu .t1 {
	font-size:11px;
	font-weight: bold;
	color: #ffffff;
	margin-left: 12px;
	display:block;
}

#menu .title {
	line-height:19px;
	display:block;
}

.menu_top {
	margin-left: 12px;
	color: #ffffff;
}
.menu_item {
	overflow: hidden;
	margin-left: 16px;
}

#meni_orange {
}
#meni_orange .ul {
	background:url("/walk/img/l_menu/u_or.gif") no-repeat bottom left;
}
#meni_orange .ul .li {
	background:url("/walk/img/l_menu/i_or.gif") no-repeat;
}
#meni_orange .ul a {
    color: #CC6633;
}
#meni_orange .unselected a:hover {
	background: url("/walk/img/l_menu/p_or.gif") no-repeat;
}
#meni_orange .title {
	background: url("/walk/img/l_menu/t_or.gif") no-repeat;
}

#meni_blue {
}
#meni_blue .ul {
	background:url("/walk/img/l_menu/u_bl.gif") no-repeat bottom left;
}
#meni_blue .ul .li {
	background:url("/walk/img/l_menu/i_bl.gif") no-repeat;
}
#meni_blue .ul a {
    color: #3366CC;
}
#meni_blue .unselected a:hover {
	background: url("/walk/img/l_menu/p_bl.gif") no-repeat;
}
#meni_blue .title {
	background: url("/walk/img/l_menu/t_bl.gif") no-repeat;
}
