
div#nav_position {
	background: url(/_site/_taichi/images/nav_bkg.gif) -16px 0 repeat-y;
	margin-right: auto;
	margin-top: 5px;
	padding-top: 5px;
	height: 20px;
}

html>body div#nav_position {
	 height: 20px;
}

#nav_position div, #nav a#faq, #nav a#advertise {
	display: block;
    /*width: 105px;*/
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
    color: #fff;
    text-align: left;
	vertical-align: bottom;
	padding-left: 15px;
	padding-right: 18px;
	background:url(/_site/_taichi/images/piping.gif) top right no-repeat;
	padding-bottom: 6px;

}

html>body #nav, #nav ul { /* all lists */
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    position: relative;
    z-index: 80;
}


#nav a { /* all link tags */
    display: block;
    /*width: 105px;*/
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    text-align: left;
	vertical-align: bottom;
	padding-left: 15px;
}

#nav li a.top {
    padding-right: 18px;
	background:url(/_site/_taichi/images/piping.gif) top right no-repeat;
	padding-bottom: 6px;
}

#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:-5px;
    left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li {
    width:147px;
    margin: 0px; /* Keep dropdown items snug together. */
}

#nav li ul a { /* second-level list links */
    font-size: 11px;
	font-weight: normal;
    display: block;
	line-height: 20px;
    width: 145px;
	margin-top: -1px;
	border: 1px solid #5c6ba2;
    background-color: #f2f0dc;
    text-align: left;
}

#nav li ul a:hover { /*hover color for second-level list links */
    text-decoration: underline;
	color: #7e7947;
	background-color: #ced5eb;
}

#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: #7e7947;
}

#nav li:hover a, #nav li.sfhover a{
	color: #7e7947;
}

#nav li:hover a.top, #nav li.sfhover a.top{
	text-decoration: underline;
	color: #ffffff;
}
