.menu {
	height:32px; 
	font-size:0.85em; 
	position:relative; 
	z-index:100;
}

* html .menu {
	width:700px; 
	w\idth:700px;
}

.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
	width:149px;
}

.menu li {
	float:left;
	width:149px;
	position:relative;
}

.menu a, .menu a:visited {
	display:block;
	font-size:12px;
	text-decoration:none; 
	color:#000; 
	width:138px; 
	height:30px; 
	border-bottom: 1px solid Silver; 
	background:#ffffff; 
	padding-left:10px; 
	line-height:29px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

* html .menu a, * html .menu a:visited {
	width:149px; 
	w\idth:138px;
}

.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#000000;
}

.menu ul ul a.drop:hover{
	background:#000000;
}

.menu ul ul :hover > a.drop {
	background:#c0c0c0;
}

.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#000000;
}

.menu ul ul ul a:hover {
	background:#c0c0c0;
}

.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:31px;
	left:0; 
	width:149px;
	border-top:1px solid #000;
}

* html .menu ul ul {
	top:30px;
	t\op:31px;
}

.menu ul ul ul{
	left:149px; 
	top:-1px; 
	width:149px;
}

.menu ul ul ul.left {
	left:-149px;
}

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

.menu ul ul a, .menu ul ul a:visited {
	background:#000000; 
	color:#ffffff; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	width:128px;
	border-width:0 1px 1px 1px;
}

* html .menu ul ul a, * html .menu ul ul a:visited {
	width:150px;
	w\idth:128px;
}

.menu a:hover, .menu ul ul a:hover{
	color:#fff; 
	background:#c0c0c0;
}

.menu :hover > a, .menu ul ul :hover > a {
	color:#fff;
	background:#c0c0c0;
}

.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;}