#TopNavigation {
	font-size:0.95em;
	font-weight: bold;
	text-transform: uppercase;
	color:#252525;
	font-weight: normal;
	padding: 7px 0px 0px 10px;
}
#TopNavigation a {
	text-decoration:none;
	text-transform: uppercase;
	margin-right: 10px;
	margin-left: 0px;
	color:#888888;
}
#TopNavigation a:hover {
	color:#FFFFFF;
}
#TopNavigation a:active {
	outline: none;
}
#TopNavigation a.current {
	color:#FFFFFF;
}
#VerticalNavigation {
	width:180px;
	font-size:1em;
	text-transform: uppercase;
	color:#FFFFFF;
	font-weight: normal;
	/*margin-right: 10px;*/
	margin-left: 10px;
}
#VerticalNavigation a {
	text-decoration:none;
	color:#888888;
	display: block;
	padding: 5px 0px 0px;
}
#VerticalNavigation a:hover {
	color:#FFFFFF;
}
#VerticalNavigation a:active {
	outline: none;
}
#VerticalNavigation a.current {
}
#VerticalNavigation .break {
	padding: 0px;
	height: 1px;
	width: 100%;
	margin: 20px 0px 10px;
	clear: both;
	border-top: 1px dotted #333333;	/*border-top: 1px dotted #DAD2C0;*/
}
.VerticalSubNavigation {
	width:180px;
	font-size:1em;
	text-transform: lowercase;
	color:#FFFFFF;
	font-weight: normal;
	margin-left: 10px;
}
.VerticalSubNavigation a {
	text-decoration:none;
	text-transform: none;
	color:#888888;
	display: block;
	padding: 0px 0px 0px 10px;
}
.VerticalSubNavigation a:hover {
	color:#FFFFFF;
}
