@charset "UTF-8";
.menu {
	position:relative;
	height:2em;
	padding-bottom:1px;
	margin-bottom:1em;
	margin-top:2px;
	color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 500px;
	font-weight: bold;
}

* html .menu {padding-bottom:0;}

.menu ul{
	list-style-type:none;
	padding:0;
	margin:0 0 0 20px;
	width:600px;
	height:100%;
}

.menu li{
	float:left;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.menu table{
position:absolute;
border-collapse:collapse;
left:0;
top:0;
}

.menu a, .menu :visited {
	color:#000000;
	text-decoration:none;
}
.menu a em.lft, .menu :visited em.lft {
	display:block;
	float:left;
	width:5px;
	height:2em;
	background-color: transparent;
	border: 0px none 0;
}
.menu a b, .menu :visited b {
	display:block;
	float:left;
	padding:0 10px;
	height:2em;
	line-height:1.9em;
	cursor:pointer;
	background-color: transparent;
	border: 0px none 0;
}
.menu a em.rgt, .menu :visited em.rgt {
	display:block;
	float:left;
	width:5px;
	height:2em;
	background-color: transparent;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:33px;
	top:2em;
	left:-20px;
	width:600px;
	border: 0px none 0;
	text-align: center;
}

.menu :hover {
	white-space:normal;
	background-color: #FFFFFF;
}

.menu a:hover b {
	color:#000;
	background-color: transparent;
}
.menu a:hover em.lft {
	background-color: transparent;
}
.menu a:hover em.rgt {
	background-color: transparent;
}

.menu li:hover > a b
{
	color:#000;
	background-color: transparent;
}
.menu li:hover > a em.lft {
	background-color: transparent;
}
.menu li:hover > a em.rgt {
	background-color: transparent;
}
.menu ul li:hover ul,
.menu ul a:hover ul{
	display:block;
	visibility:visible;
	top:1.5em;
	margin-top:1px;
}

.menu ul :hover ul li {
	display:block;
	height:18px;
	border: 0px none 0;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 26px;
}
.menu ul :hover ul li a {
	display:block;
	font-size:11px;
	height:2em;
	line-height:2.5em;
	width:auto;
	color:#E40000;
	padding:0 10px;
}
.menu ul :hover ul li a:hover {
	color:#FF0000;
}
