@charset "UTF-8";
/* CSS Document */
/*#mainNavHolder  {
	width: 100%;
	background:url(../i/mainNavBg.png) repeat-x;
	height: 29px!important;
	margin: 0;	
	z-index:9;
	position: relative;
}*/
.mainNavLinkSep {
	vertical-align: bottom;
	line-height: 30px;
	margin-left: 10px;
	margin-right: 10px;
	background-image: url(../i/linkSep.gif);
	background-repeat: no-repeat;
}
#mainNav {
	position:absolute;
	top: 90px;
	left: 300px;
	_left: 375px!important;
	list-style:none;
	margin: 7px 0 0 0;
	padding: 0;
	height: 30px;
	z-index: 10!important;
	_z-index: 2000!important;
	width: auto;
}
#mainNav ul {
	height: 30px;
	margin: 0;
	padding: 0;
}
#mainNav li {
	font: 17px bold Times, "Times New Roman", serif;
	list-style:none;
	display:inline;
	padding: 0;
}
#mainNav li a {
	text-decoration: none;
	color: #524e32!important;
}
#mainNav li a:visited {
	color: #595454!important;
}
#mainNav li a:hover {
	color: #d0c657!important;
}
#mainNav li a:active {
	color: #fff!important;
}
#mainNav li li a:link {
	display: block;
	font-weight: normal;
	font-style: italic;
	color: #595454;
	text-align:left;
	font-size: 13px!important;
	line-height:30px;
	_line-height: 20px!important;
}
#mainNav li li a:visited {
	display: block;
	color: #595454!important;
	margin: 0;
	text-align: left;
	line-height:30px;
		font-style: italic;
	font-size: 13px!important;
	cursor:pointer!important;
}
#mainNav li li a:hover {
	display: block;
	color: #d0c657!important;
	margin: 0;
	text-align: left;
		font-style: italic;
	line-height:30px;
	font-size: 13px!important;
	cursor:pointer!important;
}
#mainNav li li a:active {
	display: block;
	color: #c60!important;
	margin: 0;
	line-height:30px;
	text-align: left;
	font-size: 13px!important;
	cursor:pointer!important;
}
#mainNav li {
	float: left;
	position: relative;
	text-align: center;
	cursor: default;
	z-index:20;
}
li#first {
}
li#last {
	border-right: none;
}
li ul {
	display: none;
	position: absolute;
	z-index:11;
	top: 100%;
	left: 0;
	font-weight: normal;
	/*background: url(images/ddbg3.png) top left no-repeat;*/
	padding: 0;/*border-right: solid 1px #7d6340;*/
}
li>ul {
	top: auto;
	left: auto;
}
li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}
li:hover ul, li.over ul {
	display: block;
}
/* ----- drop nav table styles -----*/
.dropNavTbl {
	margin: 10px 0 0 -20px;
	padding: 0;
	z-index: 30;
}
.topLeftTd {
	background:url(../i/dnavTopLftTd.png) bottom right no-repeat;
	width: 24px;
	height: 19px;
}
.topMidTd {
	background:url(../i/dnavTopMidTd.png) bottom no-repeat;
}
.topRightTd {
	background:url(../i/dnavTopRtTd.png) bottom left no-repeat;
}
.midLeftTd {
	background:url(../i/dnavMidLftTd.png) top right no-repeat;
}
.midTd {
	background:url(../i/dnavMidTd.png) top left no-repeat;
}
.midRightTd {
	background:url(../i/dnavMidRtTd.png) top left no-repeat;
}
.bottomLeftTd {
	background:url(../i/dnavBtmLftTd.png) top right no-repeat;
}
.bottomMidTd {
	background:url(../i/dnavBtmMidTd.png) top left repeat-y;
	height: 24px;
}
.bottomRightTd {
	background:url(../i/dnavBtmRtTd.png) top left no-repeat;
}
