/*Left Side Navagation*/
.navButts {
	color : #FFFFFF; /* White */
	font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight: bold;
	background-color: #4682b4; /* -orig- Light Tan*/
}

p.navButts {
	color : #FFFFFF; /* White */
	font-family : "Trebuchet MS", Verdana, Arial, Helvetica,  sans-serif;
	font-size : 12px;
	margin-top: 1px;
	margin-right: 1px;
	margin-left: 1px;
	margin-bottom: 1px;
	background-color: transparent;
	line-height: 16px;
	text-align: left; 
}

.navButts a:link {
	background-color : #FFFFFF; /* White */
	border-width: 0px 1px 0px 0px; /* Top Right Bottom Left */
	border-style: groove; 
	border-color: #000000;
	color : #666666;
	display: block;
	width: 100%;
	/* padding: 2px 2px 2px 1px; */
	text-decoration : none;
}

.navButts a:visited {
	background-color : #FFFFFF;  /* White */
	border-width: 0px 1px 0px 0px; /* Top Right Bottom Left */
	border-style: groove; 
	border-color: #000000;
	color : #000099;
	display: block;
	width: 100%;
	/* padding: 2px 2px 2px 1px; */
	text-decoration : none;
}
.navButts a:hover { 
	background-color : #666666; /* Dark Gray */
	border-width: 0px 1px 0px 0px;;
	border-style: groove; 
	border-color: #000000;
	display: block;
	width: 100%;
	color : #ECE9D8; /*#2C5347*/
	text-decoration : none
}

.navButts a:active {
	background-color : #666666; /* Dark Gray */
	border-width: 0px 1px 0px 0px;; /* Top Right Bottom Left */
	border-style: groove; 
	border-color: #000000;
	color : #ffffff;
	display: block;
	width: 100%;
	/* padding: 2px 2px 2px 1px; */
	text-decoration : none;
}
