/* CSS Document */

.topMenuStartSpacer {
	height: 32px;
	width: 4px;
	float: left;
	background: url(../_img/topMenuItem_l.gif) no-repeat;
}
a.topMenuItem {
	font-size: 16px;
	line-height: 32px;
	float: left;
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background: url(../_img/topMenuItem_bg.gif) repeat-x;
}
a.topMenuItem:hover {
	color: #B8DBE6;
}

.topMenuEndSpacer {
	height: 32px;
	width: 9px;
	float: left;
	background: url(../_img/topMenuItem_r.gif) no-repeat;
}
div#subMenuArea a {
	font-size: 12px;
	line-height: 33px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
	height: 33px;
	text-align: left;
	overflow: hidden;
	margin-left: 15px;
	letter-spacing: 1px;
	background: url(../_img/5pxFFF_bullet.gif) no-repeat left center;
}
p.navPath {
	font-size: 10px;
	display: inline;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	line-height: 20px;
	width: auto;
	margin-right: 0px;
}
a.navPath {
	font-size: 10px;
	color: #5C8999;
	display: inline;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
p.navPathCurrent {
	font-size: 10px;
	font-weight: bold;
	color: #FF7700;
	display: inline;
	margin: 0px;
	padding: 0px;
}.topMenuStartSpacerActive {
	height: 32px;
	width: 4px;
	float: left;
	background: url(../_img/topMenuItemActive_l.gif) no-repeat;
}
a.topMenuItemActive {
	font-size: 16px;
	line-height: 32px;
	float: left;
	background-repeat: repeat-x;
	padding-right: 4px;
	padding-left: 4px;
	background-color: #84BDC2;
	color: #FFFFFF;
	font-weight: bold;
}
.topMenuEndSpacerActive {

	height: 32px;
	width: 9px;
	float: left;
	background-image: url(../_img/topMenuItemActive_r.gif));
	background-repeat: no-repeat;
}
