
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:2px solid #CCCCCC;
	color:#731C0B;
	width:210px;
	text-align:center;
	font-size:10px;
	font-family:verdana;
}

a.title
{
	color:#000000;
	font-size:10px;
	width:200px;
	text-decoration: none;
}

a.title:hover
{
	color:#000000;
}


a.sub
{
	font-size:10px;
	color:#000000;
	width:200px;
	height:14px;
	text-decoration: none;
}

a.sub_hover:hover
{
	color:#333333;
}


a.sub_hover
{
	font-size:10px;
	color:#333333;
	background-color: #CCCCCC;
	width:200px;
	height:14px;
	text-decoration: none;
}

span.submenu
{
	display: none;
	margin-bottom: 10px;
	width:200px;
	border:1px solid #CCCCCC;
	background-color:#F5F5F5;
	text-align:center;
}

div.history
{
	cursor:default;
}

a.his
{
	color:#000000;
	font-size:10px;
}

