#div_top_menu {
	font-family:Arial;
	font-size:12px;
	color:#000;
	margin:71px 0 9px 0;
	float:right;
	width:600px;
	height:33px;
}
#div_top_menu a {
	color:#000;
	text-decoration:none;
}
#div_top_menu a:hover {text-decoration:underline}
#div_top_menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
	display:block;
	height:33px;
	background:url(../images/menu_border.gif) right no-repeat;
	clear:both;
	width:600px;
	line-height:33px;
	display:block;
	font-size:12px;
	position:relative;	
}
#div_top_menu ul li {
	float:left;
	width:150px;
	height:33px;
	text-align:center;
	line-height:33px;
	background:url(../images/menu_border.gif) no-repeat;
}
#div_top_menu ul li ul li {
	width:150px;
	height:20px;
	border-bottom:1px solid #fff;
}
ul#menu ul {
	padding:0;
	margin:0;
	list-style:none;
	display:block;
}
#menu table {border-collapse:collapse; width:0; height:0; padding:0; margin:-1px;}
#menu ul {
	position:absolute;
	left:-9999px;
	width:100%;
}
#menu li {
	float:left;
	line-height:33px;
	width:150px;
}
#menu li a {
	white-space:nowrap;
	display:block;
	line-height:33px;
	text-decoration:none;
	text-align:center;
	color:#000;
}
#menu li a.drop {height:33px;}
#menu li a:hover {
	position:relative;
	color:#fff;
}
#menu li:hover {position:relative;}
#menu li:hover > a {
	color:#000;
	text-decoration:none;
	background:url(../images/menu_li_over.gif) no-repeat;
	height:41px;
}
#menu :hover ul {left:0px; top:41px; padding-top:1px; border-bottom:0;}
#menu :hover ul li a {
	height:20px;
	font-size:11px;
	line-height:20px;
	width:150px;
	color:#000;
	background:#d5e7f0;
}
#menu :hover ul li a:hover {
	color:#000;
	background:#b4d4e4;
}