#mainNav {
	background: url(../images/mainnav_bg.gif) repeat-y bottom left;
	width: 960px;
	position: relative;
	margin: 10px 0 0 0;
	z-index: 1000;
	height: 97px;
}

#mainNav ul {
	padding: 0;
	margin: 10px 0 0 20px;
	list-style: none;
	position: relative;
}

#mainNav ul li {
	position: relative;
	float: left;
	padding: 0;
	margin: 0 30px 0 0;
	height: 30px;
}

#mainNav ul ul {
	position: absolute;
	background: url(../images/dropdown_bg.png) no-repeat left bottom;
	width: 174px;
	z-index: 999;
	padding:5px 0 25px 10px;
	display: none;
	float: left;
}

#mainNav ul ul li {
	clear: left;
	font-size: 11px;
	padding: 2px 3px;
	width: 160px;
	height: 20px;
}

.mainNavTab {
	position:relative;
	display: block;
	text-indent:-9999px;
}

.subnav1 {
	top: 16px;
	left: -25px;
}

.subnav2 {
	top: 16px;
	left: 97px;
}

.subnav3 {
	top: 16px;
	left: 268px;
}

.subnav4 {
	top: 16px;
	left: -20px;
}
