@charset "utf-8";
/* CSS Document */

div#menu_submenu
{
	display: block;
	width: 89px;
	float: right;
	text-align: center;
	height: auto;
}

div#menu_submenu>div
{
	width: 85px;
	height: 15px;
	overflow: visible;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	float: right;
	clear: both;
	padding: 2px 2px;
	background-color: #;
}

div#menu_submenu>div#lastitem
{
	border: none;
}

div#menu_submenu div>a, div#menu_submenu div#lastitem>a
{
	display: block;
	font: normal 7pt arial, helvetica, sans-serif;
	text-decoration: none;
}

div#menu_submenu div>a:visited, div#menu_submenu div#lastitem>a:visited
{
	color: #000;	
}

div#menu_submenu div>a:active, div#menu_submenu div#lastitem>a:active
{
	color: #f00;	
}

div#menu_submenu div>a:hover, div#menu_submenu div#lastitem>a:hover
{
	color: #f00;	
}

div.text>a
{
	color: #00f;
	text-decoration: underline;
}

div.text>a:hover
{
	font-weight: bold;
}

div.text>img
{
	display: inline;
	padding-right: 4px;
}


/* ****MAIN DISPLAY START **** */
div#menudisplay
{
	width: 590px;
	height: auto;
	float: left;
	background-color: #;
	overflow: hidden;
	text-align: center;
}

div#menusection, div#menu-p1-title
{
	text-align: center;
	font: normal 14pt arial, verdana, sans-serif;
	text-decoration: underline;
	color: #f00;
	padding-bottom: 8px;
}

div#menu-p1-title
{
	text-align: left;
	font-family: "Times New Roman", Times, serif;
}

div#menuitem
{
	font: normal 9pt arial, verdana, sans-serif;
	color: #000;
	padding: 1px 0px;
}

div#menu-p1-text p
{
	font: normal 9pt arial, verdana, sans-serif;
	line-height: 1.2;
	margin-bottom: 4px;
}

div#menu-key
{
	width: 250px;
	text-align: left;
}

div>img#fll
{
	display: inline;
	float: left;
	width: 10px;
	height: 10px;
	margin-right: -10px;
}

/* ****MAIN DISPLAY END **** */