.Navigation {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
	text-align: center;
	width: 225px;
	border-bottom: 1px dotted #c1bc9e;
}
.Navigation li {
	display: block;
	margin: 0px;
	padding: 0px;
}
.Navigation a:link, .Navigation a:visited, .Navigation a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #670001;
	text-decoration: none;
	margin: 0px;
	padding: 10px 0px;
	display: block;
	width: 225px;
	height: 17px;
	line-height: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C1BC9E;
}
.Navigation a:hover {
	color: #B6242E;
}
.Navigation #current {
	color: #000000;
	background-image: url(../images/bg-buttons-primary.gif);
	background-repeat: no-repeat;
}
div.subMenu a:link, div.subMenu a:visited, div.subMenu a:active {
	font-size: 12px;
	display: block;
	color: #A7A278;
	font-weight: bold;
	width: 162px;
	height: 16px;
	line-height: 14px;
	margin: 0px;
	padding: 4px 0px 2px 3px;
	border-top: 1px solid #000000;
	text-align: left;
}
div.subMenu a:hover {
	color: #B82633;
	background-color: #D8D5C2;
}
div.subMenu {
	display: none;
	margin: 7px;
	padding-left: 20px;
	text-align: left;
	padding-bottom: 10px;
}
body#history a#nav-history,  
body#executives a#nav-executives,
body#customers a#nav-customers,
body#testimonials a#nav-testimonials,
body#repor a#nav-repor,
body#press a#nav-press,
body#standard a#nav-standard,
body#support a#nav-support,
body#technology a#nav-technology,
body#new-clients a#nav-new-clients,
body#employment a#nav-employment,
body#contacts a#nav-contacts,
body#terms a#nav-terms,
body#privacy a#nav-privacy,
body#login a#nav-login {
	color: #000000;
	font-weight: bold;
	display: block;
	height: 16px;
	width: 162px;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 3px;
	margin: 0px;
}
