ul#nav {
    position: absolute;
	/*
    left: 10px;
    bottom: 0;
	*/
	top: 242px;
	left: 10px;
    margin-top: 8px;
    width: 421px;
    list-style: none;
    text-align: left;
    z-index: 10;
}

* html ul#nav {
	top: 241px;
}

#nav li {
    float: left;
    display: inline;
    position: relative;
}

#nav li a {
	display: block;
	height: 39px;
	text-indent: -999em;
	text-align: left;
	text-decoration: none;
    outline: none;
}

/*  <><><><><>  begin sprite placement  <><><><><>  */

a#but_main
{
    width: 49px;
    background: transparent url(../images/navbar/main.gif) no-repeat left top;
}

a#but_main:hover
{
    background: transparent url(../images/navbar/main.gif) no-repeat 0 -39px;
}

a#but_about
{
    width: 170px;
    background: transparent url(../images/navbar/about.gif) no-repeat left top;
}

a#but_about:hover
{
    background: transparent url(../images/navbar/about.gif) no-repeat 0 -39px;
}

a#but_events
{
    width: 116px;
    background: transparent url(../images/navbar/events.gif) no-repeat left top;
}

a#but_events:hover
{
    background: transparent url(../images/navbar/events.gif) no-repeat 0 -39px;
}

a#but_community
{
    width: 86px;
    background: transparent url(../images/navbar/community.gif) no-repeat left top;
}

a#but_community:hover
{
    background: transparent url(../images/navbar/community.gif) no-repeat 0 -39px;
}

/*  <><><><><>  end sprite placement  <><><><><>  */

#nav li ul {
    position: absolute;
    background: #86B920 url(../images/backgrounds/subnav.gif) repeat-x 0 0;
    top: 39px;
    left: -999em;
    height: auto;
    width: 172px;
    margin: 0;
    padding: 5px 0 0 0;
    z-index: 5;
}

#nav li ul li {
    position: relative;
    width: 162px;
    height: 20px;
    display: block;
    margin: 2px 5px;
    padding: 0;
    font-size: 10px;
    font-family: verdana, helvetica, arial, sans-serif;
    border-bottom: 1px solid #516f14;
}

#nav li ul li.twolines {
	position: relative;
    width: 162px;
    height: 30px;
    display: block;
    margin: 2px 5px;
    padding: 0;
    font-size: 10px;
    font-family: verdana, helvetica, arial, sans-serif;
    border-bottom: 1px solid #516f14;
}

#nav li ul li a {
    display: block;
    height: 20px;
    text-indent: 0;
    color: #fff;    
}

#nav li ul li a:hover {
    color: #ff0;
}

#nav li:hover ul,
#nav li.hover ul {
    left: 0;
}