.preload1 {
	background: url(../images/nav/overleft.gif);
}
.preload1 {
	background: url(../images/nav/overRight.gif);
}

#mainNav {
width:100%;
}

.dropdown {
	padding:0 0 0 0;
	margin:0;
	list-style:none;
	height:28px;
	_height:27px;
	position:relative;
	z-index:500;
	font-family:arial, verdana, sans-serif;
}
.dropdown li.top {
	display:block;
	float:left;
}
.dropdown li a.top_link {
	display:block;
	float:left;
	height:28px;
	line-height:28px;
	color:#28292B;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
	padding:0;
	margin-left:0;
	cursor:pointer;
	background: url(../images/nav/none.gif) no-repeat;
}
.dropdown li a.top_link_on {
	display:block;
	float:left;
	height:28px;
	line-height:28px;
	color:#fff;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
	padding:0;
	cursor:pointer;
	background:url(../img/buttonOn.jpg) repeat-x center bottom;
}
.dropdown li a.top_link span {
	float:left;
	display:block;
	padding:0 21px 0 21px;
	height:28px;
	background:none;
}
.dropdown li a.top_link span span {
	float:left;
	display:block;
	padding:0 0 0 0;
	height:23px;
	_height:28px;
	background:none;
}
.dropdown li a.top_link_on span {
	float:left;
	display:block;
	padding:0 21px 0 21px;
	height:28px;
	background:none;
}
.dropdown li a.top_link_on span span {
	float:left;
	display:block;
	padding:0 0 0 0;
	height:23px;
	_height:28px;
	background:none;
}
.dropdown li a.top_link:hover {
	color:#28292B;
	background:#f0e8d2;
}
.dropdown li a.top_link:hover span {
	background:none;
}
.dropdown li a.top_link:hover span span {
	background:none;
}
.dropdown li:hover > a.top_link {
	color:#28292B;
	background:#f0e8d2;
}
.dropdown li:hover > a.top_link span {
	background:none;
}
.dropdown li:hover > a.top_link span span {
	background:none;
}
.dropdown table {
	border-collapse:collapse;
	width:0;
	height:0;
	position:absolute;
	top:0;
	left:0;
}
/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.dropdown a:hover {
	visibility:visible;
	position:relative;
	z-index:200;
}
.dropdown li:hover {
	position:relative;
	z-index:200;
}
/* keep the 'next' level invisible by placing it off screen. */
.dropdown ul, .dropdown :hover ul ul, .dropdown :hover ul :hover ul ul, .dropdown:hover ul :hover ul :hover ul ul, .dropdown :hover ul :hover ul :hover ul :hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}
.dropdown ul.sub {
	width:160px;
}
/* Style Dropdowns. */
.dropdown :hover ul {
	left:0;
	top:28px;
	background: url(../img/trans1.png) repeat #1d1e1f;
	padding: 0;
	margin: 0 0 0 0;
	border-bottom:3px solid #1d1e1f;
	border-top:8px solid #1d1e1f;
	white-space:nowrap;
	height:auto;
	z-index:300;
}
.dropdown :hover ul li {
	display:block;
	height:26px;
	_height:25px;
	position:relative;
	font-weight:normal;
	width:auto;
	margin: 0 0 0 0;
}
.dropdown :hover ul li a {
	display:block;
	font-size:12px;
	height:26px;
	line-height:26px;
	width:auto;
	padding:0 12px 0 12px;
	border-bottom:1px solid #28292B;
	border-left:1px solid #28292B;
	border-right:1px solid #28292B;
	color:#ffffff;
	background:url(../images/subNavBack.jpg) repeat-x top;
	text-decoration:none;
}
.dropdown :hover ul li a:hover {
	background:url(../img/buttonOn.jpg) repeat-x top;;
	color:#ffffff;
	padding:0 13px 1px 13px;
	border:none;
	
}
/* Style 3rd 4th 5th 6th Dropdowns. */
.dropdown :hover ul :hover ul, .dropdown :hover ul :hover ul :hover ul, .dropdown :hover ul :hover ul :hover ul :hover ul, .dropdown :hover ul :hover ul :hover ul :hover ul :hover ul {
	left:160px;
	top:0px;
	background: #fff;
	padding:0;
	border:1px solid #4ab;
	border-left:2px solid #178bb9;
	white-space:nowrap;
	width:120px;
	z-index:200;
	height:auto;
}
