*	{
	outline: none;
}
body	{
	background-color: white;
	height: 100%;
}
#man	{
	position: absolute;
	left: 75%;
	top: 100px;
	z-index: -1;
}

/*menu left*/
#menu_left	{
	position: absolute;
	top: 80px;
	left: 0px;
	width: 150px;
	text-align: center;
	border: 1px solid silver;
	z-index: 10;
	background-color: white;
}
#menu_left ul, #menu_left ul li	{
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align:center;
}
#menu_left ul	{
	margin: 10px 0px;
}
#menu_left ul li img	{
	cursor: pointer;
}
#menu_left ul li a	{
	outline: none;
	color: black;
	border: none;
}
#menu_left ul li span	{
	background-color: white;
	display: none;
	line-height: 15px;
	font-size: 14px;
	height: 15px;
	position: relative;
	z-index:11;
	border: 1px solid silver;
	border-width: 1px 0px;
}
#menu_left a, #menu_right a	{
	color: black;
}
/*TEXT MENU*/
#menu_left.text_menu_left ul, #menu_left.text_menu_left ul li	{
	text-align: left;
}
#menu_left.text_menu_left ul	{
	margin: 5px 0px 10px 10px;
}
#menu_left.text_menu_left ul li	{
	margin: 15px 0px;
}
#menu_left.text_menu_left ul li a	{
	display: block;
	padding: 0px 0px 0px 7px;
}
#menu_left.text_menu_left ul li a:hover	{
	background-image: url('/img/marker.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	text-decoration: underline;
}
/*End of text menu*/

/*menu top-left*/
.menu_top_left	{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 150px;
	z-index: 10;
	background-color: white;	
}
.menu_top_left ul, .menu_top_left ul li	{
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
}
.menu_top_left ul li img	{
	vertical-align: -1px;
}
.menu_top_left ul li a	{
	border: none;
}
.menu_top_left ul li a:hover	{
	text-decoration: underline;
}



/*menu right*/
#menu_right	{
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
}
#in_menu_right	{
	margin: 10px;
}
/********/


.main_header	{
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	text-align: center;
}
.main_header a	{
	color: Black !important;
	text-decoration: none;
	border: none;
}
.main_header a:hover	{
	border: none;
}
.trebuchet, h1, h2, h3, h4	{font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;}

.content	{
	position: absolute;
	top: 80px;
	left: -60%;
	width: 57%;
	border: 1px solid silver;
	background-color: white;
	display: none;
}
.in_content	{
	margin: 10px;
}
a	{
	color: black;
	text-decoration: none;
	border: 1px dotted black;
	border-width: 0px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
}
a:hover	{
	border: 1px solid black;
	border-width: 0px 0px 1px 0px;
}
a:visited	{
	color: gray;
	border-color: gray;
}
a.noborder:hover	{
	border: none;
}

#dialog	{
	display: none;
	position:absolute;
	border:1px solid silver;
	z-index: 200;
	background-color: white;
	width: 400px;
}
#dialog_content	{
	margin: 10px;
}
a.outer_link	{
	background-image: url('/img/wwwlink.png');
	background-repeat: no-repeat;
	background-position: right 10px;
	padding-right: 10px;
}
#beta	{
	font-size: 12px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	margin-left: 2px;
	position: relative;
	top: 2px;
}