@charset "utf-8";
/*****************************************
	Author: Zindev (www.zindev.com)
	Website: www.southernhighlands.com
	Navigation Definitions
*****************************************/

.chromestyle {
	width: 99%;
	font-weight: normal;
}
.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.chromestyle ul {
	border: none;
	width: 100%;
	padding: 12px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li {
	display: inline;
}
.chromestyle ul li a {
	margin: 0;
	font-family:Arial;
	font-size:14px;
	color:#FFFFFF;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
}
.chromestyle li a:link {
	color:#FFFFFF;
}
.chromestyle li a:visited {
	color:#FFFFFF;
}
.chromestyle li a:hover {
	color:#724C34;
}
.chromestyle li a:active {
	color:#FFFFFF;
}
.chromestyle li a:first-child {
	margin-left:42px;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	left: 0;
	border: 1px solid #724C34; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 11px Arial;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	margin: 0 auto;
}
.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #724C34; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: #533726;
}
* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #F0F0F0;
}
/**********************************
	Path Nav Definitions
**********************************/

a.pathnav {
	font-size: 10px;
	color: #666666;
}
a.pathnav:link {
	text-decoration: none;
}
a.pathnav:visited {
	text-decoration: none;
	color: #666666;
}
a.pathnav:hover {
	text-decoration: underline;
	color: #666666;
}
a.pathnav:active {
	text-decoration: underline;
	color: #666666;
}
/**********************************
	Footer Nav Definitions
**********************************/

a.footernav {
	font-size: 10px;
	color: #999999;
}
a.footernav:link {
	text-decoration: none;
}
a.footernav:visited {
	text-decoration: none;
	color: #999999;
}
a.footernav:hover {
	text-decoration: underline;
	color: #999999;
}
a.footernav:active {
	text-decoration: underline;
	color: #999999;
}
