
/* Main Navigation */
#mainNavList{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 726px;
	height: 25px;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
	z-index: 26;	
}
#mainNavList li {
	position: relative;
	float: left;
	display: block;
	text-align: center;
	background-color: #F5F5F5;
	z-index: 27;	
}
#mainNavList li a{
	padding-top: 6px;
	height: 19px;
	width: 100%;
	display: block;
}
#mainNavList li a:hover{
	background-color: #E0E8F3;
}
#navHome {
	width: 50px;
	height: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#navOnlineMapAccess {
	width: 132px;
	height: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#navMapPrints {
	width: 84px;
	height: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#navTaxMapAtlases {
	width: 114px;
	height: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#navSpecialtyProducts {
	width: 127px;
	height: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#navMapSchool {
	width: 97px;
	height: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#navContactUs {
	width: 116px;
	height: 25px;
}

/* Submenu */
.submenu {
	list-style-type: none;
	width: 130px;
	display: none;
	text-align: left;
	position: absolute;
	left: -1px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.submenu li{
	position: relative;
	float: left;
	display: block;
	width: 130px;
	margin: 0px;
	padding: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
	background-color: #F5F5F5;
	text-align: left;
	
}
.submenu li a{
	text-align: left;
	display: block;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
	background-color: #F5F5F5;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.submenu li a:hover{
	background-color: #E0E8F3;
	border-bottom-color: #999999;
}

#navOnlineMapAccess li{
	width: 127px;
}

#navMapPrints li{
	width: 160px;
}

#navTaxMapAtlases li{
	width: 155px;
}

#navSpecialtyProducts li{
	width: 165px;
}

#navMapSchool li{
	width: 160px;
}

#navContactUs ul{
	left: -40px;
}
#navContactUs li{
	width: 150px;
	
}
.mainLinks {

}