#topNav dl{
	position:absolute;
	width: 120px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #195C95;
	z-index: 9999;
}
#topNav dl a{
	text-decoration: none;
	display: block;
	line-height: 28px;
	color: #24649B;
}
#topNav dt{
	width:119px;
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	height: 27px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #DBDBE5;
	border-right-color: #F2F2FD;
	border-left-color: #F2F2FD;
	z-index: 99999;
}
#topNav dt a {

}

#topNav dd{
	display:none;
	padding-left: 8px;
	padding-right: 8px;
	position: relative;
	background-position: top;
	background-color: #dadbfd;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #00C;
	border-right-color: #00C;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #00C;
	z-index: 999;
}

#topNav dd ul{
	left: 152px;
	list-style-type: none;
	width: 180px;
	float: left;
	position: absolute;
	top: 2px;
	display: none;
	line-height: 20px;
	border: 1px solid #EEE;
	z-index: 99;
}
#topNav dd ul li{
	list-style-type: none;
	height: 20px;
	background-repeat: repeat-x;
	background-position: top;
}
#topNav dl:hover dt {
	background-color: #dadbfd;
}
#topNav dl:hover dd {
	display:block;
}
#topNav dd:hover ul {
	display: block;
}
#topNav dd ul a:link ,#topNav dd ul a:visited  {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: normal;
}
#topNav dd ul a:hover , #topNav dd ul a:active {
	font-weight: normal;
}

#topNav dd:hover {
	background-color: #F2F2FD;
}

