.navTop {
	height: 26px;
	width: 700px;
	float: left;
	background-color: #FDF4DB;
	padding-left: 200px;
	padding-top: 0px;
}
.navTop ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
.navTop li {
	float: left;
}
.navTop li a:link,.navTop li a:visited {
	display: block;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 23px;
	font-weight: normal;
	color: #D0C49F;
	text-decoration: none;
	width: 120px;
	height: 26px;
	text-align: center;
	background-image: url(georgian-images/georgian-button-new.png);
	letter-spacing: 1px;
	background-repeat: no-repeat;
	padding-left: 0.2em;
}
.navTop li a:hover,.navTop li a:active {
	background-image: url(georgian-images/georgian-button-new-hover.png);
	background-repeat: no-repeat;
	color: #333;
}
.navTop li a.current     {
	background-image: url(georgian-images/georgian-button-new-hover.png);
	background-repeat: no-repeat;
	color: #333;
	cursor: default;
}
.navBottom {
	height: 26px;
	width: 500px;
	float: left;
	background-color: #FDF4DB;
	padding-left: 328px;
}
.navBottom ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
.navBottom li {
	float: left;
}
.navBottom li a:link,.navBottom li a:visited {
	display: block;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 25px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	width: 120px;
	height: 22px;
	text-align: center;
	background-repeat: repeat-x;
}
.navBottom li a:hover,.navBottom li a:active {
	color: #000;
	font-weight: bold;
}
.navBottom li a.current,.navBottom li a.current:hover,.navBottom li a.active {
	color: #000;
	cursor: default;
	font-weight: bold;
}

