#menu {
	padding:0;
	margin:0;
	list-style:none;
	height:38px;
	background:#fff;
	position:relative;
	z-index:200;
	font-family:arial, verdana, sans-serif;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
}
#menu li.downer {
	background-image:url(../images/down.gif);
	background-position:right;
	background-repeat:no-repeat;
}
#menu li.top {display:block; float:left;}
#menu a:active {
	color:#FF0000;
}
#menu li a.top_link {
	display:block;
	float:left;
	height:30px;
	line-height:35px;
	color:#333333;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	padding:0 0 0 12px;
	cursor:pointer;
}
#menu li a.top_link2 {
	display:block;
	float:left;
	height:30px;
	line-height:35px;
	color:#333333;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	padding:0 30px 0 19px;
	cursor:pointer;
}
#menu  li  a.top_link3 {
	display:block;
	float:left;
	height:30px;
	line-height:35px;
	color:#333333;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	padding:0 25px 0 15px;
	cursor:pointer;
}
#menu li a.top_link span {float:left; display:block; padding:0 24px 0 12px; height:35px; }
#menu li a.top_link span.down {float:left; display:block; padding:0 24px 0 12px; height:35px; }

#menu li:hover a.top_link,
#menu li:hover a.top_link2,
#menu li:hover a.top_link3,
#menu a.top_link:hover,
#menu a.top_link2:hover,
#menu a.top_link3:hover {
	color:#FF0000;
}
#menu li:hover a.top_link span, 
#menu a.top_link:hover span
{}
#menu li:hover a.top_link span.down,
#menu a.top_link:hover span.down
{padding-bottom:3px;}

#menu table {border-collapse:collapse; padding:0; margin:0; position:absolute; left:0; top:0;}

#menu li:hover {position:relative; z-index:200;}
#menu a:hover {position:relative; white-space:normal; z-index:200;}

#menu :hover ul.sub
{
	left:1px;
	top:38px;
	background: #fff;
	padding:3px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-top:1px solid #000;
	white-space:nowrap;
	width:132px;
	height:auto;
	z-index:300;
}
#menu :hover ul.sub li
{
	display:block;
	height:20px;
	position:relative;
	float:left;
	width:90px;
	font-weight:normal;
	padding-top: 2px;
}
#menu :hover ul.sub li a
{
	display:block;
	font-size:11px;
	height:18px;
	width:130px;
	line-height:18px;
	text-indent:5px;
	color:#000000;
	text-decoration:none;
	border:1px solid #fff;
}

#menu :hover ul.sub li a:hover 
{
	background:#fff;
	color:#FF0000;
	border: 1px solid #ccc;
}

#menu li b {
	display:block;
	font-size:11px;
	height:18px;
	width:125px;
	line-height:18px;
	margin-bottom:3px;
	text-indent:6px;
	color:#0000FF;
	border-bottom:1px solid #e1e1e1;
	cursor:default;
}

#menu a:hover a:hover ul,
#menu a:hover a:hover a:hover ul,
#menu a:hover a:hover a:hover a:hover ul,
#menu a:hover a:hover a:hover a:hover a:hover ul
{left:89px; top:-4px; background: #50b5d0; padding:3px; border:1px solid #0b4d97; white-space:nowrap; width:90px; z-index:400; height:auto;}

#menu ul, 
#menu a:hover ul ul,
#menu a:hover a:hover ul ul,
#menu a:hover a:hover a:hover ul ul,
#menu a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#menu li:hover li:hover > ul
{left:90px; top:-4px; background: #50b5d0; padding:3px; border:1px solid #0b4d97; white-space:nowrap; width:90px; z-index:400; height:auto;}
#menu li:hover > ul ul 
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}
#menu li:hover li:hover > a.fly
{background:#3f96a9 url(../images/arrow_over.gif) 80px 6px no-repeat; color:#fff; border-color:#fff;} 
#menu li:hover li:hover > li a.fly
{background:#50b5d0 url(../images/arrow.gif) 80px 6px no-repeat; color:#000; border-color:#50b5d0;} 
