.menu {
	width:900px;
	height:26px;
	position:relative;
	z-index:100;
	border-right:1px solid #586571;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../gfx/menubg.gif);
	background-repeat: repeat-x;
}
* html .menu {
	width:901px;
	w\idth:900px;
}
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
	width:149px;
}
.menu li {
	float:left;
	width:150px;
	position:relative;
}
.menu a, .menu a:visited {
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#fff;
	width:138px;
	height:24px;
	background:#98A5B3 url(../gfx/navbg.gif) repeat-x;
	line-height:22px;
	font-weight:normal;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	border-top: 1px solid #7C8996;
	border-right: 1px solid #7C8996;
	border-bottom: 1px solid #72808d;
	border-left: 1px solid #A5B0BB;
}
* html .menu a, * html .menu a:visited {
	width:149px; 
	w\idth:138px;
}
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#FFFFFF url(../gfx/blk_arr.gif) no-repeat 130px center;
}
.menu ul ul a.drop:hover{
	background:#0097a7 url(../gfx/wht_arr.gif) no-repeat 130px center;
	color: #FFFFFF;
	text-decoration: none;
}
.menu ul ul :hover > a.drop {
	background:#0097a7 url(../gfx/wht_arr.gif) no-repeat 130px center;
	color: #FFFFFF;
}
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#d3d8bd;
}
.menu ul ul ul a:hover {
	background:#FF00FF;
	text-decoration: none;
}

.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:25px;
	left:0; 
	width:149px;
	border-top:1px solid #7C8996;
}
* html .menu ul ul {
	top:27px;
	t\op:25px;
}
.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:#DEE2E7; 
	color:#000; 
	height:auto; 
	line-height:16px; 
	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:#FFFFFF;
	background:#3E4A59;
	text-decoration: none;
}
.menu :hover > a {
	color:#fff;
	background:#98A5B3 url(../gfx/navhov.gif) repeat-x;
	text-decoration: none;
}
.menu ul ul :hover > a {
	color:#FFFFFF;
	background:#3E4A59;
	text-decoration: none;
}
.menu ul li:hover ul, .menu ul a:hover ul{
	visibility:visible;
	text-decoration: none;
}
.menu ul :hover ul ul{
	visibility:hidden;
	text-decoration: none;
}
.menu ul :hover ul :hover ul{
	visibility:visible;
	text-decoration: none;
}

