#nav_position {
	margin-left: -14px;
	margin-right: auto;
	margin-top: 5px;
}

html>body #nav_position {
	margin-left: 26px;
}

html>body #nav, #nav ul { /* all lists */
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 20px;
    text-align: left;
    position: relative;
    z-index: 80;
}


#nav a { /* all link tags */
    display: block;
    /*width: 105px;*/
    font-size: 11px;
	letter-spacing: -1px;
	word-spacing: 2px;
    font-weight: bold;
    text-decoration: none;
    color: #cccaaa;
    text-align: left;
	vertical-align: bottom;
	border-left: 1px solid #777555;
	padding-left: 5px;
}

#nav a.lastNav {
	padding-right: 6px;
	border-right: 1px solid #777555;
	margin-right: 0px;
}

#nav li { /* all list items */
    float: left;
    /*width: 105px;*/ /* width needed or else Opera goes nuts */
	margin-left: 0px;
	margin-right: 6px;
}

#nav li ul { /* second-level lists */
    position: absolute;
    width:190px;
    margin-left:0;
    left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li {
    width:191px;
    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: 190px;
    background-color: #1f1e1c;
    text-align: left;

}

#nav li ul li a { /* second-level list links */
    font-size: 11px;
	font-weight: normal;
    display: block;
	line-height: 20px;
    width: 190px;
    background-color: #1f1e1c;
    text-align: left;
	letter-spacing:normal;
	word-spacing:normal;

}

#nav li ul a:hover { /*hover color for second-level list links */
    background-color: #1f1e1c;
	color: #fffddd;
}

#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 {
    background-color: #1f1e1c;
	color: #cccaaa;
}

#nav li:hover a, #nav li.sfhover a{
    color: #cccaaa;
}
