.mainNav {
	position:relative;
	z-index:100;
	width:920px;
}
.mainNav ul {
	position:relative;
	float:left;
	width:100%;
	margin:0;
	padding:0;
	list-style-type:none;
	background-color: #DCB6A3;
	background-image: url(transparent);
	background-repeat: repeat-x;
	background-position: left top;
}
.mainNav li {
	float:left;
	margin:0;
	color:#FFF;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 0;
}
.mainNav li.tfirst {
	padding-left: 0px;


}
.mainNav li:hover,.mainNav li a:hover {position:relative;}
.mainNav a {
	display:block;
	float:left;
	height:23px;
	text-decoration:none;
	text-align:center;
	color:#FFF;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 13px;
	font-family: "Times New Roman", Times, serif;
	font-size: 125%;
	line-height: 22px;
	background-image: url(nav_images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: double;
	border-right-style: solid;
	border-bottom-style: groove;
	border-left-style: ridge;
	border-top-color: #BA2214;
	border-right-color: #BA2214;
	border-bottom-color: #BA2214;
	border-left-color: #BA2214;
}
.mainNav li:hover a,.mainNav a:hover {
	color:#ffffff;
	background-image: url(nav_images/nav_dwn.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-style: double;
	border-right-style: solid;
	border-bottom-style: groove;
	border-left-style: solid;
	border-top-color: 976986;
	border-right-color: 976986;
	border-bottom-color: 976986;
	border-left-color: 976986;
}
.mainNav a.mainNavSub {
	padding-top: 0px;
	padding-right: 19px;
	padding-bottom: 0;
	padding-left: 8px;
	background-color: transparent;
	background-image: url(nav_images/decor_red.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	color: #FFF;
}
.mainNav li:hover a.mainNavSub,.mainNav a.mainNavSub:hover {
	background-color: #83295f;
}
.mainNav li ul {position:absolute;left:-9999px;top:-9999px;width:182px;height:auto;background:#e6e6e6;}
.mainNav table {margin-top:-1px;border-collapse:collapse;}
.mainNav ul :hover ul {left:-1px;top:28px;}
* html .mainNav :hover ul {left:-2px;top:26px;}
.mainNav .tfirst:hover ul {left:0px;}
.mainNav li li {padding:0 1px 1px 1px;}
.mainNav ul :hover ul a {
	margin:0;
	width:180px;
	w\idth:166px;
	padding:0 6px 0 6px;
	height:25px;
	text-decoration:none;
	text-align:left;
	color:#83295f;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 25px;
}
.mainNav ul :hover ul .sfirst a {margin-top:1px;}
.mainNav ul ul :hover a,.mainNav ul ul a:hover {
	color:#ffffff;
	background-color: #83295f;
}
.mainNav br {clear:both;height:0;font-size: 1px;line-height: 0px;}
