#top-menu ul{
	padding: 0 0 0 0;
	margin: 0;
	list-style: none;
	height: 30px;
	position: relative;
}
#top-menu ul a{
	color: #FFF;
	font-weight: bold;
	display: block;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	margin-right: 2px;
	background: url(../images/a-bg.gif) repeat-x;
	border-top: solid 1px #A5CCD2;
	position: relative;
}
#top-menu ul a span{
	display: block;
	line-height: 30px;
	background: url(../images/left-brdr.gif) no-repeat 0px -1px;
	top: 0px;
	height: 30px;
	left: -2px;
	padding: 0 11px;
	float: left;
	position: relative;
	z-index: 70;
	margin-right: -3px;
	cursor: pointer;
}
#top-menu ul :hover a{
	z-index: 70;
}
#top-menu ul li.active a{
	background: none;
}
#top-menu ul a:hover span, #top-menu ul li.active a{
	background-color: #25717E;
}
#top-menu ul a:hover span{
	z-index: 100;
	height: 30px;
}
#top-menu ul a:hover{
	visibility: visible;
	position: relative;
	text-decoration: none;
	background: none;
	background-color: #25717E;
}
#top-menu ul :hover a, #top-menu ul a:hover{
	background: none;
	background-color: #25717E;
}
#top-menu ul li ul a{
	display: inline;
	padding: 0;
}
#top-menu ul li table a{
	display: inline;
}
#top-menu ul li{
	display: block;
	float: left;
	padding-left: 4px;
	background: url(../images/right-brdr.gif) no-repeat top right;
}
#top-menu ul :hover li{
	background-color: #25717E;
}
#top-menu ul table{
	border-collapse: collapse;
	width: 0;
	height: 0;
	position: absolute;
	top: -9999px;
	left: -9999px;
	white-space: nowrap;
	font-size: 12px;
	border: solid 1px #97BEC3;
}
#top-menu ul :hover table{
	top: 0;
	left: 0;
}
#top-menu ul li:hover{
	position: relative;
}
#top-menu ul ul{
	position: absolute;
	left: -9999px;
	top: -9999px;
	height: 0;
	left: 0;
	top: 0;
	margin: 0;
	padding: 8px 0 12px 16px;
	list-style: none;
	background-color: #25717E;
	z-index: -10;
	display: none;
}

#top-menu ul :hover ul, #top-menu ul :hover ul{
	left: 3px;
	top: 30px;
	white-space: nowrap;
	height: auto;
	text-align: left;
	z-index: 40;
	border: solid 1px #97BEC3;
	display: block;
}
/*
#top-menu li.active:hover ul{
	top: -9999px;
	left: -9999px;
}
*/
#top-menu li.active span{
	z-index: 5;
}
#top-menu ul :hover table{
	white-space: nowrap;
}
#top-menu ul :hover ul li{
	display: block;
	height: 25px;
	position: relative;
	font-weight: normal;
	width: auto;
	clear: both;
}
#top-menu ul :hover ul li a{
	display: block;
	height: 25px;
	line-height: 25px;
	width: auto;
	text-transform: none;
	background: none;
	border: 0;
	padding-right: 16px;
}
#top-menu ul ul li a:hover{
	text-decoration: underline;
}
#top-menu ul ul li{
	padding-left: 0;
	background: none;
}