body,td,th,a,center,font,input,submit,select,textarea { font-size: 12px; font-family: Arial, Helvetica, Geneva; text-decoration : none;} 

A:link { color:#1f3039; }
A:visited { color:#1f3039; }
A:hover { color:#897020; }

.A1  {
	text-decoration : none;
	color : #424242;
}

/* ~~~~~~~~~~~~~~ Main Menu Classes ~~~~~~~~~~~~~~ */

/* Top Border */
.clsMenuTopBorder {
	border: 0px solid black;
	font-family: Arial, Helvetica, Geneva;
	font-weight: bold;
	font-size: 14px;
	color: ffffff;
}

/* Middle Frame */
.clsMenuFrame {
	border: 0px solid black;
	font-family: Arial, Helvetica, Geneva;
	font-size: 12px;
	color: ffffff;
}

/* Middle Frame2 */
.clsMenuFrame2 {
	border: 0px solid black;
	font-family: Arial, Helvetica, Geneva;
	font-size: 16px;
	color: ffffff;
}

/* Title */
.clsMenuTitle {
	border: 0px solid black;
	font-family: Arial, Helvetica, Geneva;
	font-weight: bold;
	font-size: 16px;
	color: 3f586c;
}

/* Property TITLE */
.clsMenuPropTitle {
	border: 0px solid black;
	font-family: Arial, Helvetica, Geneva;
	font-weight: bold;
	font-size: 20px;
	color: ffffff;
}

/* Property TITLE2 */
.clsMenuPropTitle2 {
	border: 0px solid black;
	font-family: Arial, Helvetica, Geneva;
	font-weight: bold;
	font-size: 20px;
	color: 5c2a24;
}

/* Side Titles */
.clsMenuSideTitle {
	border: 0px solid black;
	font-family: Arial, Helvetica, Geneva;
	font-weight: bold;
	font-size: 12px;
	color: 3f586c;
}

/* Main Content */
.clsMenuMainContent {
	border: 0px solid black;
	font-family: Arial, Helvetica, Geneva;
	font-size: 12px;
	color: 3f586c;
}

/* Bottom Border */
.clsMenuBottomBorder {
	border: 0px solid black;
	font-family: Verdana, Helvetica, Geneva;
	font-size: 8px;
	color: 000000;
}
/* Bottom Border2 */
.clsMenuBottomBorder2 {
	border: 0px solid black;
	font-family: Verdana, Helvetica, Geneva;
	font-size: 8px;
	color: ffffff;
}

.cssnav	{
						position:relative;
						font-family: arial, helvetica, sans-serif;
						background-image:  url(images/overbutton.gif);
						background-repeat: no-repeat;
						white-space: nowrap;
						display: block;
						width: 166px;
						height: 30px;
						margin: 0; 
						padding: 0; 
			}
			.cssnav a {
						display: block;
						color: #1f3039;
						font-size: 12px;
						font-weight: bold;
						width: 166px;
						height: 30px;
						display: block;
						float: left;
						text-decoration: none;
			}

			.cssnav img {width: 166px; height: 30px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
						position: absolute;
						left: 3px;
						top: 8px;
						margin: 0px;
						padding: 0px;
						cursor: pointer;
						width: 149px;
						height: 14px;
						text-align: right;
			}


/* ~~~~~~~~~~~~~~ Sub Menu Classes ~~~~~~~~~~~~~~ */

