/* greatplainszoo.org */

/* ------------- MENU --------------- */

.navcontainer {
	background-image: url('/images/static/Navigation_125x45.gif');
	background-repeat: no-repeat;
	background-position:center top;
	background-color: #e0e0e0;
	border-top:0px solid #fff;
	width:125px;
	margin: 0px;
	padding:0px;
	padding-top:49px;
	padding-bottom:12px;
}

.nav a {
        color: #336699;
        background-color: #e0e0e0;
		background-image: url('/images/static/li_nav.gif');
		background-repeat: no-repeat;
		background-position: 10 10px;
		padding-left:5px;
		padding-right:5px;
		padding-top:6px;
		padding-bottom:6px;
        display: block;
        border-bottom: 1px solid #f6f6f6;
        font-size: 1.0em;
        font-family: /*Trebuchet MS,*/ Arial, Verdana, sans-serif;
        font-weight: bold;
        text-decoration: none;
        text-align: left;
}

.nav a:visited {color:#336699;}

.nav a:hover  {
	background-color: #9daf72;
	color: #ffffff;
	border-right: 0px solid #336699;
	text-decoration: none;
}
#menu1, #menu2, #menu3, #menu4, #menu5, #menu6, #menu7 , #menu8, #menu9 {
	background-color:#f6f6f6;
	padding-top:8px;
	padding-bottom:8px;
}

#menu1 a, #menu2 a, #menu3 a, #menu4 a, #menu5 a, #menu6 a, #menu7 a , #menu8 a, #menu9 a {
        color: #336699;
		background-image: url('/images/static/li_nav_sub.gif');
		background-repeat: no-repeat;
		background-position: 15 8px;
		background-color: #f6f6f6;
		display: block;
		padding-left:5px;
		padding-right:5px;
        padding-top: 2px;
		padding-bottom:2px;
        font-size: 0.9em;
        font-family: /*Trebuchet MS,*/ Arial, Verdana, sans-serif;
        font-weight: normal;
        text-decoration: none;
        text-align: left;
}

.nav_b a:hover  {
	color: #336699;
	text-decoration: underline;
}