div#nav_container {
	margin: auto;
	width: 810px;
	background: url(../images/bkg_nav.gif) left top repeat-y;
	padding:0;
	height: 42px;
}

#nav_position {
	margin-left: 213px;
	}

#nav_position div {
	display: block;
	background: url(../images/nav_tab.gif) top center no-repeat;
    /*width: 105px;*/
    font-size: 11px;
    text-decoration: underline;
    color: #3e3e3e;
    text-align: left;
	vertical-align: bottom;
	padding: 22px 11px 6px 11px;
}

#nav, #nav ul { /* all lists - tells IE6 to keep the nav on top! */
    z-index: 100;
}

html>body #nav, #nav ul { /* all lists */
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    position: relative;
    z-index: 100;
}


#nav a { /* all link tags */
    display: block;
	font-weight: normal;
    /*width: 105px;*/
    font-size: 11px;
    text-decoration: none;
    color: #3e3e3e;
    text-align: left;
	vertical-align: bottom;
	padding-left: 11px;
}

#nav li a.top { 
	padding-top: 22px;
    padding-right: 11px;
	padding-bottom: 7px;
}

#nav li { /* all list items */
    float: left;
    /*width: 105px;*/ /* width needed or else Opera goes nuts */
	margin-left: 0px;
	margin-right: 4px;
}

#nav li:hover { /* prevents sticky nav in IE7 */
	background-position: 0 0;
	}

#nav li ul { /* second-level lists */
    position: absolute;
    width:147px;
    margin-left:-4px;
    left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

html>body #nav li ul { /* second-level lists for FF and IE7+*/
    margin-left:-2px;
}

#nav li ul li {
    width:147px;
    margin: 0px; /* Keep dropdown items snug together. */
}

#nav li ul a { /* second-level list links */
    font-size: 10px;
	font-weight: normal;
    display: block;
	line-height: 20px;
    width: 130px;
	border-bottom: 1px solid #d9f0d1;
    background-color: #b4dea3;
    text-align: left;
}

#nav li ul a:hover { /*hover color for second-level list links */
    text-decoration: underline;
	color: #ffffff;
	background-color: #3e3e3e;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
    left: -9999px;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
    left: auto;
}

#nav li:hover, #nav li.sfhover {
    text-decoration: underline;
	color: #3e3e3e;
}

#nav li:hover a, #nav li.sfhover a{
	color: #3e3e3e;
}

#nav li:hover a.top, #nav li.sfhover a.top{
	background: url(../images/nav_tab.gif) top center no-repeat;
	text-decoration: underline;
	color: #3e3e3e;
}
