
body
{
	background-color:#FFFFFF;
/*	overflow:hidden;*/
}

#data /* iframe - ID/NAME */
{
	position:absolute;
	left:130px;
	top:20px;
	width:405px;
	height:240px;
}

#menuDiv /* collapse.menu */
{
/*	position:absolute;
	left:40px;
	top:80px;*/
}

div.menutitle
{
	cursor:hand;
	margin-bottom:10px;
	border:1px solid #731C0B;
	color:#731C0B;
	width:210px;
	text-align:center;
	font-size:10px;
	font-family:verdana;
}

a.title
{
	color:#B22222;
	font-size:10px;
	width:200px;
	text-decoration: none;
}

a.title:hover
{
	color:#FFB900;
}


a.sub
{
	font-size:10px;
	color:#FFB900;
	width:200px;
	height:14px;
	text-decoration: none;
}

a.sub_hover:hover
{
	color:#FFB900;
}


a.sub_hover
{
	font-size:10px;
	color:#FFB900;
	background-color: #B22222;
	width:200px;
	height:14px;
	text-decoration: none;
}

span.submenu
{
	display: none;
	margin-bottom: 10px;
	width:200px;
	border:1px solid #CBCBCB;
	background-color:#F5F5F5;
	text-align:center;
}

div.history
{
	cursor:default;
}

a.his
{
	color:#000000;
	font-size:10px;
}
