.menu {
	list-style:none;
	height:35px;
	position:relative;
	font-family:arial, verdana, sans-serif;
	font-size: 14px;
	width: 630px;
	float: right;
	margin-top: 45px;
}
.menu li.top {
	display:block;
	float:left;
	position:relative;
	width: 105px;
	height: 35px;
}
.menu li a.top_link {
	display:block;
	float:left;
	height:35px;
	text-decoration:none;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	line-height: 35px;
	width: 105px;
	text-align: center;
}
.menu li a.top_link span {
	float:left;
	font-weight:bold;
	display:block;
	height:35px;
	width: 105px;
}
.menu li a.top_link span.down {float:left; display:block;}
.menu li a.top_link:hover {
	color:#006699;
	background-color: #B81418;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.menu li a.top_link:hover span {}
.menu li a.top_link:hover span.down {}

.menu li:hover > a.top_link {
	color:#FFFFFF;
	background-color: #B81418;
}
.menu li:hover > a.top_link span {}
.menu li:hover > a.top_link span.down {}

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

.menu a:hover {visibility:visible;}
.menu li:hover {position:relative; z-index:200;}

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

.menu :hover ul.sub {
	left:2px;
	top:40px;
	right:2px;
	border:1px solid #B81418;
	white-space:nowrap;
	width:198px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	margin-top: -5px;
	margin-left: -2px;
	background-color: #B81418;
	height: auto;
}
.menu :hover ul.sub li {
	display:block;
	height:25px;
	position:relative;
	float:left;
	width:200px;
}
.menu :hover ul.sub li a {
	font-weight:bold;
	display:block;
	font-size:12px;
	height:25px;
	width:192px;
	line-height:25px;
	text-indent:8px;
	color:#FFF;
	text-decoration:none;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 3;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B81418;
	border-right-color: #B81418;
	border-bottom-color: #B81418;
	border-left-color: #B81418;
}
.menu :hover ul.sub li a.fly {background:#fff url(images/arrow.gif) 80px 7px no-repeat;}
.menu :hover ul.sub li a:hover {
	color:#FFF;
	background-color: #9A1013;
}
.menu :hover ul.sub li a.fly:hover {background:#999999 url(images/arrow_over.gif) 80px 7px no-repeat; color:#fff;}
.menu :hover ul li:hover > a.fly {background:#999999 url(images/arrow_over.gif) 80px 7px no-repeat; color:#fff;} 

.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:90px; top:-4px; background: #fff; padding:3px 0; border:1px solid 999999; white-space:nowrap; width:93px; z-index:200; height:auto;}
.active{
	display:block;
	float:left;
	height:35px;
	text-decoration:none;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	line-height: 35px;
	width: 100px;
	text-align: center;
	font-weight: bold;
	background-color: #B81418;
}
