#place{
	position:relative;
	/*width:730px;*/
	width:700px;
	margin:0 auto;
}

#menu_language{
position:absolute;
/*top:490px;*/
/*top:327px;*/
/*left:0px;*/
top:320px;
left:44px;
width:720px;
}

#menu_language ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 31px; /* Width of Menu Items */
	font-size:11px;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;

	}
	
#menu_language ul li {
	position: relative;
	}
	
#menu_language li ul {
	position: absolute;
	left: 0px; /* Set 1px less than menu width */
	top: 12px;
	display: none;
	width: 220px;
	border-bottom:1px solid #474747;
	border-right:1px solid #474747;
	border-top:1px solid #d8d8d8;
	border-left:1px solid #d8d8d8;	
	}

/* Styles for Menu Items */
#menu_language ul li a {
	display: block;
	text-decoration: none;
	color: #666666;
	background: #fff; /* IE6 Bug */
	padding: 0;
	border: 0; /* IE6 Bug */
	border-bottom: 0;
	}

#menu_language ul li a:hover {
	text-decoration: none;
	color: #666;
	background: #fff; /* IE6 Bug */

	}
	
/* Styles for Menu Items */

#menu_language ul li ul li a {
	display: block;
	text-decoration: none;
	color: #666666;
	background: #fff; /* IE6 Bug */
	padding: 0;
	border: 0; /* IE6 Bug */
	border-bottom: 0;
	}

#menu_language ul li ul li  a:hover {
	text-decoration: none;
	color: #356cbe;
	background: #cce2f4; /* IE6 Bug */

	}	
	
/* Holly Hack. IE Requirement \*/
* html #menu_language ul li { float: left; height: 1%; }
* html #menu_language ul li a { height: 1%; }
/* End */

#menu_language li:hover ul, #menu_language li.over ul { display: block; } /* The magic */