#nav {
margin: 0px;
padding: 27px 10px;
}

#nav li {
display: block;
margin: 0px;
padding: 0px;
color: #ffffeb;
font-size: 1.2em;
text-transform: uppercase;
letter-spacing: 1px;
}

#nav a {
display: block;
text-align: right;
margin: 0px;
padding: 7px 25px 7px 20px;
font-weight: normal;
color: #ffffeb;
text-decoration: none;
}

#nav li.bull {
background: #babe8f url(../images/bullets/left_menu_bullet.gif) no-repeat 100% 50%;
}

#nav a:hover, body#home #nav_Home a, body#aboutus #nav_About a, body#howtohelp #nav_Home a, body#eventsdet #nav_Events a, body#howto #nav_HHH a, body#contactus #nav_Contact a {
color: #666;
background: url(../images/bullets/left_menu_bullet.gif) no-repeat 0% 50%;
}

.group div:after { /* for browsers that support :after */
content: ".";
display: block;
height: 0px;
clear: both;
visibility: hidden;
}

* html .group { 
height: 1%;
} /*for IE6 */

*:first-child+html .group {
min-height: 1px;
} /* for IE7 */
