.menu_back
{
	background: #642b8f;
	height: 24px;
	width: 100%;
}
.menu
{
	border-right: 1px solid #000;
	font-family: 'segoe UI',Verdana,Sans-serif;
	height: 24px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 780px;
	z-index: 10000;
}
* html .menu
{
	width: 840px;
}
.menu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.menu ul ul
{
	width: 130px;
}
.menu li
{
	float: left;
	position: relative;
	width: 130px;
}
.menu a, .menu a:visited
{
	background: #642b8f;
	border: 1px solid #000;
	border-width: 1px 0 1px 1px;
	color: #fff;
	display: block;
	font-family: 'segoe UI',Verdana,Sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 22px;
	line-height: 21px;
	padding-left: 6px;
	text-decoration: none;
	width: 123px;
}
* html .menu a, * html .menu a:visited
{
	w\idth: 123px;
	width: 130px;
}
.menu ul ul a.drop, .menu ul ul a.drop:visited
{
	background: #27a1b8;
}
.menu ul ul a.drop:hover
{
	background: #27a1b8;
}
.menu ul ul :hover > a.drop
{
	background: #27a1b8;
}
.menu ul ul
{
	border-top: 1px solid #000;
	height: 0;
	left: 0;
	position: absolute;
	top: 23px;
	visibility: hidden;
	width: 130px;
}
* html .menu ul ul
{
	t\op: 23px;
	top: 22px;
}
.menu table
{
	border-collapse: collapse;
	left: 0;
	position: absolute;
	top: 0;
}
.menu ul ul a, .menu ul ul a:visited
{
	background: #bab8dc;
	border-width: 0 1px 1px 1px;
	color: #000;
	font-family: 'segoe UI',Verdana,Sans-serif;
	font-size: 12px;
	height: auto;
	line-height: 1em;
	padding: 5px 10px;
	text-align: left;
	width: 140px;
}
* html .menu ul ul a, * html .menu ul ul a:visited
{
	w\idth: 119;
	width: 131px;
}
.menu a:hover, .menu ul ul a:hover
{
	background: #27a1b8;
	color: #000;
}
.menu :hover > a, .menu ul ul :hover > a
{
	background: #27a1b8;
	color: #000;
}
.menu ul li:hover ul,
.menu ul a:hover ul
{
	visibility: visible;
}
.menu ul :hover ul ul
{
	visibility: hidden;
}
.menu ul :hover ul :hover ul
{
	visibility: visible;
}